Unverified Commit fc32b25c authored by Kroese's avatar Kroese Committed by GitHub
Browse files

fix: Broken arch_capabilities flag for AMD CPU's (#820)

parent 3a03285b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -78,7 +78,7 @@ if [[ "$KVM" != [Nn]* ]]; then
    fi

    if [[ "${BOOT_MODE,,}" == "windows"* ]]; then
      CPU_FEATURES+=",-arch_capabilities"
      CPU_FEATURES+=",arch_capabilities=off"
    fi

  else
+2 −0
Original line number Diff line number Diff line
@@ -144,6 +144,8 @@ addPackage() {
  return 0
}

[[ "${DISPLAY:-}" != "" && "${DISPLAY:-}" != ":0" && "${DISPLAY:-}" != "web" ]] && WEB="N"

if [[ "${WEB:-}" == [Nn]* ]]; then

  html "Starting $APP for Docker..."