mirror of
https://github.com/oSoWoSo/DistroHopper.git
synced 2024-08-14 22:46:53 +00:00
Consistent formatting of GUEST_TWEAKS
This commit is contained in:
parent
20e5b02e43
commit
f8e7f10ffd
1 changed files with 1 additions and 1 deletions
2
quickemu
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…
Reference in a new issue