Update boot.sh
This commit is contained in:
parent
d5b0606433
commit
0342049ffb
1 changed files with 1 additions and 1 deletions
|
@ -88,7 +88,7 @@ if [ ! -f "$CLOCK" ]; then
|
|||
warn "file \"$CLOCK\" cannot not found?"
|
||||
else
|
||||
result=$(<"$CLOCK")
|
||||
case "${result,,}" in
|
||||
case "${result//[^[:alpha:]_- ]/}" in
|
||||
"${CLOCKSOURCE,,}" ) ;;
|
||||
"kvm-clock" ) info "Nested KVM virtualization detected.." ;;
|
||||
"hyperv_clocksource_tsc_page" ) info "Nested Hyper-V virtualization detected.." ;;
|
||||
|
|
Loading…
Reference in a new issue