X-Git-Url: http://git.annexia.org/?p=libguestfs.git;a=blobdiff_plain;f=appliance%2FMakefile.am;h=bbf3c243991417acdf213d7eef311d79aaa19e9e;hp=157c875825232644356863ebb1ad2779077a77f1;hb=75f0a92debd3f68c544c821fa54a973b91ea7e42;hpb=8700a55d52f25f60f01ef1b67cff6d5c0071700b diff --git a/appliance/Makefile.am b/appliance/Makefile.am index 157c875..bbf3c24 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,16 @@ 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 + if grep -q /usr/share/augeas/lenses supermin.d/hostfiles; then \ + echo "./usr/share/augeas/lenses/*.aug" >> supermin.d/hostfiles; \ + fi 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 +106,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 @@ -116,37 +119,6 @@ stamp-debirf-modules: done touch $@ -#---------------------------------------------------------------------- -# Extra rules for testing the appliance. - -# Test-boot the appliance. - -test-boot: emptydisk - qemu-system-$(host_cpu) \ - -m 384 \ - -kernel $(VMLINUZ) -initrd $(INITRAMFSIMG) \ - -hda emptydisk - -emptydisk: - rm -f emptydisk - dd if=/dev/zero of=emptydisk bs=1024 count=1440 - echo 0, | sfdisk -q -C 80 -H 2 -S 18 emptydisk > /dev/null - -# This is a more realistic test boot command line which better -# reflects what the library does. - -test-boot-realistic: emptydisk - qemu-system-$(host_cpu) \ - -m 384 \ - -kernel $(VMLINUZ) -initrd $(INITRAMFSIMG) \ - -hda emptydisk \ - -append "console=ttyS0 guestfs=10.0.2.4:6666 guestfs_rescue=1" \ - -nographic \ - -serial stdio \ - -net channel,6666:unix:/tmp/sock,server,nowait \ - -net user,vlan=0 \ - -net nic,model=virtio,vlan=0 - # Make clean. CLEANFILES = packagelist kmod.whitelist