summaryrefslogtreecommitdiffstats
path: root/meta-phosphor/common/recipes-core/busybox/busybox_%.bbappend
diff options
context:
space:
mode:
authorEddie James <eajames@us.ibm.com>2018-04-04 13:53:13 -0500
committerBrad Bishop <bradleyb@fuzziesquirrel.com>2018-07-16 02:46:28 +0000
commit65d42a8d271eea42050451e28c0eb859f322b47f (patch)
tree5c4adbd094667a3fc871bb5840fea6630a9091c0 /meta-phosphor/common/recipes-core/busybox/busybox_%.bbappend
parenta467494a2ebf94a0145ada9b8b2d85fc92b90b9d (diff)
downloadtalos-openbmc-65d42a8d271eea42050451e28c0eb859f322b47f.tar.gz
talos-openbmc-65d42a8d271eea42050451e28c0eb859f322b47f.zip
busybox: patch "umount: ignore -c"
Upstream busybox has a change to ignore the -c option, which systemd uses when unmounting during shutdown/reboot. Currently, if -c is used, umount fails. This results in extensive umount failures during shutdown. See http://lists.busybox.net/pipermail/busybox/2018-January/086045.html Change-Id: I4630935dc5ec61263a7af9e24b70ca8f1f8b5359 Signed-off-by: Eddie James <eajames@us.ibm.com>
Diffstat (limited to 'meta-phosphor/common/recipes-core/busybox/busybox_%.bbappend')
-rw-r--r--meta-phosphor/common/recipes-core/busybox/busybox_%.bbappend1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta-phosphor/common/recipes-core/busybox/busybox_%.bbappend b/meta-phosphor/common/recipes-core/busybox/busybox_%.bbappend
index e6678fc8a..5acaf3c2e 100644
--- a/meta-phosphor/common/recipes-core/busybox/busybox_%.bbappend
+++ b/meta-phosphor/common/recipes-core/busybox/busybox_%.bbappend
@@ -3,3 +3,4 @@ SRC_URI += "file://busybox.cfg"
SRC_URI += "file://flash.cfg"
SRC_URI += "file://mountpoint.cfg"
SRC_URI += "file://0001-Stop-watchdog-first-on-startup.patch"
+SRC_URI += "file://0001-umount-ignore--c.patch"
OpenPOWER on IntegriCloud