mirror of
https://pagure.io/fedora-qa/createhdds.git
synced 2024-11-23 07:43:07 +00:00
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:
parent
df8175a667
commit
b05fc8152a
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user