mirror of
https://github.com/flatcar/scripts.git
synced 2025-08-16 01:16:59 +02:00
profiles: Do not install the e2fsprogs devel tools
This commit is contained in:
parent
35ac1a04a4
commit
5efb559382
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user