From 83bf907908ac713d334bf3ed4424989c86be9294 Mon Sep 17 00:00:00 2001 From: Guilhem Moulin Date: Sun, 23 Oct 2016 00:34:05 +0200 Subject: Use the QEMU Guest Agent to retrive public key material. Unlike filesystem passthrough (9p VirtFS), this allows us to create guests remotely without using sudo privileges. (We can't do this with VirtFS currently due to lack of relabelling, and the kernel won't let us `chgrp libvirt-qemu` without sudoing.) --- README | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'README') diff --git a/README b/README index 75c585f..e3f7ac5 100644 --- a/README +++ b/README @@ -14,6 +14,7 @@ packages: virtinst xmlstarlet xorriso + libjson-perl Download Debian stable's netinst ISO image and verify its integrity: @@ -29,7 +30,7 @@ Download Debian stable's netinst ISO image and verify its integrity: Create a new transient virtual machine: - ~$ sudo TMPDIR=/run/shm ./tdfvm-install \ + ~$ ./tdfvm-install \ --iso=./dist/debian-8.6.0-amd64-netinst.iso \ -u$USER -p --authorized-keys=$HOME/.ssh/authorized_keys \ -o ./vm170 \ -- cgit v1.2.3