From: Amadeusz Żołnowski Date: Thu, 26 Jul 2012 13:05:23 +0000 (+0200) Subject: 98usrmount: print mount options X-Git-Tag: 023~78 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=b56e174322f9998b86e6272fdcca009d2a2ab7a4;p=thirdparty%2Fdracut.git 98usrmount: print mount options --- diff --git a/modules.d/98usrmount/mount-usr.sh b/modules.d/98usrmount/mount-usr.sh index 98e08e3b8..f4d59b3eb 100755 --- a/modules.d/98usrmount/mount-usr.sh +++ b/modules.d/98usrmount/mount-usr.sh @@ -81,7 +81,7 @@ mount_usr() fi fi - info "Mounting /usr" + info "Mounting /usr with -o $_opts" mount "$NEWROOT/usr" 2>&1 | vinfo if ! ismounted "$NEWROOT/usr"; then