mirror of
https://github.com/rocky-linux/createhdds.git
synced 2024-11-18 03:01:25 +00:00
15 lines
693 B
Plaintext
15 lines
693 B
Plaintext
root-password password:weakpassword
|
|
update
|
|
selinux-relabel
|
|
# the imsettings-qt is to work around RHBZ #1349743
|
|
install @kde-desktop-environment,imsettings-qt
|
|
delete /etc/systemd/system/multi-user.target.wants/initial-setup-text.service
|
|
delete /etc/systemd/system/graphical.target.wants/initial-setup-graphical.service
|
|
firstboot-command useradd -m -p '' test
|
|
firstboot-command echo 'test:weakpassword' | chpasswd
|
|
# we do this on firstboot (i.e. when createhdds boots to do the selinux
|
|
# relabel) so the selinux label on the symlink is correct; see RHBZ #1349586
|
|
firstboot-command systemctl set-default graphical.target
|
|
# workaround RHBZ #1349664
|
|
firstboot-command systemctl enable sddm.service
|