diff --git a/desktop.commands b/desktop.commands index 9d20e10..17ccdd9 100644 --- a/desktop.commands +++ b/desktop.commands @@ -3,5 +3,5 @@ update selinux-relabel install @workstation-product-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 +firstboot-command useradd -m -p '' test +firstboot-command echo 'test:weakpassword' | chpasswd diff --git a/hdds.json b/hdds.json index 8c1877d..6fa7256 100644 --- a/hdds.json +++ b/hdds.json @@ -137,14 +137,16 @@ "-1" : ["x86_64", "i686"], "-2" : ["x86_64", "i686"] }, - "size" : "20G" + "size" : "20G", + "imgver": "2" }, { "name" : "server", "releases" : { "-1" : ["x86_64", "i686"], "-2" : ["x86_64", "i686"] - } + }, + "imgver": "2" }, { "name" : "kde", @@ -152,7 +154,8 @@ "-1" : ["x86_64", "i686"], "-2" : ["x86_64", "i686"] }, - "size" : "20G" + "size" : "20G", + "imgver": "2" } ], "renames" : [] diff --git a/kde.commands b/kde.commands index 02ac9ed..32d491b 100644 --- a/kde.commands +++ b/kde.commands @@ -3,5 +3,5 @@ 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 +firstboot-command useradd -m -p '' test +firstboot-command echo 'test:weakpassword' | chpasswd diff --git a/server.commands b/server.commands index 148f519..4e88830 100644 --- a/server.commands +++ b/server.commands @@ -2,5 +2,5 @@ root-password password:weakpassword update selinux-relabel install @server-product-environment -firstboot-command useradd -m -p '' ejohn -firstboot-command echo 'ejohn:weakpassword' | chpasswd +firstboot-command useradd -m -p '' test +firstboot-command echo 'test:weakpassword' | chpasswd