Displaying 1 result from an estimated 1 matches for "some_guest".
Did you mean:
smb_guest
2012 Aug 16
5
[PATCH 0/4] Add customization capabilities to virt-sysprep
...o virt-sysprep. That is
what this small series of patches aims to achieve.
Note these are not very well tested at the moment.
The first patch adds a generic and useful '--firstboot' flag. The
intended use is to add programs/scripts that run at first boot, for
example:
virt-sysprep -d some_guest \
--firstboot ./yum-update.sh \
--firstboot ./add-users.sh
This is implemented by installing a systemd or sysvinit service into
the guest which runs the scripts when the guest boots, deleting them
after they have run. [Dan: Is the systemd unit correct?]
Patches 2/4 and 3/4 implement anot...