]> git.ipfire.org Git - thirdparty/dracut.git/commitdiff
98usrmount: print mount options
authorAmadeusz Żołnowski <aidecoe@aidecoe.name>
Thu, 26 Jul 2012 13:05:23 +0000 (15:05 +0200)
committerHarald Hoyer <harald@redhat.com>
Thu, 26 Jul 2012 14:35:13 +0000 (16:35 +0200)
modules.d/98usrmount/mount-usr.sh

index 98e08e3b85fc92a812545c42cd23d5aea2521a58..f4d59b3eb5d1c6b3f6bde9dac2d394c36e8383f9 100755 (executable)
@@ -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