mirror of
https://github.com/fosslinux/live-bootstrap.git
synced 2026-03-12 22:35:23 +01:00
Add cirrus CI
This commit is contained in:
parent
5a369dc783
commit
97fd39feb2
4 changed files with 49 additions and 1 deletions
8
.cirrus.expect
Executable file
8
.cirrus.expect
Executable file
|
|
@ -0,0 +1,8 @@
|
|||
#!/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"
|
||||
Loading…
Add table
Add a link
Reference in a new issue