From 51b80faab94b01e195fc8e731a116fd44ff83738 Mon Sep 17 00:00:00 2001 From: Dave Reisner Date: Sat, 3 Mar 2012 19:17:20 -0500 Subject: init: add informational output about mounting Applies to both the real root and any device that's mounted on /usr Signed-off-by: Dave Reisner --- init | 1 + 1 file changed, 1 insertion(+) (limited to 'init') diff --git a/init b/init index bb9401d..1f5f865 100644 --- a/init +++ b/init @@ -93,6 +93,7 @@ if [ -f "$realtab" ]; then if usr_source=$(findmnt -snero source --tab-file="$realtab" /usr); then mountopts=$(findmnt -snero options --tab-file="$realtab" /usr) fsck_device "$usr_source" + msg ":: mounting '$usr_source' on /usr" mount "$usr_source" /new_root/usr -o "$mountopts" fi fi -- cgit v1.2.3-24-g4f1b