summaryrefslogtreecommitdiff
path: root/scripts/live-bottom/12fstab
diff options
context:
space:
mode:
authorDaniel Baumann <daniel@debian.org>2007-09-23 14:46:39 +0200
committerDaniel Baumann <daniel@debian.org>2011-03-09 17:31:05 +0100
commit8363c6c595d8f1a3fdd6af8a4965b628d9ce4088 (patch)
tree69dd34b7ae62bb2a48f0927869824408c8fae2dc /scripts/live-bottom/12fstab
parent74f8c4c954a06ebc99be06ad8b77e0ef0880b30e (diff)
downloadlive-boot-8363c6c595d8f1a3fdd6af8a4965b628d9ce4088.tar.gz
live-boot-8363c6c595d8f1a3fdd6af8a4965b628d9ce4088.zip
Adding live-initramfs 1.91.3-1.
Diffstat (limited to 'scripts/live-bottom/12fstab')
-rwxr-xr-xscripts/live-bottom/12fstab10
1 files changed, 8 insertions, 2 deletions
diff --git a/scripts/live-bottom/12fstab b/scripts/live-bottom/12fstab
index 389f53e..9c8bfd7 100755
--- a/scripts/live-bottom/12fstab
+++ b/scripts/live-bottom/12fstab
@@ -29,10 +29,16 @@ log_begin_msg "Configuring fstab..."
FSTAB=/root/etc/fstab
cat > $FSTAB <<EOF
-unionfs / unionfs rw 0 0
+${UNIONTYPE} / ${UNIONTYPE} rw 0 0
tmpfs /tmp tmpfs nosuid,nodev 0 0
EOF
-rm -f /root/etc/rcS.d/S*checkroot.sh
+# disabled for now
+#rm -f /root/etc/rcS.d/S*checkroot.sh
+
+if [ "${NOFASTBOOT}" != "Yes" ]
+then
+ touch root/fastboot
+fi
log_end_msg