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.
This commit is contained in:
Richard W.M. Jones
2011-10-13 15:37:56 +01:00
parent 189c3d6ac1
commit 9e382f1ae3
5 changed files with 292 additions and 153 deletions

6
README
View File

@@ -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
----------------------------------------------------------------------