From 5b9ac57d4e4eb6a9f190f734c8aaa98fd24a4816 Mon Sep 17 00:00:00 2001 From: "Richard W.M. Jones" Date: Fri, 1 Nov 2013 15:10:11 +0000 Subject: [PATCH] builder: Update TODO file with some more ideas. --- TODO | 22 ++++++++++++++++++---- 1 file changed, 18 insertions(+), 4 deletions(-) diff --git a/TODO b/TODO index 91fbad40f..32a5ff0b2 100644 --- a/TODO +++ b/TODO @@ -560,12 +560,20 @@ virt-builder - set permissions on uploaded files & created directories - - how can we give users a shell? + - how can we give users a shell for debugging purposes? - - parallel xzcat would make it much faster + - get parallel xzcat working properly - - should be able to specify multiple sources, and that would let - distros create their own virt-builder sources + - allow non-xz-compressed templates (faster) + + - let notes etc be localized, ie. notes[en]=... + + - add a CLI option to print the in-built path/fingerprint(s) + + - allow public keys to come from local file paths + + - doing virt-builder then running (eg. via qemu, libvirt?) is common; is + it possible to make this more automatic? - more common code between virt-sysprep & virt-builder: @@ -581,6 +589,12 @@ virt-builder - /etc/resolv.conf handling works but is best described as a hack: https://github.com/libguestfs/libguestfs/commit/9521422ce60578f7196cc8b7977d998159238c19 + - let's make UML work + + SLIRP is insecure, but we could allow just a bare web proxy which + gets proxied over virtio-serial to the outside world (except + virtio-serial can't be multiplexed) + + - sometimes (not always) aug_init takes ages, why? Midnight Commander (mc) extension ---------------------------------