test-boot-realistic rule should boot the rescue shell.

This commit is contained in:
Richard Jones
2009-06-22 12:23:31 +01:00
parent 23273711bd
commit bb3a781783

View File

@@ -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 \