Adding debian version 2.0~a1-1.
[live-boot-grml.git] / scripts / live-bottom / 41apt_cdrom
index 0b3f79b..1a36e7f 100755 (executable)
@@ -18,7 +18,7 @@ case "${1}" in
                ;;
 esac
 
-# live-initramfs header
+# live-boot header
 
 if [ -n "${NOAPTCDROM}" ]
 then
@@ -29,7 +29,7 @@ fi
 
 log_begin_msg "Adding APT-CDROM source"
 
-# live-initramfs script
+# live-boot script
 
 if [ -d /root/cdrom ]
 then
@@ -37,7 +37,7 @@ then
        mount -n -o bind /proc /root/proc
        mount -n -o bind /dev /root/dev
 
-       chroot /root apt-cdrom -m add
+       chroot /root apt-cdrom -o Acquire::cdrom::AutoDetect=false -m add
 
        umount /root/dev
        umount /root/proc