[SCM] debian-live/live-initramfs branch, master, updated. 1.110.6-1-2-gbeaf2f1

Daniel Baumann daniel at debian.org
Tue Nov 13 21:41:15 UTC 2007


The branch, master has been updated
       via  beaf2f1731adc7047f095577e383eeab9973d7ed (commit)
      from  f390a899caca65ac14d9ca7da6988c2fc21c0131 (commit)


- Shortlog ------------------------------------------------------------
beaf2f1 Fixing fstab handling.

Summary of changes:
 scripts/live-bottom/12fstab |   23 +++++++++--------------
 1 files changed, 9 insertions(+), 14 deletions(-)
-----------------------------------------------------------------------
Details of changes:

commit beaf2f1731adc7047f095577e383eeab9973d7ed
Author: Daniel Baumann <daniel at debian.org>
Date:   Tue Nov 13 22:40:55 2007 +0100

    Fixing fstab handling.

diff --git a/scripts/live-bottom/12fstab b/scripts/live-bottom/12fstab
index ca83626..936eeae 100755
--- a/scripts/live-bottom/12fstab
+++ b/scripts/live-bottom/12fstab
@@ -28,23 +28,18 @@ then
 	exit 0
 fi
 
-if [ -s ${FSTAB} ]
-then
-	log_begin_msg "Not touching preexisting fstab..."
-else
-	log_begin_msg "Configuring fstab..."
-
-	cat >> ${FSTAB} <<-EOF
-	# /etc/fstab: static file system information.
-	#
-	# <file system> <mount point>   <type>  <options>       <dump>  <pass>
-	${UNIONTYPE} / ${UNIONTYPE} rw 0 0
-	tmpfs /tmp tmpfs nosuid,nodev 0 0
-	EOF
-fi
+log_begin_msg "Configuring fstab..."
 
 # live-initramfs script
 
+cat >> ${FSTAB} << EOF
+# /etc/fstab: static file system information.
+#
+# <file system> <mount point>   <type>  <options>       <dump>  <pass>
+
+${UNIONTYPE} / ${UNIONTYPE} rw 0 0
+tmpfs /tmp tmpfs nosuid,nodev 0 0
+EOF
 
 # disabled for now
 #rm -f /root/etc/rcS.d/S*checkroot.sh

-- 
debian-live/live-initramfs



More information about the debian-live-changes mailing list