mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-05-08 12:28:11 +02: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"
|
mkdir "$SDIR"
|
||||||
|
|
||||||
|
cd "$DIR"
|
||||||
|
|
||||||
if [ "$OS" == "Red Hat Enterprise Linux" ]; then
|
if [ "$OS" == "Red Hat Enterprise Linux" ]; then
|
||||||
# qemu-kvm is installed in /usr/libexec on RHEL6
|
# qemu-kvm is installed in /usr/libexec on RHEL6
|
||||||
# and redirects its output to VNC server
|
# and redirects its output to VNC server
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue