diff options
Diffstat (limited to 'fs/skeleton/etc/fstab')
-rw-r--r-- | fs/skeleton/etc/fstab | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/fs/skeleton/etc/fstab b/fs/skeleton/etc/fstab new file mode 100644 index 000000000..87d9da08e --- /dev/null +++ b/fs/skeleton/etc/fstab @@ -0,0 +1,8 @@ +# /etc/fstab: static file system information. +# +# <file system> <mount pt> <type> <options> <dump> <pass> +/dev/root / ext2 rw,noauto 0 1 +proc /proc proc defaults 0 0 +devpts /dev/pts devpts defaults,gid=5,mode=620 0 0 +tmpfs /tmp tmpfs defaults 0 0 +sysfs /sys sysfs defaults 0 0 |