summaryrefslogtreecommitdiff
path: root/scripts/live-bottom/41apt_cdrom
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/live-bottom/41apt_cdrom')
-rwxr-xr-xscripts/live-bottom/41apt_cdrom2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/live-bottom/41apt_cdrom b/scripts/live-bottom/41apt_cdrom
index 0b3f79b..eb7fbd8 100755
--- a/scripts/live-bottom/41apt_cdrom
+++ b/scripts/live-bottom/41apt_cdrom
@@ -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