From 8262508fc4456b5230216473ea14c897268ba791 Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Fri, 26 Apr 2002 22:01:43 +0000 Subject: With this update, everything now works as expected. -Erik --- sources/target_skeleton/etc/init.d/S01mount | 1 + 1 file changed, 1 insertion(+) (limited to 'sources/target_skeleton/etc/init.d/S01mount') 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" -- cgit v1.2.3