mirror of
https://github.com/rocky-linux/createhdds.git
synced 2024-11-09 14:51:27 +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
|
clearpart --all
|
||||||
autopart
|
autopart
|
||||||
rootpw --plaintext weakpassword
|
rootpw --plaintext weakpassword
|
||||||
user --name=test --password=weakpassword --plaintext
|
user --name=test --password=weakpassword --plaintext --group=wheel
|
||||||
firstboot --enable
|
firstboot --enable
|
||||||
poweroff
|
poweroff
|
||||||
text
|
text
|
||||||
|
@ -7,7 +7,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
|
||||||
text
|
text
|
||||||
|
@ -7,7 +7,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
|
||||||
text
|
text
|
||||||
|
@ -7,7 +7,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
|
||||||
text
|
text
|
||||||
|
@ -7,7 +7,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
|
||||||
text
|
text
|
||||||
|
@ -7,7 +7,7 @@ timezone --utc America/New_York
|
|||||||
clearpart --all
|
clearpart --all
|
||||||
autopart
|
autopart
|
||||||
rootpw weakpassword
|
rootpw weakpassword
|
||||||
user --name=test --password=weakpassword --plaintext
|
user --name=test --password=weakpassword --plaintext --groups=wheel
|
||||||
poweroff
|
poweroff
|
||||||
text
|
text
|
||||||
|
|
||||||
|
@ -7,7 +7,7 @@ timezone --utc America/New_York
|
|||||||
clearpart --all
|
clearpart --all
|
||||||
autopart
|
autopart
|
||||||
rootpw weakpassword
|
rootpw weakpassword
|
||||||
user --name=test --password=weakpassword --plaintext
|
user --name=test --password=weakpassword --plaintext --groups=wheel
|
||||||
poweroff
|
poweroff
|
||||||
text
|
text
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user