Adding live-initramfs 1.99.2-1.
[live-boot-grml.git] / scripts / live-bottom / 41apt_cdrom
index bbfa845..fdde34d 100755 (executable)
@@ -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..."