summaryrefslogtreecommitdiffstats
path: root/TODO
diff options
context:
space:
mode:
authorRichard W.M. Jones <rjones@redhat.com>2012-04-24 19:36:33 +0100
committerRichard W.M. Jones <rjones@redhat.com>2012-04-24 19:36:33 +0100
commita98d9f4840e0bad4d68875a772edd74db9285b1b (patch)
treea72f3cbbbbd6ff3b839bc88ae00d98c223e7a393 /TODO
parent0e49186814cb516c5f10fdb6606e64aaeacbef3f (diff)
downloadlibguestfs-a98d9f4840e0bad4d68875a772edd74db9285b1b.tar.gz
libguestfs-a98d9f4840e0bad4d68875a772edd74db9285b1b.tar.xz
libguestfs-a98d9f4840e0bad4d68875a772edd74db9285b1b.zip
todo: Suggest 'virt-customize' tool.
Diffstat (limited to 'TODO')
-rw-r--r--TODO11
1 files changed, 10 insertions, 1 deletions
diff --git a/TODO b/TODO
index e157f246..60b872fa 100644
--- a/TODO
+++ b/TODO
@@ -378,7 +378,6 @@ virt-sysprep ideas
- Puppet registration
- Windows sysprep
(see: https://github.com/clalancette/oz/blob/e74ce83283d468fd987583d6837b441608e5f8f0/oz/Windows.py )
- - blue skies: change the background image
- (librarian suggests ...)
. install a firstboot script virt-sysprep --script=/tmp/foo.sh
. run an external shell script
@@ -402,6 +401,16 @@ virt-sysprep ideas
- remove or modify UUIDs in /etc/fstab (eg. on Ubuntu)
(thanks Joshua Daniel Franklin)
+As well as 'virt-sysprep' there is a case for a 'virt-customize' tool
+which can customize templated guests. This would be useful within
+companies/organizations that want to offer multiple guests, but all
+customized with the organization logo etc. Some ideas:
+
+ - change the background image to some custom desktop
+ - change the sign-on messages (/etc/issue.net etc)
+ - firstboot script (as suggested by librarian above)
+ - Windows login script/service
+
Launch remote sessions over ssh
-------------------------------