summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xmkinitcpio6
1 files changed, 5 insertions, 1 deletions
diff --git a/mkinitcpio b/mkinitcpio
index 19c8757..565d267 100755
--- a/mkinitcpio
+++ b/mkinitcpio
@@ -221,7 +221,11 @@ if [ "${SHOW_AUTOMODS}" = "y" ]; then
exit 0
fi
-echo ":: Begin build"
+if [ -n "${GENIMG}" ]; then
+ echo ":: Begin dry run"
+else
+ echo ":: Begin build"
+fi
#parse 'global' hook, as defined in ${CONFIG}
parse_hook