mirror of
https://github.com/rocky-linux/createhdds.git
synced 2024-12-22 10:08:30 +00:00
add test user to wheel group
This commit is contained in:
parent
5ca92691d0
commit
0b8aa1572c
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user