mirror of
https://github.com/fosslinux/live-bootstrap.git
synced 2026-03-20 02:02:58 +01:00
Port rootfs.sh to Python
This commit is contained in:
parent
4dbc9618a2
commit
713fd9143f
12 changed files with 646 additions and 34 deletions
|
|
@ -6,7 +6,7 @@
|
|||
|
||||
set timeout -1
|
||||
|
||||
spawn ./rootfs.sh qemu-system-x86_64 3500M
|
||||
spawn python3 rootfs.py --qemu-cmd qemu-system-x86_64 --qemu-ram 3500
|
||||
expect {
|
||||
"not syncing: Attempted to kill init" {}
|
||||
"Bootstrapping completed." {}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue