Browse Source

modify a system.init message to clarify it is only mounting local filesystems ...

git-svn-id: http://www.rocklinux.org/svn/rock-linux/trunk@1144 c5f82cb5-29bc-0310-9cd0-bff59a50e3bc
rocklinux
Rene Rebe 21 years ago
parent
commit
df058d6dcc
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      package/base/sysfiles/system.init

+ 1
- 1
package/base/sysfiles/system.init

@ -61,7 +61,7 @@ dnl
while true ; do sleep 1 ; done while true ; do sleep 1 ; done
fi fi
dnl dnl
block_split(`Mounting file systems.')
block_split(`Mounting local file systems.')
check(`mount -n -o remount,rw /') check(`mount -n -o remount,rw /')
rootdev="/dev/$(ls -l /dev/root | sed 's,.* -> ,,')" rootdev="/dev/$(ls -l /dev/root | sed 's,.* -> ,,')"
check(`grep -v "^rootfs " /proc/mounts | \ check(`grep -v "^rootfs " /proc/mounts | \

Loading…
Cancel
Save