init mystuff

qemu 'network'
template fix
This commit is contained in:
Zsolt Alföldi
2026-03-01 00:17:47 +01:00
parent afed1b36bc
commit 3ffae9e404
3 changed files with 57 additions and 2 deletions

View File

@@ -24,4 +24,6 @@ qemu-system-x86_64 \
-enable-kvm \
-drive file=/tmp/test-disk.qcow2,format=qcow2 \
"${_cdrom[@]}" \
-bios /usr/share/ovmf/OVMF.fd
-bios /usr/share/ovmf/OVMF.fd \
-netdev user,id=net0,hostfwd=tcp::12222-:22 \
-device e1000,netdev=net0