From 9f5e8967187b74a64830ccd4498f3721c2a5e518 Mon Sep 17 00:00:00 2001 From: yafen Date: Tue, 15 Dec 2020 10:06:02 +0800 Subject: [PATCH] install and start haveged on boot to fix NetworkManager error --- config/chroot.sh | 1 + config/rpmlist | 1 + 2 files changed, 2 insertions(+) diff --git a/config/chroot.sh b/config/chroot.sh index c2e35dc..93f6859 100644 --- a/config/chroot.sh +++ b/config/chroot.sh @@ -2,6 +2,7 @@ systemctl enable sshd systemctl enable systemd-timesyncd systemctl enable hciuart +systemctl enable haveged echo openEuler > /etc/hostname echo "openeuler" | passwd --stdin root if [ -f /usr/share/zoneinfo/Asia/Shanghai ]; then diff --git a/config/rpmlist b/config/rpmlist index 2b9af23..26d14f4 100644 --- a/config/rpmlist +++ b/config/rpmlist @@ -1,5 +1,6 @@ dnf alsa-utils +haveged wpa_supplicant vim net-tools -- Gitee