add test user to wheel group

This commit is contained in:
Trevor Cooper 2024-08-04 16:22:25 -07:00
parent 5ca92691d0
commit 0b8aa1572c
Signed by: tcooper
GPG Key ID: 52364D7BBCEB35B8
7 changed files with 7 additions and 7 deletions

View File

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

View File

@ -7,7 +7,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
text

View File

@ -7,7 +7,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
text

View File

@ -7,7 +7,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
text

View File

@ -7,7 +7,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
text

View File

@ -7,7 +7,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
text

View File

@ -7,7 +7,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
text