mirror of
https://pagure.io/fedora-qa/createhdds.git
synced 2024-11-21 23:03:08 +00:00
add kde and server upgrade tests, build images for them
Differential Revision: https://phab.qadevel.cloud.fedoraproject.org/D823
This commit is contained in:
parent
1ac2a95ed6
commit
b09754cf9e
15
hdds.json
15
hdds.json
@ -127,6 +127,21 @@
|
|||||||
"-2" : ["x86_64", "i686"]
|
"-2" : ["x86_64", "i686"]
|
||||||
},
|
},
|
||||||
"size" : "20G"
|
"size" : "20G"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name" : "server",
|
||||||
|
"releases" : {
|
||||||
|
"-1" : ["x86_64", "i686"],
|
||||||
|
"-2" : ["x86_64", "i686"]
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name" : "kde",
|
||||||
|
"releases" : {
|
||||||
|
"-1" : ["x86_64", "i686"],
|
||||||
|
"-2" : ["x86_64", "i686"]
|
||||||
|
},
|
||||||
|
"size" : "20G"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"renames" : []
|
"renames" : []
|
||||||
|
7
kde.commands
Normal file
7
kde.commands
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
root-password password:weakpassword
|
||||||
|
update
|
||||||
|
selinux-relabel
|
||||||
|
install @kde-desktop-environment
|
||||||
|
link /usr/lib/systemd/system/graphical.target:/etc/systemd/system/default.target
|
||||||
|
firstboot-command useradd -m -p '' ejohn
|
||||||
|
firstboot-command echo 'ejohn:weakpassword' | chpasswd
|
6
server.commands
Normal file
6
server.commands
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
root-password password:weakpassword
|
||||||
|
update
|
||||||
|
selinux-relabel
|
||||||
|
install @server-product-environment
|
||||||
|
firstboot-command useradd -m -p '' ejohn
|
||||||
|
firstboot-command echo 'ejohn:weakpassword' | chpasswd
|
Loading…
Reference in New Issue
Block a user