diff options
Diffstat (limited to 'sources/target_skeleton/etc/fstab')
-rw-r--r-- | sources/target_skeleton/etc/fstab | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sources/target_skeleton/etc/fstab b/sources/target_skeleton/etc/fstab index 525a95b1e..c55ba23c0 100644 --- a/sources/target_skeleton/etc/fstab +++ b/sources/target_skeleton/etc/fstab @@ -1,6 +1,8 @@ # /etc/fstab: static file system information. # # <file system> <mount pt> <type> <options> <dump> <pass> -/dev/ubda / ext2 defaults,rw 0 1 +/dev/root / ext2 rw,noauto 0 1 proc /proc proc defaults 0 0 +devpts /dev/pts devpts defaults 0 0 tmpfs /tmp tmpfs defaults 0 0 + |