diff options
| author | Robert Günzler <r@gnzler.io> | 2026-02-10 12:32:48 +0100 |
|---|---|---|
| committer | Robert Günzler <r@gnzler.io> | 2026-02-10 12:41:25 +0100 |
| commit | 63feeb9f369fc6176e85c1c2d8fcc863caad1946 (patch) | |
| tree | 41cd5d2d1ec36e74e464caab722cc9b460153f04 /.local/share/navi/cheats/robertgzr__cheats/qemu.cheat | |
| parent | 5bd0a4aca65ecb9818ef1285982d160b6b6ff665 (diff) | |
start new
Signed-off-by: Robert Günzler <r@gnzler.io>
Diffstat (limited to '.local/share/navi/cheats/robertgzr__cheats/qemu.cheat')
| -rw-r--r-- | .local/share/navi/cheats/robertgzr__cheats/qemu.cheat | 28 |
1 files changed, 0 insertions, 28 deletions
diff --git a/.local/share/navi/cheats/robertgzr__cheats/qemu.cheat b/.local/share/navi/cheats/robertgzr__cheats/qemu.cheat deleted file mode 100644 index d92b88b..0000000 --- a/.local/share/navi/cheats/robertgzr__cheats/qemu.cheat +++ /dev/null @@ -1,28 +0,0 @@ - -% qemu, balena - -# boots a balenaOS vm - -qemu-system-x86_64 -name balena0 \ - -netdev "user,id=net0,hostfwd=tcp::22222-:22222" -device e1000,netdev=net0 \ - -bios /usr/share/edk2-ovmf/OVMF_CODE.fd \ - -m 4G -smp 4 \ - -cpu max \ - -machine type=pc,accel=kvm \ - -display none \ - -drive format=vvfat,file=fat:rw:/tmp/qemu,index=1 \ - -drive format=raw,cache=none,if=virtio,index=0,file=balena.img - - -% qemu, ubuntu - -# boots an ubuntu vm - -qemu-system-x86_64 -name ubuntu0 \ - -netdev "user,id=net0,hostfwd=tcp::2222-:22" -device e1000,netdev=net0 \ - -m 4G -smp 4 \ - -cpu max \ - -machine type=pc,accel=kvm \ - -display none \ - -drive format=vvfat,file=fat:rw:/tmp/qemu,index=1 \ - -drive format=qcow2,cache=none,index=0,file=/home/robert/ubuntu.qcow2 |