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