summaryrefslogtreecommitdiffstats
path: root/sources/target_skeleton/etc/fstab
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2002-04-26 22:01:43 +0000
committerEric Andersen <andersen@codepoet.org>2002-04-26 22:01:43 +0000
commit8262508fc4456b5230216473ea14c897268ba791 (patch)
treed172eebb211e84b023fe70fc14f201745635a7f0 /sources/target_skeleton/etc/fstab
parent085ba9f45190345249c56562bbccf05bc63e1476 (diff)
downloadbuildroot-novena-8262508fc4456b5230216473ea14c897268ba791.tar.gz
buildroot-novena-8262508fc4456b5230216473ea14c897268ba791.zip
With this update, everything now works as expected.
-Erik
Diffstat (limited to 'sources/target_skeleton/etc/fstab')
-rw-r--r--sources/target_skeleton/etc/fstab4
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