--- scripts/casper-bottom/41apt_cdrom.orig 2011-12-30 09:38:20.033197874 +1100 +++ scripts/casper-bottom/41apt_cdrom 2011-12-30 09:40:05.623197861 +1100 @@ -18,6 +18,8 @@ esac . /scripts/casper-functions +log_begin_msg "$DESCRIPTION" + mount -n -o bind /sys /root/sys mount -n -o bind /proc /root/proc mount -n -o bind /dev /root/dev @@ -27,3 +29,5 @@ chroot /root apt-cdrom -o Acquire::cdrom umount /root/dev umount /root/proc umount /root/sys + +log_end_msg