]> git.ipfire.org Git - ipfire-3.x.git/commitdiff
Added an (half-)empty fstab that the boot scripts do their job right!
authorMichael Tremer <michael.tremer@ipfire.org>
Tue, 23 Sep 2008 20:06:07 +0000 (20:06 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Tue, 23 Sep 2008 20:06:07 +0000 (20:06 +0000)
src/install/etc/fstab [new file with mode: 0644]

diff --git a/src/install/etc/fstab b/src/install/etc/fstab
new file mode 100644 (file)
index 0000000..f8eebef
--- /dev/null
@@ -0,0 +1,8 @@
+#
+# file system  mount-point  type     options         dump  fsck
+#                                                        order
+none           /            auto     defaults        0     0
+proc           /proc        proc     defaults        0     0
+sysfs          /sys         sysfs    defaults        0     0
+devpts         /dev/pts     devpts   gid=4,mode=620  0     0
+shm            /dev/shm     tmpfs    defaults        0     0