From d8796827633d533e53ba7e158ee6354c38d0e88e Mon Sep 17 00:00:00 2001 From: Gerardo Exequiel Pozzi Date: Sat, 30 Apr 2011 16:52:40 -0300 Subject: Change stat_busy()/stat_done() -> status() Signed-off-by: Gerardo Exequiel Pozzi Signed-off-by: Tom Gundersen --- rc.sysinit | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'rc.sysinit') diff --git a/rc.sysinit b/rc.sysinit index dc4be58..e07afe6 100755 --- a/rc.sysinit +++ b/rc.sysinit @@ -275,8 +275,7 @@ if [[ -x /sbin/fsck ]]; then stat_done fi -stat_busy "Mounting Local Filesystems" -/bin/mount -n -o remount,rw / +status "Mounting Local Filesystems" /bin/mount -n -o remount,rw / # don't touch /etc/mtab if it is a symlink to /proc/self/mounts if [[ -L /etc/mtab ]]; then -- cgit v1.2.3