summaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
authorRichard W.M. Jones <rjones@redhat.com>2011-10-13 15:37:56 +0100
committerRichard W.M. Jones <rjones@redhat.com>2011-10-13 22:36:56 +0100
commit9e382f1ae33ed25f012596b801e9cc4a440cb74b (patch)
tree61afe205dd6145d19e9b9393d121df0a46b53869 /README
parent189c3d6ac1e3fbd4f8ffbaafdc36b8ad00961284 (diff)
downloadlibguestfs-9e382f1ae33ed25f012596b801e9cc4a440cb74b.tar.gz
libguestfs-9e382f1ae33ed25f012596b801e9cc4a440cb74b.tar.xz
libguestfs-9e382f1ae33ed25f012596b801e9cc4a440cb74b.zip
virt-sysprep: Switch to using guestmount, add more features.
This switches virt-sysprep to use guestmount instead of guestfish. This makes the script a little bit easier to modify for sysadmins. This commit also adds: - dhcp-client-state - dhcp-server-state - logfiles - random-seed - smolt-uuid - yum-uuid SELinux relabelling, and a section on security in the manual page.
Diffstat (limited to 'README')
-rw-r--r--README6
1 files changed, 6 insertions, 0 deletions
diff --git a/README b/README
index 396c8bb2..9d18eebf 100644
--- a/README
+++ b/README
@@ -134,6 +134,12 @@ To build the Perl tools:
- perl-libintl for translating perl code (optional)
+To run virt-sysprep:
+
+- xmlstarlet (optional)
+
+- virt-sysprep also requires FUSE support since it uses guestmount
+
Building
----------------------------------------------------------------------