aboutsummaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
authorGuilhem Moulin <guilhem@libreoffice.org>2016-10-23 00:34:05 +0200
committerGuilhem Moulin <guilhem@libreoffice.org>2016-10-23 00:38:45 +0200
commit83bf907908ac713d334bf3ed4424989c86be9294 (patch)
tree91580d47239b3597e621f4419faa743919ff771b /README
parentcbf0cecd44a6b422e208f3043f2ceaf7fd0a25a9 (diff)
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.)
Diffstat (limited to 'README')
-rw-r--r--README3
1 files changed, 2 insertions, 1 deletions
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 \