mirror of
https://github.com/flatcar/scripts.git
synced 2025-08-21 14:31:02 +02:00
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.
This commit is contained in:
parent
edfd5ad012
commit
09e076669b
@ -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}"
|
Loading…
x
Reference in New Issue
Block a user