X-Git-Url: https://git.grml.org/?a=blobdiff_plain;ds=sidebyside;f=etc%2Fgrml%2Ffai%2Fgrml%2Fgrml_cleanup_chroot;h=fac52ad67206e3e85259a049c0c5ed22dd2cdd63;hb=ba7961163922f615bca1ae148a9c462e5320e626;hp=be7bc6bf453f29299ef65650dc0c6dc5dcb0ad6c;hpb=4667bb17caf3dd0c783fe4d07986fbc07d6cec24;p=grml-live.git diff --git a/etc/grml/fai/grml/grml_cleanup_chroot b/etc/grml/fai/grml/grml_cleanup_chroot index be7bc6b..fac52ad 100755 --- a/etc/grml/fai/grml/grml_cleanup_chroot +++ b/etc/grml/fai/grml/grml_cleanup_chroot @@ -64,8 +64,7 @@ elif [ -n "$GRML64" ] ; then if [ -d /usr/src/linux-headers-"$KERNEL" ] ; then einfo "grml64 detected, assuming /usr/src/linux-headers-$KERNEL is ok." ; eend 0 else - eerror "/usr/src/linux-headers-$KERNEL not found, exiting." ; eend 1 - exit 10 + ewarn "/usr/src/linux-headers-$KERNEL not found, exiting." ; eend 0 fi elif [ -d /usr/src/linux-headers-"$KERNEL" ] ; then eerror "/usr/include/linux is NOT a symlink to /usr/src/linux/include/linux/ - error"