Skip to content

Commit

Permalink
kiss-vm: fix command not found issue on slackware
Browse files Browse the repository at this point in the history
Signed-off-by: Jianhong Yin <[email protected]>
  • Loading branch information
tcler committed Feb 10, 2022
1 parent 561a30a commit f906220
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions kiss-vm
Original file line number Diff line number Diff line change
Expand Up @@ -1849,6 +1849,7 @@ fi
VCPUN=$(vcpuN "$VCPUS")

# __main__
is_slackware && export PATH=/usr/local/sbin:/usr/sbin:/sbin:$PATH
if egrep -q -wo '(vmx|svm)' /proc/cpuinfo || egrep -q 'CPU 0000%@' /proc/cpuinfo; then
[[ "$1" = prepare ]] && {
KISS_VM_READY=; ONLY_PREPARE=yes
Expand Down

0 comments on commit f906220

Please sign in to comment.