r2809 - in dists/trunk/live-initramfs: debian docs scripts/live-bottom

daniel at alioth.debian.org daniel at alioth.debian.org
Wed Aug 29 18:05:39 UTC 2007


Author: daniel
Date: 2007-08-29 18:05:39 +0000 (Wed, 29 Aug 2007)
New Revision: 2809

Modified:
   dists/trunk/live-initramfs/debian/changelog
   dists/trunk/live-initramfs/docs/ChangeLog
   dists/trunk/live-initramfs/scripts/live-bottom/12fstab
Log:


Modified: dists/trunk/live-initramfs/debian/changelog
===================================================================
--- dists/trunk/live-initramfs/debian/changelog	2007-08-29 09:16:18 UTC (rev 2808)
+++ dists/trunk/live-initramfs/debian/changelog	2007-08-29 18:05:39 UTC (rev 2809)
@@ -1,4 +1,4 @@
-live-initramfs (1.96.2-1) UNRELEASED; urgency=medium
+live-initramfs (1.96.2-1) unstable; urgency=medium
 
   * New upstream release.
 

Modified: dists/trunk/live-initramfs/docs/ChangeLog
===================================================================
--- dists/trunk/live-initramfs/docs/ChangeLog	2007-08-29 09:16:18 UTC (rev 2808)
+++ dists/trunk/live-initramfs/docs/ChangeLog	2007-08-29 18:05:39 UTC (rev 2809)
@@ -1,3 +1,9 @@
+2007-08-29  Daniel Baumann  <daniel at debian.org>
+
+	* scripts/live-bottom/12fstab:
+	  - By default, we do not have fstab, so it is save to just append the
+	    unionfs mount rather than overwritting it.
+
 2007-08-21  Daniel Baumann  <daniel at debian.org>
 
 	* Merging changes from casper 1.96.

Modified: dists/trunk/live-initramfs/scripts/live-bottom/12fstab
===================================================================
--- dists/trunk/live-initramfs/scripts/live-bottom/12fstab	2007-08-29 09:16:18 UTC (rev 2808)
+++ dists/trunk/live-initramfs/scripts/live-bottom/12fstab	2007-08-29 18:05:39 UTC (rev 2809)
@@ -28,7 +28,7 @@
 
 FSTAB=/root/etc/fstab
 
-cat > $FSTAB <<EOF
+cat >> $FSTAB << EOF
 ${UNIONTYPE} / ${UNIONTYPE} rw 0 0
 tmpfs /tmp tmpfs nosuid,nodev 0 0
 EOF




More information about the debian-live-changes mailing list