mirror of
https://github.com/fosslinux/live-bootstrap.git
synced 2026-03-15 15:55:24 +01:00
A further idea
This commit is contained in:
parent
985961cc30
commit
8e60893e97
2 changed files with 2 additions and 2 deletions
2
.github/workflows/qemu.yml
vendored
2
.github/workflows/qemu.yml
vendored
|
|
@ -47,7 +47,7 @@ jobs:
|
||||||
mirror-state
|
mirror-state
|
||||||
key: cache-${{ hashFiles('steps/*/sources') }}
|
key: cache-${{ hashFiles('steps/*/sources') }}
|
||||||
- name: Run bootstrap
|
- name: Run bootstrap
|
||||||
run: sudo ./rootfs.py --qemu --update-checksums --external-sources --cores 2 --mirror file://${PWD}/mirror
|
run: sudo ./rootfs.py --qemu --update-checksums --external-sources --cores 2 --mirror file://${PWD}/mirror; cat output
|
||||||
- name: Remount package disk
|
- name: Remount package disk
|
||||||
if: always()
|
if: always()
|
||||||
run: >
|
run: >
|
||||||
|
|
|
||||||
|
|
@ -336,7 +336,7 @@ print(shutil.which('chroot'))
|
||||||
'-nic', 'user,ipv6=off,model=e1000'
|
'-nic', 'user,ipv6=off,model=e1000'
|
||||||
]
|
]
|
||||||
if not args.interactive:
|
if not args.interactive:
|
||||||
arg_list += ['-no-reboot', '-nographic']
|
arg_list += ['-no-reboot', '-nographic', '-serial', 'file:output']
|
||||||
run(args.qemu_cmd, *arg_list, cleanup=cleanup)
|
run(args.qemu_cmd, *arg_list, cleanup=cleanup)
|
||||||
|
|
||||||
if __name__ == "__main__":
|
if __name__ == "__main__":
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue