From b09754cf9e0c153867c134e0ec8473adfa02fd2a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20Sedl=C3=A1k?= Date: Mon, 25 Apr 2016 09:59:21 +0200 Subject: [PATCH] add kde and server upgrade tests, build images for them Differential Revision: https://phab.qadevel.cloud.fedoraproject.org/D823 --- hdds.json | 15 +++++++++++++++ kde.commands | 7 +++++++ server.commands | 6 ++++++ 3 files changed, 28 insertions(+) create mode 100644 kde.commands create mode 100644 server.commands diff --git a/hdds.json b/hdds.json index 96e1baa..6a11bde 100644 --- a/hdds.json +++ b/hdds.json @@ -127,6 +127,21 @@ "-2" : ["x86_64", "i686"] }, "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" : [] diff --git a/kde.commands b/kde.commands new file mode 100644 index 0000000..02ac9ed --- /dev/null +++ b/kde.commands @@ -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 diff --git a/server.commands b/server.commands new file mode 100644 index 0000000..148f519 --- /dev/null +++ b/server.commands @@ -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