From 6b03c6cade02c31ef9f6bda20578dee4f1046c09 Mon Sep 17 00:00:00 2001 From: David Phillips Date: Sat, 25 Jan 2020 21:46:20 +1300 Subject: Remove root password This patch removes the root password entirely, so that login may be achieved over the serial console without entering the (blank) password like before. --- conf/machine/include/de10-nano-common.inc | 4 ---- 1 file changed, 4 deletions(-) diff --git a/conf/machine/include/de10-nano-common.inc b/conf/machine/include/de10-nano-common.inc index 41e9d45..4053e5a 100644 --- a/conf/machine/include/de10-nano-common.inc +++ b/conf/machine/include/de10-nano-common.inc @@ -41,10 +41,6 @@ DISTRO_FEATURES += "systemd" # remove wireless-tools as it is unmaintained VIRTUAL-RUNTIME_wireless-tools = "iw" -# set empty root password -INHERIT += " extrausers " -EXTRA_USERS_PARAMS = "usermod -p U6aMy0wojraho root;" - # with security flags, some packages fail SECURITY_CFLAGS_pn-libvncserver = "" -- cgit v1.1