From cb3d2044648db76e4d361bcf1e5a52a4220fa3c9 Mon Sep 17 00:00:00 2001 From: Michael Marineau Date: Sun, 25 Aug 2013 01:28:33 -0400 Subject: [PATCH] fix(sys-apps/util-linux): Do not exclude the unshare utility. It is required to run cros_sdk. --- .../coreos-overlay/coreos/config/env/sys-apps/util-linux | 4 ---- 1 file changed, 4 deletions(-) diff --git a/sdk_container/src/third_party/coreos-overlay/coreos/config/env/sys-apps/util-linux b/sdk_container/src/third_party/coreos-overlay/coreos/config/env/sys-apps/util-linux index cfe4f9605d..201cfb9643 100644 --- a/sdk_container/src/third_party/coreos-overlay/coreos/config/env/sys-apps/util-linux +++ b/sdk_container/src/third_party/coreos-overlay/coreos/config/env/sys-apps/util-linux @@ -27,9 +27,5 @@ util_linux_mask+=" /usr/sbin/tunelp " -if [[ $(cros_target) != "cros_host" ]] ; then - util_linux_mask+=" /usr/bin/unshare" -fi - PKG_INSTALL_MASK+=" ${util_linux_mask}" INSTALL_MASK+=" ${util_linux_mask}"