aboutsummaryrefslogtreecommitdiff
path: root/rc.sysinit
diff options
context:
space:
mode:
Diffstat (limited to 'rc.sysinit')
-rwxr-xr-xrc.sysinit4
1 files changed, 4 insertions, 0 deletions
diff --git a/rc.sysinit b/rc.sysinit
index 8158f78..b5d63ea 100755
--- a/rc.sysinit
+++ b/rc.sysinit
@@ -95,6 +95,9 @@ unset mods
status "Waiting for UDev uevents to be processed" \
udevadm settle --timeout=${UDEV_TIMEOUT:-30}
+# in case loading a module changed the display mode
+calc_columns
+
run_hook sysinit_udevsettled
# bring up the loopback interface
@@ -277,6 +280,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_postmount
stat_done
# enable monitoring of lvm2 groups, now that the filesystems are mounted rw