X-Git-Url: http://git.annexia.org/?p=libguestfs.git;a=blobdiff_plain;f=appliance%2FMakefile.am;h=5dd6521ec9987f804d6ea7bdfb0ced0b187bd286;hp=066becbbef37f32a19ef71d17516fc00eb7ac495;hb=161c7cd7f9c9d1099c35db20f78d7e5a20ea6517;hpb=a011c5f3263601cd8555e50a4dfa03e27fdb7361 diff --git a/appliance/Makefile.am b/appliance/Makefile.am index 066becb..5dd6521 100644 --- a/appliance/Makefile.am +++ b/appliance/Makefile.am @@ -16,7 +16,7 @@ # Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. EXTRA_DIST = \ - make-initramfs.sh update-initramfs.sh + make.sh update.sh # Build the root filesystem (appliance). # Currently this is arch-dependent, so it seems like putting it in @@ -32,17 +32,17 @@ fs_DATA = $(INITRAMFSIMG) $(VMLINUZ) $(INITRAMFSIMG) $(VMLINUZ): $(top_builddir)/initramfs/fakeroot.log -$(top_builddir)/initramfs/fakeroot.log: make-initramfs.sh.in +$(top_builddir)/initramfs/fakeroot.log: make.sh kmod.whitelist -mv $(INITRAMFSIMG) $(INITRAMFSIMG).bak -mv $(VMLINUZ) $(VMLINUZ).bak - if ! bash make-initramfs.sh; then rm -f $@; exit 1; fi + if ! bash make.sh; then rm -f $@; exit 1; fi $(INITRAMFSIMG): $(top_builddir)/initramfs/fakeroot.log $(top_builddir)/daemon/guestfsd rm -f $@ - bash update-initramfs.sh + bash update.sh touch $@ -make-initramfs.sh: make-initramfs.sh.in +make.sh: make.sh.in cd .. && ./config.status appliance/$@ # Test-boot the image.