diff options
| author | Chris Lamb <chris@chris-lamb.co.uk> | 2008-08-08 05:25:06 +0100 |
|---|---|---|
| committer | Daniel Baumann <daniel@debian.org> | 2011-03-09 17:48:01 +0100 |
| commit | 11f6195097148e7b5738ffe29dc16061b2cfd770 (patch) | |
| tree | 0a1eb58c280bc8445d388df9db596054aff5085f /scripts/live-bottom/41apt_cdrom | |
| parent | cd1f0fd6b0973f46b522aa0d400f7c4eaaaafa49 (diff) | |
| download | live-boot-11f6195097148e7b5738ffe29dc16061b2cfd770.tar.gz live-boot-11f6195097148e7b5738ffe29dc16061b2cfd770.zip | |
Silence a number of annoying and distracting bootup messages.
Diffstat (limited to 'scripts/live-bottom/41apt_cdrom')
| -rwxr-xr-x | scripts/live-bottom/41apt_cdrom | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/scripts/live-bottom/41apt_cdrom b/scripts/live-bottom/41apt_cdrom index 9998e97..00606d5 100755 --- a/scripts/live-bottom/41apt_cdrom +++ b/scripts/live-bottom/41apt_cdrom @@ -31,6 +31,9 @@ log_begin_msg "Adding APT-CDROM source" # live-initramfs script -chroot /root apt-cdrom -m add +if [ -d /root/cdrom ] +then + chroot /root apt-cdrom -m add +fi log_end_msg |
