summaryrefslogtreecommitdiffstats
path: root/sources/target_skeleton/etc/init.d/S01mount
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/init.d/S01mount
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/init.d/S01mount')
-rwxr-xr-xsources/target_skeleton/etc/init.d/S01mount1
1 files changed, 1 insertions, 0 deletions
diff --git a/sources/target_skeleton/etc/init.d/S01mount b/sources/target_skeleton/etc/init.d/S01mount
index 85d3ab5a6..45d0e7bca 100755
--- a/sources/target_skeleton/etc/init.d/S01mount
+++ b/sources/target_skeleton/etc/init.d/S01mount
@@ -4,6 +4,7 @@
# fsck, since we don't need it here...
echo -n "Mounting local file systems: "
+/bin/mount / -o remount,rw > /dev/null 2>&1
/bin/mount -a > /dev/null 2>&1
if [ $? = 0 ] ; then
echo "ok"