Change password to 'fedora_riscv'

For some reason passwd is now strict on checking password for root account.
Change all passwords to fedora_riscv, which seems to work fine.

Signed-off-by: David Abdurachmanov <david.abdurachmanov@sifive.com>
This commit is contained in:
David Abdurachmanov 2019-09-30 17:05:10 +03:00
parent 77a5c2411f
commit cf6f7285c6
Signed by: davidlt
GPG Key ID: 8B7F1DA0E2C9FDBB
1 changed files with 4 additions and 4 deletions

View File

@ -9,7 +9,7 @@ lang en_US.UTF-8
keyboard us keyboard us
# short hostname still allows DHCP to assign domain name # short hostname still allows DHCP to assign domain name
network --bootproto dhcp --device=link --hostname=fedora-riscv network --bootproto dhcp --device=link --hostname=fedora-riscv
rootpw --plaintext riscv rootpw --plaintext fedora_riscv
firewall --enabled --ssh firewall --enabled --ssh
timezone --utc America/New_York timezone --utc America/New_York
selinux --disabled selinux --disabled
@ -17,7 +17,7 @@ services --enabled=sshd,NetworkManager,chronyd,haveged --disabled=lm_sensors
# Fedora 31 # Fedora 31
# https://fedoraproject.org/wiki/Changes/DisableRootPasswordLoginInSshd # https://fedoraproject.org/wiki/Changes/DisableRootPasswordLoginInSshd
user --name riscv --groups=wheel --plaintext --password=riscv user --name riscv --groups=wheel --plaintext --password=fedora_riscv
bootloader --location=none --extlinux bootloader --location=none --extlinux
@ -301,9 +301,9 @@ Build date: $(date --utc)
Kernel \r on an \m (\l) Kernel \r on an \m (\l)
The root password is 'riscv'. The root password is 'fedora_riscv'.
root password logins are disabled in SSH starting Fedora 31. root password logins are disabled in SSH starting Fedora 31.
User 'riscv' with password 'riscv' in 'wheel' group is also provided. User 'riscv' with password 'fedora_riscv' in 'wheel' group is provided.
To install new packages use 'dnf install ...' To install new packages use 'dnf install ...'