X-Git-Url: http://git.grml.org/?a=blobdiff_plain;f=scripts%2Flive-bottom%2F41apt_cdrom;h=1a36e7fb96ce4f6fa92aed3f45c5b779bf8db39f;hb=e66f79476042794195978ee641aa7ea0d9ca6e0a;hp=0b3f79be71b87f9b7eabdaf610def3a237210e83;hpb=6112649bf507da5d58ae1841bc1fe2f61e90a30c;p=live-boot-grml.git diff --git a/scripts/live-bottom/41apt_cdrom b/scripts/live-bottom/41apt_cdrom index 0b3f79b..1a36e7f 100755 --- a/scripts/live-bottom/41apt_cdrom +++ b/scripts/live-bottom/41apt_cdrom @@ -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