live-bootstrap/.cirrus.expect
2021-02-08 20:00:10 +11:00

12 lines
271 B
Text
Executable file

#!/usr/bin/expect
# SPDX-FileCopyrightText: 2021 fosslinux <fosslinux@aussies.space>
#
# SPDX-License-Identifier: GPL-3.0-or-later
set timeout -1
spawn ./rootfs.sh qemu-system-x86_64 3500M
expect -exact {not syncing: Attempted to kill init}
send -- "\x01"
send -- "x"