X-Git-Url: http://git.grml.org/?a=blobdiff_plain;f=hooks%2Flive;h=c916381cda91b5609200a27ebc9003bd49100d2e;hb=37824b1cb96596d93e397e876d95dab7cdba495e;hp=309c26fb91f686122dd21b469f6789352c62c7d5;hpb=2daf9332f1a037eff1046f008650237d231a8bb1;p=live-boot-grml.git diff --git a/hooks/live b/hooks/live index 309c26f..c916381 100755 --- a/hooks/live +++ b/hooks/live @@ -42,6 +42,13 @@ fi # Handling live-boot +if [ ! -e /usr/share/live-boot ] +then + echo "W: live-boot-initramfs-tools (backend) installed without live-boot," + echo "W: this initramfs will *NOT* have live support." + exit 0 +fi + [ "${QUIET}" ] || echo -n " "core # Configuration if [ -e /usr/share/live-boot/languagelist ]