trap 'exit 3' 15
KERNDIR=`ckpath -aoy -d /kernel/drv -p \
"Where do you want the driver object installed"` || exit $?

# make parameters available to installation service
cat >$1 <<!
CLASSES='$CLASSES'
KERNDIR='$KERNDIR'
!
exit 0
