mirror of
https://github.com/AuxXxilium/arc-c.git
synced 2024-11-23 23:11:08 +07:00
arc: rewrite message
Signed-off-by: AuxXxilium <info@auxxxilium.tech>
This commit is contained in:
parent
3695e8b897
commit
b1cbfb341e
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user