[arch-projects] [initscripts] [PATCH 03/11] functions: Use status in mount_all()

Kurt J. Bosch kjb-temp-2009 at alpenjodel.de
Sat Jul 2 14:44:21 EDT 2011


---
 functions |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

diff --git a/functions b/functions
index ba452d8..66a8670 100644
--- a/functions
+++ b/functions
@@ -425,9 +425,8 @@ fsck_reboot() {
 mount_all() {
 	run_hook sysinit_premount

-	stat_busy "Mounting Local Filesystems"
+	status "Mounting Local Filesystems" \
 		mount -a -t $NETFS -O no_netdev
-	stat_done

 	run_hook sysinit_postmount
 }
--
1.7.1



More information about the arch-projects mailing list