diff options
author | David Phillips <david@yeah.nah.nz> | 2020-01-25 21:46:20 +1300 |
---|---|---|
committer | David Phillips <david@yeah.nah.nz> | 2020-01-25 21:46:20 +1300 |
commit | 6b03c6cade02c31ef9f6bda20578dee4f1046c09 (patch) | |
tree | bdd03c67cb7604902df0c02c53fa121595654c1f | |
parent | 6fcdda011435640317adf8830e2a6ac07f9931cd (diff) | |
download | meta-de10-nano-6b03c6cade02c31ef9f6bda20578dee4f1046c09.tar.xz |
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.
-rw-r--r-- | conf/machine/include/de10-nano-common.inc | 4 |
1 files changed, 0 insertions, 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 = "" |