diff options
author | Richard Jones <rjones@trick.home.annexia.org> | 2009-06-15 14:45:05 +0100 |
---|---|---|
committer | Richard Jones <rjones@trick.home.annexia.org> | 2009-06-15 14:45:05 +0100 |
commit | 161c7cd7f9c9d1099c35db20f78d7e5a20ea6517 (patch) | |
tree | 3d85b586d1745cb472db886bb00b08bd20e3b154 /appliance/Makefile.am | |
parent | 67232e4a701f51ac770a085727a665277086a5ae (diff) | |
download | libguestfs-161c7cd7f9c9d1099c35db20f78d7e5a20ea6517.tar.gz libguestfs-161c7cd7f9c9d1099c35db20f78d7e5a20ea6517.tar.xz libguestfs-161c7cd7f9c9d1099c35db20f78d7e5a20ea6517.zip |
Move kernel module list to a separate whitelist file.
Diffstat (limited to 'appliance/Makefile.am')
-rw-r--r-- | appliance/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/appliance/Makefile.am b/appliance/Makefile.am index 1886e3e1..5dd6521e 100644 --- a/appliance/Makefile.am +++ b/appliance/Makefile.am @@ -32,7 +32,7 @@ fs_DATA = $(INITRAMFSIMG) $(VMLINUZ) $(INITRAMFSIMG) $(VMLINUZ): $(top_builddir)/initramfs/fakeroot.log -$(top_builddir)/initramfs/fakeroot.log: make.sh +$(top_builddir)/initramfs/fakeroot.log: make.sh kmod.whitelist -mv $(INITRAMFSIMG) $(INITRAMFSIMG).bak -mv $(VMLINUZ) $(VMLINUZ).bak if ! bash make.sh; then rm -f $@; exit 1; fi |