mirror of
https://github.com/fosslinux/live-bootstrap.git
synced 2026-03-23 11:36:32 +01:00
Switch CI to chroot mode.
This commit is contained in:
parent
c168a3bd4c
commit
f77466bc99
2 changed files with 5 additions and 19 deletions
|
|
@ -6,10 +6,8 @@
|
|||
|
||||
set timeout -1
|
||||
|
||||
spawn python3 rootfs.py --qemu-cmd qemu-system-x86_64 --qemu-ram 3500
|
||||
spawn python3 rootfs.py --chroot
|
||||
expect {
|
||||
"not syncing: Attempted to kill init" {}
|
||||
"Bootstrapping completed." {}
|
||||
}
|
||||
send -- "\x01"
|
||||
send -- "x"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue