diff options
author | Richard Jones <rjones@trick.home.annexia.org> | 2009-06-22 12:23:31 +0100 |
---|---|---|
committer | Richard Jones <rjones@trick.home.annexia.org> | 2009-06-22 12:23:31 +0100 |
commit | bb3a781783734e9f89f2cfa2cabca1efb32bcc45 (patch) | |
tree | 22b882a22c8a07a8f29d25a8241041822a600870 | |
parent | 23273711bdbb07cabb19c095797a33d71b7fe711 (diff) | |
download | libguestfs-bb3a781783734e9f89f2cfa2cabca1efb32bcc45.tar.gz libguestfs-bb3a781783734e9f89f2cfa2cabca1efb32bcc45.tar.xz libguestfs-bb3a781783734e9f89f2cfa2cabca1efb32bcc45.zip |
test-boot-realistic rule should boot the rescue shell.
-rw-r--r-- | appliance/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/appliance/Makefile.am b/appliance/Makefile.am index d15e5f25..74157b08 100644 --- a/appliance/Makefile.am +++ b/appliance/Makefile.am @@ -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 \ |