This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/usr/bin/env bash | |
| # qemu-img create -f qcow2 disk.qcow2 30G | |
| qemu-system-x86_64 -m 3G -smp 2 -nic user,hostfwd=tcp::2225-:22,model=virtio-net-pci -enable-kvm -boot once=d -cdrom openSUSE-Tumbleweed-DVD-x86_64-Snapshot20260405-Media.iso -drive file=disk.qcow2 -display gtk |