From: Michael Tremer Date: Tue, 23 Sep 2008 20:06:07 +0000 (+0000) Subject: Added an (half-)empty fstab that the boot scripts do their job right! X-Git-Tag: v3.0-alpha1~656 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c453f0e228098b9bee176bcdc95283bb24afce8c;p=ipfire-3.x.git Added an (half-)empty fstab that the boot scripts do their job right! --- diff --git a/src/install/etc/fstab b/src/install/etc/fstab new file mode 100644 index 000000000..f8eebefb0 --- /dev/null +++ b/src/install/etc/fstab @@ -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