From 2f13e79f4763793370631c67a8e7bdd8825480e4 Mon Sep 17 00:00:00 2001 From: Brad Bishop Date: Tue, 18 Dec 2018 08:00:38 -0500 Subject: ibm: remove setting root pw from local.conf With meta-phosphor commit fd1f696f99 this is done by the distro configuration; so, no need to do it in local.conf. (From meta-ibm rev: 0525b1723095b6c47af7892ca90f328f92270815) Change-Id: I6fdbf055b24adf768efdd86132faa7f1fffc56f9 Signed-off-by: Brad Bishop --- meta-ibm/meta-romulus/conf/local.conf.sample | 7 ------- 1 file changed, 7 deletions(-) (limited to 'meta-ibm/meta-romulus/conf') diff --git a/meta-ibm/meta-romulus/conf/local.conf.sample b/meta-ibm/meta-romulus/conf/local.conf.sample index b2b739fcee..7bad7cd827 100644 --- a/meta-ibm/meta-romulus/conf/local.conf.sample +++ b/meta-ibm/meta-romulus/conf/local.conf.sample @@ -214,10 +214,3 @@ BB_DISKMON_DIRS = "\ # track the version of this file when it was generated. This can safely be ignored if # this doesn't mean anything to you. CONF_VERSION = "1" - -# Set the root password to '0penBmc' -INHERIT += "extrausers" - -EXTRA_USERS_PARAMS = " \ - usermod -p '\$1\$UGMqyqdG\$FZiylVFmRRfl9Z0Ue8G7e/' root; \ - " -- cgit v1.2.3