Adding upstream version 1.236.1.
[live-boot-grml.git] / scripts / live-bottom / 41apt_cdrom
index 00606d5..eb7fbd8 100755 (executable)
@@ -33,7 +33,15 @@ log_begin_msg "Adding APT-CDROM source"
 
 if [ -d /root/cdrom ]
 then
-       chroot /root apt-cdrom -m add
+       mount -n -o bind /sys /root/sys
+       mount -n -o bind /proc /root/proc
+       mount -n -o bind /dev /root/dev
+
+       chroot /root apt-cdrom -o Acquire::cdrom::AutoDetect=false -m add
+
+       umount /root/dev
+       umount /root/proc
+       umount /root/sys
 fi
 
 log_end_msg