Merging casper 1.100.
authorDaniel Baumann <daniel@debian.org>
Sun, 23 Sep 2007 13:11:47 +0000 (15:11 +0200)
committerDaniel Baumann <daniel@debian.org>
Wed, 9 Mar 2011 16:31:05 +0000 (17:31 +0100)
docs/ChangeLog.casper
scripts/live-bottom/41apt_cdrom

index 5d0d286..159e31a 100644 (file)
@@ -1,3 +1,11 @@
+casper (1.100) gutsy; urgency=low
+
+  * scripts/casper-bottom/41apt_cdrom: Remove unnecessary /root/cdrom
+    mounting/unmounting code, which only serves to generate error messages
+    (scripts/casper-bottom/05mountpoints handles this already).
+
+ -- Colin Watson <cjwatson@ubuntu.com>  Tue, 11 Sep 2007 19:47:58 +0100
+
 casper (1.99) gutsy; urgency=low
 
   [ Luke Yelavich ]
index fdde34d..63da284 100755 (executable)
@@ -31,9 +31,6 @@ log_begin_msg "Adding APT-CDROM source..."
 
 # live-initramfs script
 
-mkdir -p /root/cdrom
-mount -n -o bind /cdrom /root/cdrom
 chroot /root apt-cdrom -m add
-umount /root/cdrom
 
 log_end_msg