From 8346b54579f6e33a3e89105c46a082f9c4a250f2 Mon Sep 17 00:00:00 2001 From: jofko Date: Tue, 14 Jun 2011 20:49:05 +0200 Subject: [PATCH] Adding hook sysinit_mountfinished In some cases is good to know when rc.sysinit is going to use /usr See FS#24712 Signed-off-by: jofko --- rc.sysinit | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/rc.sysinit b/rc.sysinit index dd87633..b57f9a1 100755 --- a/rc.sysinit +++ b/rc.sysinit @@ -277,6 +277,7 @@ stat_busy "Mounting Local Filesystems" run_hook sysinit_premount # now mount all the local filesystems mount -a -t $NETFS -O no_netdev + run_hook sysinit_mountfinished stat_done # enable monitoring of lvm2 groups, now that the filesystems are mounted rw -- 1.7.5.2