X-Git-Url: http://git.grml.org/?a=blobdiff_plain;f=scripts%2Flive-bottom%2F41apt_cdrom;h=fdde34d325ee1907854823995b65279c093872fa;hb=b15f95e06e40a70ed75c30b31cee89d43ec8196b;hp=bbfa845606cea87c5cd04183cccc7e7c82bddbd4;hpb=25bcd436af6202932ad494c8ddd0a49999579924;p=live-boot-grml.git diff --git a/scripts/live-bottom/41apt_cdrom b/scripts/live-bottom/41apt_cdrom index bbfa845..fdde34d 100755 --- a/scripts/live-bottom/41apt_cdrom +++ b/scripts/live-bottom/41apt_cdrom @@ -20,6 +20,11 @@ esac # live-initramfs header +if [ -n "${NOAPTCDROM}" ] +then + exit 0 +fi + . /scripts/live-functions log_begin_msg "Adding APT-CDROM source..."