mirror of
https://github.com/oSoWoSo/DistroHopper.git
synced 2024-08-14 22:46:53 +00:00
Adding KolibriOS support
It can download and boot this OS. There is one requirement: 7z. Its not completed yet (at least internet and sound dont work)
This commit is contained in:
parent
12fbf6b02f
commit
310d2d3aa1
2 changed files with 36 additions and 1 deletions
2
quickemu
2
quickemu
|
@ -451,7 +451,7 @@ function vm_boot() {
|
|||
|
||||
# Make any OS specific adjustments
|
||||
case ${guest_os} in
|
||||
freebsd|linux|openbsd)
|
||||
freebsd|kolibrios|linux|openbsd)
|
||||
CPU="-cpu host,kvm=on"
|
||||
if [ "${HOST_CPU_VENDOR}" == "AuthenticAMD" ]; then
|
||||
CPU="${CPU},topoext"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue