Port rootfs.sh to Python

This commit is contained in:
Andrius Štikonas 2021-04-06 00:12:02 +01:00
parent 4dbc9618a2
commit 713fd9143f
12 changed files with 646 additions and 34 deletions

View file

@ -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." {}