提交 98cc2294 编写于 作者: Q qizhu

uttended_install.cfg: Specify cd_format here instead of in machine.cfg

Move machine.cfg prior to subtests.cfg. Therefore remove
unattended_install..cdrom, unattended_install..extra_cdrom_ks
configuration from machine.cfg, it will not take effect after above
modification. Actually it is not proper to define such parameters
in machine.cfg, it should be defined here for itself.
Signed-off-by: Nqizhu <qizhu@redhat.com>
上级 b897e5db
......@@ -119,6 +119,10 @@
variants:
# Additional iso with kickstart is attached into the guest
- extra_cdrom_ks:
i440fx:
cd_format = ide
q35:
cd_format = ahci
no WinXP Win2000 Win2003 WinVista
unattended_delivery_method = cdrom
cdroms += " unattended"
......@@ -158,6 +162,10 @@
# TODO: is this needed for both kvm and libvirt?
# This option is only used in windows installation case,
# since linux use kernel/initrd option of qemu.
i440fx:
cd_format = ide
q35:
cd_format = ahci
boot_once = d
medium = cdrom
redirs += " unattended_install"
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册