summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorDaniel Baumann <daniel@debian.org>2007-09-23 14:46:41 +0200
committerDaniel Baumann <daniel@debian.org>2011-03-09 17:31:05 +0100
commit4328832d0d00e2d8f6608ae6db2e8a70a4a8571e (patch)
treeb6907a5d125656e57a933159ac450686845931a2 /scripts
parent63b3fae5c7adef1ebb5906d1d4e8e525b32a1c23 (diff)
downloadlive-boot-4328832d0d00e2d8f6608ae6db2e8a70a4a8571e.tar.gz
live-boot-4328832d0d00e2d8f6608ae6db2e8a70a4a8571e.zip
Adding live-initramfs 1.96.2-1.
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/live-bottom/12fstab2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/live-bottom/12fstab b/scripts/live-bottom/12fstab
index 9c8bfd7..b5b5602 100755
--- a/scripts/live-bottom/12fstab
+++ b/scripts/live-bottom/12fstab
@@ -28,7 +28,7 @@ log_begin_msg "Configuring fstab..."
FSTAB=/root/etc/fstab
-cat > $FSTAB <<EOF
+cat >> $FSTAB << EOF
${UNIONTYPE} / ${UNIONTYPE} rw 0 0
tmpfs /tmp tmpfs nosuid,nodev 0 0
EOF