profiles: Do not install the e2fsprogs devel tools

This commit is contained in:
Krzesimir Nowak 2022-05-11 18:12:16 +02:00
parent 35ac1a04a4
commit 5efb559382

View File

@ -76,6 +76,14 @@ INSTALL_MASK="${INSTALL_MASK}
/usr/bin/cvtsudoers /usr/bin/cvtsudoers
" "
# Do not install some of the tools from e2fsprogs.
INSTALL_MASK="${INSTALL_MASK}
/usr/bin/mk_cmds
/usr/bin/compile_et
/usr/share/et
/usr/share/ss
"
# Override UIDs and GIDs where ours differ from Gentoo defaults. # Override UIDs and GIDs where ours differ from Gentoo defaults.
ACCT_GROUP_DIALOUT_ID=249 ACCT_GROUP_DIALOUT_ID=249
ACCT_GROUP_INPUT_ID=28 ACCT_GROUP_INPUT_ID=28