mirror of
https://github.com/fosslinux/live-bootstrap.git
synced 2026-03-09 12:55:23 +01:00
8 lines
157 B
Text
Executable file
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"
|