mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-01-01 13:00:12 +01:00
contrib/nm-live-vm: fix run.sh script to into script directory
run.sh refers to the image file via relative path. Signed-off-by: Thomas Haller <thaller@redhat.com>
This commit is contained in:
parent
c274725dc3
commit
04591cfa2e
1 changed files with 2 additions and 0 deletions
|
|
@ -14,6 +14,8 @@ MEMORY=$((3*1024))
|
|||
|
||||
mkdir "$SDIR"
|
||||
|
||||
cd "$DIR"
|
||||
|
||||
if [ "$OS" == "Red Hat Enterprise Linux" ]; then
|
||||
# qemu-kvm is installed in /usr/libexec on RHEL6
|
||||
# and redirects its output to VNC server
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue