aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xtdf-postinst-udeb/finish-install.d/07tdf-postinst2
-rwxr-xr-xtdfvm-install2
2 files changed, 2 insertions, 2 deletions
diff --git a/tdf-postinst-udeb/finish-install.d/07tdf-postinst b/tdf-postinst-udeb/finish-install.d/07tdf-postinst
index 5901db4..47f6635 100755
--- a/tdf-postinst-udeb/finish-install.d/07tdf-postinst
+++ b/tdf-postinst-udeb/finish-install.d/07tdf-postinst
@@ -112,7 +112,7 @@ fi
modprobe -v -d/target virtio-console
in-target qemu-ga --daemonize --pidfile=/var/run/qemu-ga.pid
while :; do
- [ -f /target/etc/tdf-install-continue ] && break
+ [ -f /target/tmp/tdf-install-continue ] && break
sleep 1
done
kill `cat /target/var/run/qemu-ga.pid`
diff --git a/tdfvm-install b/tdfvm-install
index d0138c6..56fd90f 100755
--- a/tdfvm-install
+++ b/tdfvm-install
@@ -317,7 +317,7 @@ for path in /etc/ssh/ssh_host_rsa_key.pub \
./virsh-ga -c "$LIBVIRT_URI" "$VM_NAME" cat "$path" >"$VMDIR/${path##*/}"
done
-./virsh-ga -c "$LIBVIRT_URI" "$VM_NAME" touch /etc/tdf-install-continue
+./virsh-ga -c "$LIBVIRT_URI" "$VM_NAME" touch /tmp/tdf-install-continue
virsh -c "$LIBVIRT_URI" console "$VM_NAME" --safe >/dev/null # wait until shutdown
(