Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- QEMU_ARGS=(
- -cpu "host,vmware-cpuid-freq=on"
- -machine "q35"
- -m "$RAM"
- -smp "$SMP"
- -accel "hvf"
- -smbios "type=2"
- -drive "id=Drive,if=virtio,file=$DRIVE,format=$DRIVE_FMT"
- -drive "if=pflash,format=raw,readonly,file=$FIRMWARE_CODE"
- -drive "if=pflash,format=raw,file=$FIRMWARE_VARS"
- -usb
- -device "usb-kbd"
- -device "usb-tablet"
- -device "isa-applesmc,osk=$OSK"
- -nodefaults
- "${INSTALLMEDIA_ARGS[@]}"
- -vga "std"
- -nic "user,model=vmxnet3"
- -boot c
- )
Add Comment
Please, Sign In to add comment