summaryrefslogtreecommitdiffstats
path: root/helper
diff options
context:
space:
mode:
Diffstat (limited to 'helper')
-rw-r--r--helper/appliance.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/helper/appliance.c b/helper/appliance.c
index 50d1d78..b2cc840 100644
--- a/helper/appliance.c
+++ b/helper/appliance.c
@@ -197,6 +197,9 @@ static void
add_kernel_modules (const char *whitelist_file, const char *modpath,
struct writer *writer)
{
+ if (verbose)
+ print_timestamped_message ("adding kernel modules");
+
char **whitelist = NULL;
if (whitelist_file != NULL)
whitelist = load_file (whitelist_file);