diff options
Diffstat (limited to 'sources/target_skeleton/etc/fstab')
-rw-r--r-- | sources/target_skeleton/etc/fstab | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/sources/target_skeleton/etc/fstab b/sources/target_skeleton/etc/fstab deleted file mode 100644 index 6d33629a7..000000000 --- a/sources/target_skeleton/etc/fstab +++ /dev/null @@ -1,8 +0,0 @@ -# /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 - |