Adding upstream version 1.110.7. upstream/1.110.7
authorDaniel Baumann <daniel@debian.org>
Sun, 18 Apr 2010 18:41:47 +0000 (20:41 +0200)
committerDaniel Baumann <daniel@debian.org>
Sun, 18 Apr 2010 18:41:47 +0000 (20:41 +0200)
Makefile
docs/parameters.txt
scripts/live
scripts/live-bottom/12fstab

index dd60498..58fa660 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -113,10 +113,10 @@ uninstall:
 update:
        set -e; for FILE in docs/parameters.txt; \
        do \
-               sed -i  -e 's/2007\\-11\\-12/2007\\-11\\-19/' \
-                       -e 's/2007-11-12/2007-11-19/' \
-                       -e 's/12.11.2007/19.11.2007/' \
-                       -e 's/1.110.6/1.110.7/' \
+               sed -i  -e 's/2007\\-11\\-19/2007\\-11\\-26/' \
+                       -e 's/2007-11-19/2007-11-26/' \
+                       -e 's/19.11.2007/26.11.2007/' \
+                       -e 's/1.110.7/1.110.8/' \
                $$FILE; \
        done
 
index 20dd366..c9c8c91 100644 (file)
@@ -1,7 +1,7 @@
 Boot Parameters for Debian Live
 -------------------------------
 
-Updated for live-initramfs 1.110.6-1 on 2007-11-12.
+Updated for live-initramfs 1.110.7-1 on 2007-11-19.
 
 These options (can be combined) work from the bootloader prompt:
 
index 9fff065..80f77e9 100755 (executable)
@@ -983,6 +983,8 @@ setup_unionfs ()
                        cow_fstype=$(get_fstype "${cowprobe}")
                else
                        [ "${quiet}" != "y" ] && log_warning_msg "Unable to find the persistent medium"
+                       cowdevice="tmpfs"
+                       cow_fstype="tmpfs"
                fi
        elif [ -n "${NFS_COW}" ]
        then
index ca83626..936eeae 100755 (executable)
@@ -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