live-bootstrap/.cirrus.expect
2021-01-20 15:30:14 +11:00

8 lines
157 B
Text
Executable file

#!/usr/bin/expect
set timeout -1
spawn ./rootfs.sh qemu-system-x86_64 3500M
expect -exact {not syncing: Attempted to kill init}
send -- "\x01"
send -- "x"