mirror of
https://github.com/bin456789/reinstall.git
synced 2025-06-20 11:19:53 +00:00
更改root密码
This commit is contained in:
parent
72b1e5c9eb
commit
c5c110be2b
@ -8,5 +8,5 @@ reboot
|
|||||||
Username: `root`
|
Username: `root`
|
||||||
|
|
||||||
|
|
||||||
Password: `1`
|
Password: `123@@@`
|
||||||
|
|
||||||
|
2
ks.cfg
2
ks.cfg
@ -3,7 +3,7 @@
|
|||||||
keyboard --vckeymap=us --xlayouts='us'
|
keyboard --vckeymap=us --xlayouts='us'
|
||||||
lang en_US.UTF-8
|
lang en_US.UTF-8
|
||||||
timezone Asia/Shanghai --utc
|
timezone Asia/Shanghai --utc
|
||||||
rootpw --plaintext 1
|
rootpw --plaintext 123@@@
|
||||||
text
|
text
|
||||||
reboot
|
reboot
|
||||||
%include /tmp/include-url-command
|
%include /tmp/include-url-command
|
||||||
|
@ -57,8 +57,8 @@ autoinstall:
|
|||||||
expire: false
|
expire: false
|
||||||
# 20.04 arm 需要
|
# 20.04 arm 需要
|
||||||
list: |
|
list: |
|
||||||
root:1
|
root:123@@@
|
||||||
users:
|
users:
|
||||||
- name: root
|
- name: root
|
||||||
password: 1
|
password: 123@@@
|
||||||
type: text
|
type: text
|
||||||
|
Loading…
x
Reference in New Issue
Block a user