summaryrefslogtreecommitdiff
path: root/meta-facebook
diff options
context:
space:
mode:
authorJoseph Reynolds <joseph-reynolds@charter.net>2021-08-04 18:01:42 +0300
committerPatrick Williams <patrick@stwcx.xyz>2021-08-10 14:13:37 +0300
commit516363e50000bf4c41a32dbe521ce50727eaded2 (patch)
tree0c3707eb1dceac90410d112eb0a5118b42c11fde /meta-facebook
parent959379abc1f2279ebc0a102b4091b0d775781747 (diff)
downloadopenbmc-516363e50000bf4c41a32dbe521ce50727eaded2.tar.xz
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 <joseph-reynolds@charter.net> Change-Id: I76dce00d269d7afa005d7bcfd63f846d3cf45596
Diffstat (limited to 'meta-facebook')
-rw-r--r--meta-facebook/meta-bletchley/conf/local.conf.sample6
-rw-r--r--meta-facebook/meta-tiogapass/conf/local.conf.sample6
-rw-r--r--meta-facebook/meta-yosemitev2/conf/local.conf.sample6
3 files changed, 3 insertions, 15 deletions
diff --git a/meta-facebook/meta-bletchley/conf/local.conf.sample b/meta-facebook/meta-bletchley/conf/local.conf.sample
index aeb3ae0b8..95c55352b 100644
--- a/meta-facebook/meta-bletchley/conf/local.conf.sample
+++ b/meta-facebook/meta-bletchley/conf/local.conf.sample
@@ -213,8 +213,4 @@ BB_DISKMON_DIRS = "\
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
diff --git a/meta-facebook/meta-tiogapass/conf/local.conf.sample b/meta-facebook/meta-tiogapass/conf/local.conf.sample
index c7b9c3c64..5b8c9cd83 100644
--- a/meta-facebook/meta-tiogapass/conf/local.conf.sample
+++ b/meta-facebook/meta-tiogapass/conf/local.conf.sample
@@ -215,8 +215,4 @@ BB_DISKMON_DIRS = "\
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
diff --git a/meta-facebook/meta-yosemitev2/conf/local.conf.sample b/meta-facebook/meta-yosemitev2/conf/local.conf.sample
index c9dffc2e4..069682d63 100644
--- a/meta-facebook/meta-yosemitev2/conf/local.conf.sample
+++ b/meta-facebook/meta-yosemitev2/conf/local.conf.sample
@@ -215,8 +215,4 @@ BB_DISKMON_DIRS = "\
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