mirror of
https://github.com/flatcar/scripts.git
synced 2025-10-04 20:11:04 +02:00
fix(sys-apps/util-linux): Do not exclude the unshare utility.
It is required to run cros_sdk.
This commit is contained in:
parent
eb01e1b659
commit
cb3d204464
@ -27,9 +27,5 @@ util_linux_mask+="
|
|||||||
/usr/sbin/tunelp
|
/usr/sbin/tunelp
|
||||||
"
|
"
|
||||||
|
|
||||||
if [[ $(cros_target) != "cros_host" ]] ; then
|
|
||||||
util_linux_mask+=" /usr/bin/unshare"
|
|
||||||
fi
|
|
||||||
|
|
||||||
PKG_INSTALL_MASK+=" ${util_linux_mask}"
|
PKG_INSTALL_MASK+=" ${util_linux_mask}"
|
||||||
INSTALL_MASK+=" ${util_linux_mask}"
|
INSTALL_MASK+=" ${util_linux_mask}"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user