@@ -418,7 +418,7 @@ function make() {
|
||||
if [[ ! grep -q "^flags.*vmx.*" /proc/cpuinfo | ! grep -q "^flags.*svm.*" /proc/cpuinfo ]]; then
|
||||
dialog --backtitle "$(backtitle)" --title "Arc Build" \
|
||||
--extra-button --extra-label "Force Enable" --no-cancel \
|
||||
--msgbox "Virtualization is not enabled in BIOS.\nDisable KVM Support for now." 0 0
|
||||
--msgbox "Virtualization is disabled in BIOS.\nYou should enable VMX or SVM.\nDisable KVM Support for now." 0 0
|
||||
RET=$?
|
||||
case ${RET} in
|
||||
0) # ok-button
|
||||
|
||||
Reference in New Issue
Block a user