reintroduce SATA
This commit is contained in:
parent
e848ce768e
commit
a946b02e71
29
templates
29
templates
@ -655,6 +655,28 @@
|
|||||||
},
|
},
|
||||||
test_suite => { name => "install_delete_pata" },
|
test_suite => { name => "install_delete_pata" },
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
machine => { name => "64bit" },
|
||||||
|
prio => 20,
|
||||||
|
product => {
|
||||||
|
arch => "x86_64",
|
||||||
|
distri => "fedora",
|
||||||
|
flavor => "universal",
|
||||||
|
version => "*",
|
||||||
|
},
|
||||||
|
test_suite => { name => "install_sata" },
|
||||||
|
},
|
||||||
|
{
|
||||||
|
machine => { name => "uefi" },
|
||||||
|
prio => 21,
|
||||||
|
product => {
|
||||||
|
arch => "x86_64",
|
||||||
|
distri => "fedora",
|
||||||
|
flavor => "universal",
|
||||||
|
version => "*",
|
||||||
|
},
|
||||||
|
test_suite => { name => "install_sata" },
|
||||||
|
},
|
||||||
{
|
{
|
||||||
machine => { name => "64bit" },
|
machine => { name => "64bit" },
|
||||||
prio => 20,
|
prio => 20,
|
||||||
@ -1657,6 +1679,13 @@
|
|||||||
{ key => "HDD_1", value => "disk_full_mbr.img" },
|
{ key => "HDD_1", value => "disk_full_mbr.img" },
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
name => "install_sata",
|
||||||
|
settings => [
|
||||||
|
{ key => "HDDMODEL", value => "ide-drive" },
|
||||||
|
{ key => "ATACONTROLLER", value => "ich9-ahci" },
|
||||||
|
],
|
||||||
|
},
|
||||||
{
|
{
|
||||||
name => "install_mirrorlist_graphical",
|
name => "install_mirrorlist_graphical",
|
||||||
settings => [
|
settings => [
|
||||||
|
Loading…
Reference in New Issue
Block a user