diff options
| author | Daniel Baumann <daniel@debian.org> | 2010-05-01 14:07:28 +0200 |
|---|---|---|
| committer | Daniel Baumann <daniel@debian.org> | 2011-03-09 17:48:09 +0100 |
| commit | 613393eef8be213c8859b2d7a2f6334cb82bd52b (patch) | |
| tree | 519838fe8eb8f4670d3a09e8baf5035e6b55ff73 /scripts/live-bottom/41apt_cdrom | |
| parent | 4be693e68867b58fb0bac1f6fb1b5b153a1eb8bf (diff) | |
| download | live-boot-613393eef8be213c8859b2d7a2f6334cb82bd52b.tar.gz live-boot-613393eef8be213c8859b2d7a2f6334cb82bd52b.zip | |
Merging casper 1.229.
Diffstat (limited to 'scripts/live-bottom/41apt_cdrom')
| -rwxr-xr-x | scripts/live-bottom/41apt_cdrom | 2 |
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 |
