X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=appliance%2FMakefile.am;h=e1c9ef67baf440d230e0188ebaef041e1bd5ffd2;hb=a554c62b709491401c9d3db744c21f6e543e11ba;hp=157c875825232644356863ebb1ad2779077a77f1;hpb=8700a55d52f25f60f01ef1b67cff6d5c0071700b;p=libguestfs.git diff --git a/appliance/Makefile.am b/appliance/Makefile.am index 157c875..e1c9ef6 100644 --- a/appliance/Makefile.am +++ b/appliance/Makefile.am @@ -21,7 +21,6 @@ EXTRA_DIST = \ kmod.whitelist.in \ packagelist.in \ init \ - debian/modules/install_kernel \ debian/modules/y0_install-guestfsd \ debian/modules/z99_final-cleanups \ debian/debirf.conf.in \ @@ -87,13 +86,13 @@ packagelist: packagelist.in if SUPERMIN supermin.d/base.img supermin.d/hostfiles: stamp-supermin -stamp-supermin: $(top_builddir)/initramfs/fakeroot.log $(top_builddir)/initramfs/init +stamp-supermin: $(INITRAMFSIMG) mkdir -p supermin.d rm -f $@ supermin.d/base.img supermin.d/hostfiles febootstrap-to-supermin $(top_builddir)/initramfs supermin.d/base.img supermin.d/hostfiles touch $@ -supermin.d/daemon.img: $(top_builddir)/initramfs/sbin/guestfsd +supermin.d/daemon.img: $(INITRAMFSIMG) mkdir -p supermin.d rm -f $@ $@-t (cd $(top_builddir)/initramfs && \ @@ -104,6 +103,7 @@ endif # Extra symlinks needed by the Debian appliance. debirf_symlinks = \ a0_prep-root \ + install-kernel \ z0_remove-aptitude \ z0_remove-locales \ z1_clean-root