mirror of
https://github.com/virt-manager/virt-manager.git
synced 2024-12-25 23:21:45 +03:00
d5af67d077
The Windows unattended installation is quite similar to the Linux one with a few major differences: - It uses floppy injection instead of initrd injection - Yes, it does. Then we have to create a floppy, add the device and, when finishing the installation, remove the device; - There's no InstallerTreeMedia in the game making us end up duplicating some code in the Installer class as: - keeping track of files that have to be cleanup up; - actually cleaning up the files; - generating the install script Apart from that, some obvious differences in the scripts where already done in a previous commit, but those were basically: - Not using /dev/*da as a target disk, but use "C" instead; - Set the product-key - Explicitly set the injection method as "floppy" Signed-off-by: Fabiano Fidêncio <fidencio@redhat.com> |
||
---|---|---|
.. | ||
devices | ||
domain | ||
__init__.py | ||
capabilities.py | ||
cli.py | ||
cloner.py | ||
connection.py | ||
diskbackend.py | ||
domcapabilities.py | ||
floppyinject.py | ||
guest.py | ||
hostkeymap.py | ||
initrdinject.py | ||
installer.py | ||
installertreemedia.py | ||
interface.py | ||
kernelupload.py | ||
network.py | ||
nodedev.py | ||
osdict.py | ||
pollhelpers.py | ||
progress.py | ||
snapshot.py | ||
storage.py | ||
support.py | ||
unattended.py | ||
uri.py | ||
urldetect.py | ||
urlfetcher.py | ||
util.py | ||
xmlapi.py | ||
xmlbuilder.py |