From 516363e50000bf4c41a32dbe521ce50727eaded2 Mon Sep 17 00:00:00 2001 From: Joseph Reynolds Date: Wed, 4 Aug 2021 10:01:42 -0500 Subject: Remove redundant code to set root password Background: The OpenBmc project default root account password is set in meta-phosphor/conf/distro/include/phosphor-defaults.inc and can be customized in each layer's local.conf file. Many of these local.conf.sample files had redundant code to set the password, which probably should not have been there. Removing them allows the defaults in phosphor-defaults.inc to take effect. Tested: No. Only meta-ibm was tested. Signed-off-by: Joseph Reynolds Change-Id: I76dce00d269d7afa005d7bcfd63f846d3cf45596 --- meta-inspur/meta-on5263m5/conf/local.conf.sample | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'meta-inspur') diff --git a/meta-inspur/meta-on5263m5/conf/local.conf.sample b/meta-inspur/meta-on5263m5/conf/local.conf.sample index 56a7e9621..5defaa1d7 100644 --- a/meta-inspur/meta-on5263m5/conf/local.conf.sample +++ b/meta-inspur/meta-on5263m5/conf/local.conf.sample @@ -234,7 +234,4 @@ PACKAGECONFIG_append_pn-nativesdk-qemu = " sdl" CONF_VERSION = "1" # Set the root password to '0penBmc' -INHERIT += "extrausers" -EXTRA_USERS_PARAMS = " \ - usermod -p '\$1\$UGMqyqdG\$FZiylVFmRRfl9Z0Ue8G7e/' root; \ - " +# Defaults from meta-phosphor/conf/distro/include/phosphor-defaults.inc -- cgit v1.2.3