case "$MODE" in
    install)
	$SETARCH chroot $ROOT /sbin/installkernel -n ${KERNEL_VER/-/-$KERNEL_FLAVOUR-}
        ;;
esac
