From: Richard W.M. Jones Date: Thu, 24 Oct 2019 20:32:45 +0000 (+0100) Subject: 6200, 6400: Use pushd/popd so we run ./restore in the right directory. X-Git-Url: http://git.annexia.org/?a=commitdiff_plain;h=8ac1f410c40d467d17937290943a64d09d5a9ad3;p=libguestfs-talks.git 6200, 6400: Use pushd/popd so we run ./restore in the right directory. --- diff --git a/2019-kvm-forum/6200-vddk.term b/2019-kvm-forum/6200-vddk.term index d75a73a..67fc00b 100755 --- a/2019-kvm-forum/6200-vddk.term +++ b/2019-kvm-forum/6200-vddk.term @@ -14,6 +14,7 @@ remember 'ls -lh mp' remember 'hexdump -C mp/nbd | head -30' ./restore -cd 6200-vddk.d +pushd 6200-vddk.d >/dev/null terminal +popd >/dev/null ./restore diff --git a/2019-kvm-forum/6400-boot.term b/2019-kvm-forum/6400-boot.term index 0680a08..ab4ecb4 100755 --- a/2019-kvm-forum/6400-boot.term +++ b/2019-kvm-forum/6400-boot.term @@ -20,6 +20,7 @@ remember 'ls -lR root' remember "nbdkit -U - linuxdisk root --run 'export unixsocket; ./qemu.sh'" ./restore -cd 6400-boot.d +pushd 6400-boot.d >/dev/null terminal +popd >/dev/null ./restore