diff options
Diffstat (limited to 'sources/target_skeleton/etc/fstab')
-rw-r--r-- | sources/target_skeleton/etc/fstab | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/sources/target_skeleton/etc/fstab b/sources/target_skeleton/etc/fstab new file mode 100644 index 000000000..2ca20a492 --- /dev/null +++ b/sources/target_skeleton/etc/fstab @@ -0,0 +1,6 @@ +# /etc/fstab: static file system information. +# +# <file system> <mount pt> <type> <options> <dump> <pass> +/dev/root / ext2 rw 0 1 +proc /proc proc defaults 0 0 +tmpfs /tmp tmpfs defaults 0 0 |