git.annexia.org
/
febootstrap.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8ad45af
)
Verbose message when adding kernel modules.
author
Richard W.M. Jones
<rjones@redhat.com>
Fri, 23 Sep 2011 08:51:25 +0000
(09:51 +0100)
committer
Richard W.M. Jones
<rjones@redhat.com>
Fri, 23 Sep 2011 08:51:25 +0000
(09:51 +0100)
This step takes a considerable amount of time (about half of the total
construction time), so separately display a timestamped message for it.
helper/appliance.c
patch
|
blob
|
history
diff --git
a/helper/appliance.c
b/helper/appliance.c
index
50d1d78
..
b2cc840
100644
(file)
--- 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);