Blame 0041-98usrmount-print-mount-options.patch

Harald Hoyer 12f6cc
From b56e174322f9998b86e6272fdcca009d2a2ab7a4 Mon Sep 17 00:00:00 2001
Harald Hoyer 12f6cc
From: =?UTF-8?q?Amadeusz=20=C5=BBo=C5=82nowski?= <aidecoe@aidecoe.name>
Harald Hoyer 12f6cc
Date: Thu, 26 Jul 2012 15:05:23 +0200
Harald Hoyer 12f6cc
Subject: [PATCH] 98usrmount: print mount options
Harald Hoyer 12f6cc
Harald Hoyer 12f6cc
---
Harald Hoyer 12f6cc
 modules.d/98usrmount/mount-usr.sh | 2 +-
Harald Hoyer 12f6cc
 1 file changed, 1 insertion(+), 1 deletion(-)
Harald Hoyer 12f6cc
Harald Hoyer 12f6cc
diff --git a/modules.d/98usrmount/mount-usr.sh b/modules.d/98usrmount/mount-usr.sh
Harald Hoyer 12f6cc
index 98e08e3..f4d59b3 100755
Harald Hoyer 12f6cc
--- a/modules.d/98usrmount/mount-usr.sh
Harald Hoyer 12f6cc
+++ b/modules.d/98usrmount/mount-usr.sh
Harald Hoyer 12f6cc
@@ -81,7 +81,7 @@ mount_usr()
Harald Hoyer 12f6cc
             fi
Harald Hoyer 12f6cc
         fi
Harald Hoyer 12f6cc
 
Harald Hoyer 12f6cc
-        info "Mounting /usr"
Harald Hoyer 12f6cc
+        info "Mounting /usr with -o $_opts"
Harald Hoyer 12f6cc
         mount "$NEWROOT/usr" 2>&1 | vinfo
Harald Hoyer 12f6cc
 
Harald Hoyer 12f6cc
         if ! ismounted "$NEWROOT/usr"; then