mirror of
https://pagure.io/fedora-qa/createhdds.git
synced 2024-11-27 00:43:08 +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
|
clearpart --all
|
||||||
autopart
|
autopart
|
||||||
rootpw --plaintext weakpassword
|
rootpw --plaintext weakpassword
|
||||||
user --name=test --password=weakpassword --plaintext
|
user --name=test --password=weakpassword --plaintext --groups wheel
|
||||||
firstboot --enable
|
firstboot --enable
|
||||||
poweroff
|
poweroff
|
||||||
|
|
||||||
|
@ -8,7 +8,7 @@ timezone --utc America/New_York
|
|||||||
clearpart --all
|
clearpart --all
|
||||||
autopart --encrypted --passphrase=weakpassword
|
autopart --encrypted --passphrase=weakpassword
|
||||||
rootpw --plaintext weakpassword
|
rootpw --plaintext weakpassword
|
||||||
user --name=test --password=weakpassword --plaintext
|
user --name=test --password=weakpassword --plaintext --groups wheel
|
||||||
firstboot --enable
|
firstboot --enable
|
||||||
poweroff
|
poweroff
|
||||||
|
|
||||||
|
@ -8,7 +8,7 @@ timezone --utc America/New_York
|
|||||||
clearpart --all
|
clearpart --all
|
||||||
autopart --encrypted --passphrase=weakpassword
|
autopart --encrypted --passphrase=weakpassword
|
||||||
rootpw --plaintext weakpassword
|
rootpw --plaintext weakpassword
|
||||||
user --name=test --password=weakpassword --plaintext
|
user --name=test --password=weakpassword --plaintext --groups wheel
|
||||||
firstboot --enable
|
firstboot --enable
|
||||||
poweroff
|
poweroff
|
||||||
|
|
||||||
|
2
kde.ks
2
kde.ks
@ -12,7 +12,7 @@ timezone --utc America/New_York
|
|||||||
clearpart --all
|
clearpart --all
|
||||||
autopart
|
autopart
|
||||||
rootpw --plaintext weakpassword
|
rootpw --plaintext weakpassword
|
||||||
user --name=test --password=weakpassword --plaintext
|
user --name=test --password=weakpassword --plaintext --groups wheel
|
||||||
poweroff
|
poweroff
|
||||||
|
|
||||||
%packages
|
%packages
|
||||||
|
Loading…
Reference in New Issue
Block a user