X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;ds=sidebyside;f=appliance%2FMakefile.am;h=74157b088ad1ff0fba3ef4a451ab360f88b4ef07;hb=b96fb7eb3aa0ac67957ed15a7dd22bc7399cad44;hp=d692c7f4d67b3aac52a0f9ee65f1c5b3bd6ff5f5;hpb=b7f39224e17eecf53ea2671122d4b3176e4d202f;p=libguestfs.git diff --git a/appliance/Makefile.am b/appliance/Makefile.am index d692c7f..74157b0 100644 --- a/appliance/Makefile.am +++ b/appliance/Makefile.am @@ -80,7 +80,7 @@ if SUPERMIN # First we need to decide which files go in and out of the supermin # appliance. This decision is made by 'supermin-split.sh'. $(SUPERMINFILES): supermin.incfiles -supermin.incfiles: $(top_builddir)/initramfs/fakeroot.log supermin-split.sh +supermin.incfiles: $(top_builddir)/initramfs/fakeroot.log $(top_builddir)/daemon/guestfsd supermin-split.sh rm -f supermin.incfiles $(SUPERMINFILES) bash supermin-split.sh @@ -126,7 +126,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 \