Force creation of /lib/modules directory.
authorHilko Bengen <bengen@hilluzination.de>
Mon, 30 May 2011 22:14:11 +0000 (00:14 +0200)
committerRichard 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

index 85efd75..50d1d78 100644 (file)
@@ -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);