更改root密码

This commit is contained in:
bin456789 2023-05-04 22:00:59 +08:00
parent 72b1e5c9eb
commit c5c110be2b
No known key found for this signature in database
GPG Key ID: EE301B386DE6C11B
3 changed files with 4 additions and 4 deletions

View File

@ -8,5 +8,5 @@ reboot
Username: `root`
Password: `1`
Password: `123@@@`

2
ks.cfg
View File

@ -3,7 +3,7 @@
keyboard --vckeymap=us --xlayouts='us'
lang en_US.UTF-8
timezone Asia/Shanghai --utc
rootpw --plaintext 1
rootpw --plaintext 123@@@
text
reboot
%include /tmp/include-url-command

View File

@ -57,8 +57,8 @@ autoinstall:
expire: false
# 20.04 arm 需要
list: |
root:1
root:123@@@
users:
- name: root
password: 1
password: 123@@@
type: text