1
0
mirror of https://pagure.io/fedora-qa/createhdds.git synced 2024-11-13 03:24:21 +00:00

Make the 'test' user an admin for server images

We need this to switch from root to test for the Cockpit tests,
since Cockpit stopped allowing login as root.

Signed-off-by: Adam Williamson <awilliam@redhat.com>
This commit is contained in:
Adam Williamson 2022-11-18 16:21:26 -08:00
parent 3032315d2b
commit 9a666a619d
2 changed files with 2 additions and 2 deletions

View File

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

View File

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