Consistent formatting of GUEST_TWEAKS

add-icons
Martin Wimpress 3 years ago
parent 20e5b02e43
commit f8e7f10ffd
No known key found for this signature in database
GPG Key ID: 61DF940515E06DA3
  1. 2
      quickemu

@ -494,7 +494,7 @@ function vm_boot() {
;;
esac
OSK=$(echo "bheuneqjbexolgurfrjbeqfthneqrqcyrnfrqbagfgrny(p)NccyrPbzchgreVap" | tr 'A-Za-z' 'N-ZA-Mn-za-m')
GUEST_TWEAKS="-device isa-applesmc,osk=${OSK} -no-hpet -global kvm-pit.lost_tick_policy=discard"
GUEST_TWEAKS="-no-hpet -global kvm-pit.lost_tick_policy=discard -device isa-applesmc,osk=${OSK}"
if [ -z "${disk_size}" ]; then
disk_size="96G"
fi

Loading…
Cancel
Save