X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;ds=sidebyside;f=appliance%2FMakefile.am;h=c06d7ae9593ccc4dc4fc0f8e85b43690cd63d061;hb=215041c7178922341ecbfdb23eb203f2bb8c29c4;hp=d15e5f2586ba7e51f7735dfb13c9ff2cdba3b05c;hpb=23273711bdbb07cabb19c095797a33d71b7fe711;p=libguestfs.git diff --git a/appliance/Makefile.am b/appliance/Makefile.am index d15e5f2..c06d7ae 100644 --- a/appliance/Makefile.am +++ b/appliance/Makefile.am @@ -92,16 +92,6 @@ $(SUPERMINIMG): supermin.incfiles supermin-make.sh endif -# This should rebuild the scripts if the input files change, although -# it doesn't always seem to work. -%.sh: %.sh.in - cd .. && ./config.status appliance/$@ - chmod +x $@ - -libguestfs-supermin-helper: libguestfs-supermin-helper.in - cd .. && ./config.status appliance/$@ - chmod +x $@ - #---------------------------------------------------------------------- # Extra rules for testing the appliance. @@ -126,7 +116,7 @@ test-boot-realistic: emptydisk -m 384 \ -kernel $(VMLINUZ) -initrd $(INITRAMFSIMG) \ -hda emptydisk \ - -append "console=ttyS0 guestfs=10.0.2.4:6666" \ + -append "console=ttyS0 guestfs=10.0.2.4:6666 guestfs_rescue=1" \ -nographic \ -serial stdio \ -net channel,6666:unix:/tmp/sock,server,nowait \