Make the user a member of wheel in the desktop kickstarts

This more closely matches our usual installs, and fixes a problem
in the (under-review) GNOME Software tests.

Signed-off-by: Adam Williamson <awilliam@redhat.com>
This commit is contained in:
Adam Williamson 2022-07-12 18:13:36 -07:00
parent df8175a667
commit b05fc8152a
4 changed files with 4 additions and 4 deletions

View File

@ -8,7 +8,7 @@ timezone --utc America/New_York
clearpart --all
autopart
rootpw --plaintext weakpassword
user --name=test --password=weakpassword --plaintext
user --name=test --password=weakpassword --plaintext --groups wheel
firstboot --enable
poweroff

View File

@ -8,7 +8,7 @@ timezone --utc America/New_York
clearpart --all
autopart --encrypted --passphrase=weakpassword
rootpw --plaintext weakpassword
user --name=test --password=weakpassword --plaintext
user --name=test --password=weakpassword --plaintext --groups wheel
firstboot --enable
poweroff

View File

@ -8,7 +8,7 @@ timezone --utc America/New_York
clearpart --all
autopart --encrypted --passphrase=weakpassword
rootpw --plaintext weakpassword
user --name=test --password=weakpassword --plaintext
user --name=test --password=weakpassword --plaintext --groups wheel
firstboot --enable
poweroff

2
kde.ks
View File

@ -12,7 +12,7 @@ timezone --utc America/New_York
clearpart --all
autopart
rootpw --plaintext weakpassword
user --name=test --password=weakpassword --plaintext
user --name=test --password=weakpassword --plaintext --groups wheel
poweroff
%packages