live-bootstrap/.cirrus.expect

9 lines
157 B
Plaintext
Raw Normal View History

2021-01-08 21:58:34 +00:00
#!/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"