Add RAID viewer.
[libguestfs-talks.git] / 2012-dublin / 0800-sysprep.html
1 <meta charset="utf-8"/>
2 <link rel="stylesheet" href="style.css" type="text/css"/>
3 <script src="code.js" type="text/javascript"></script>
4
5 <div>
6 <h1>Sysprep</h1>
7
8 <p class="bubble" style="width: 10em;">virt-sysprep</p>
9 <pre style="font-size: 16pt;">
10 $ <b>virt-sysprep --list-operations</b>
11 <b>bash-history</b> Remove the bash history in the guest
12 <b>blkid-tab</b> Remove blkid tab in the guest
13 <b>ca-certificates</b> Remove CA certificates in the guest
14 <b>cron-spool</b> Remove user at-jobs and cron-jobs
15 <b>dhcp-client-state</b> Remove DHCP client leases
16 <b>dhcp-server-state</b> Remove DHCP server leases
17 <b>dovecot-data</b> Remove Dovecot (mail server) data
18 <b>flag-reconfiguration</b> Flag the system for reconfiguration
19 <b>hostname</b> Change the hostname of the guest
20 <b>kerberos-data</b> Remove Kerberos data in the guest
21 <b>logfiles</b> Remove many log files from the guest
22 <b>mail-spool</b> Remove email from the local mail spool directory
23 <b>net-hwaddr</b> Remove HWADDR (hard-coded MAC address) configuration
24 <b>package-manager-cache</b> Remove package manager cache
25 <b>pam-data</b> Remove the PAM data in the guest
26 <b>random-seed</b> Generate random seed for guest
27 <b>rhn-systemid</b> Remove the RHN system ID
28 <b>samba-db-log</b> Remove the database and log files of Samba
29 <b>script</b> Run arbitrary scripts against the guest
30 <b>smolt-uuid</b> Remove the Smolt hardware UUID
31 <b>ssh-hostkeys</b> Remove the SSH host keys in the guest
32 <b>ssh-userdir</b> Remove ".ssh" directories in the guest
33 <b>sssd-db-log</b> Remove the database and log files of sssd
34 <b>udev-persistent-net</b> Remove udev persistent net rules
35 <b>user-account</b> Remove the user accounts in the guest
36 <b>utmp</b> Remove the utmp file
37 <b>yum-uuid</b> Remove the yum UUID
38 </pre>
39
40 </div>