Commit graph

6 commits

Author SHA1 Message Date
Felix Yan
0220aa7859
Fix startqemu.sh for new QEMU (#20)
Latest QEMU (9.1.0 here) breaks here without this change:

> Drive 'hd0' is already in use because it has been automatically connected to another device (did you need 'if=none' in the drive options?)
2024-09-24 15:12:39 +08:00
Felix Yan
9fc89f348e
feat: Enable networking and use systemd-nspawn instead of arch-chroot (#9)
- Enable networking by default as it's often useful.
- Use systemd-nspawn instead of arch-chroot because the latter is known
  to be fragile and often results in mounts not being cleaned up
  correctly and broken images.
2022-12-01 22:06:37 +08:00
Avimitin Lu
00857a7aaa
feat(startqemu): add argument parser for specifying different qcow image (#7) 2022-09-15 13:24:12 +08:00
Coelacanthus
ec4bad56d6
refactor: add arguments to contrl script behaivor, rename to non-suffix
Signed-off-by: Coelacanthus <CoelacanthusHex@gmail.com>
2022-09-11 23:30:29 +08:00
Coelacanthus
40fc627098
chore: add LICENSE file and copyright comment
Signed-off-by: Coelacanthus <coelacanthus@outlook.com>
2022-07-27 15:58:27 +08:00
Coelacanthus
8a355c5a35
feat: add startqemu script to test qemu img
Signed-off-by: Coelacanthus <coelacanthus@outlook.com>
2022-05-29 00:33:01 +08:00