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:
b5ed2a5
)
Force creation of /lib/modules directory.
author
Hilko Bengen
<bengen@hilluzination.de>
Mon, 30 May 2011 22:14:11 +0000
(
00:14
+0200)
committer
Richard W.M. Jones
<rjones@redhat.com>
Wed, 1 Jun 2011 09:08:13 +0000
(10:08 +0100)
After adding a line containing "/lib/modules" to hostfiles solved the
immediate problem for me -- febootstrap-supermin-helper finished its
run.
The attached patch makes sure that febootstrap-supermin-helper always
creates this directory.
helper/appliance.c
patch
|
blob
|
history
diff --git
a/helper/appliance.c
b/helper/appliance.c
index
85efd75
..
50d1d78
100644
(file)
--- a/
helper/appliance.c
+++ b/
helper/appliance.c
@@
-77,6
+77,7
@@
create_appliance (const char *hostcpu,
iterate_inputs (inputs, nr_inputs, writer);
+ writer->wr_file ("/lib/modules");
/* Kernel modules (3). */
add_kernel_modules (whitelist, modpath, writer);