From 09e076669b0258b98593a12ae9048e02ca73098e Mon Sep 17 00:00:00 2001 From: Michael Marineau Date: Wed, 8 Jul 2015 11:48:16 -0700 Subject: [PATCH] util-linux: don't bother excluding misc small utilities We may not *need* things like fsck.minix but it does get the systemd test suite to pass. setarch should be there. fdformat and others are no longer built by the ebuild. --- .../coreos/config/env/sys-apps/util-linux | 31 ------------------- 1 file changed, 31 deletions(-) delete mode 100644 sdk_container/src/third_party/coreos-overlay/coreos/config/env/sys-apps/util-linux 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 deleted file mode 100644 index 201cfb9643..0000000000 --- a/sdk_container/src/third_party/coreos-overlay/coreos/config/env/sys-apps/util-linux +++ /dev/null @@ -1,31 +0,0 @@ -# Punt setarch as we don't use it anywhere. -util_linux_mask=" - /usr/bin/i386 - /usr/bin/x86_64 - /usr/bin/linux32 - /usr/bin/linux64 - /usr/bin/setarch -" - -# Punt support for filesystems we don't care about. -util_linux_mask+=" - /sbin/fsck.bfs - /sbin/fsck.cramfs - /sbin/fsck.minix - /sbin/mkfs.bfs - /sbin/mkfs.cramfs - /sbin/mkfs.minix -" - -# Punt esoteric programs. -util_linux_mask+=" - /sbin/raw - /usr/bin/cytune - /usr/bin/ddate - /usr/bin/isosize - /usr/sbin/fdformat - /usr/sbin/tunelp -" - -PKG_INSTALL_MASK+=" ${util_linux_mask}" -INSTALL_MASK+=" ${util_linux_mask}"