mirror of
https://github.com/flatcar/scripts.git
synced 2026-05-04 19:56:32 +02:00
overlay profiles: Cleanups after dropping nmap
This commit is contained in:
parent
69b292bdc5
commit
461e927287
@ -11,10 +11,6 @@ USE_EXPAND="${USE_EXPAND} GO_VERSION"
|
||||
# Extra use flags for CoreOS SDK
|
||||
USE="${USE} cros_host expat -cracklib -introspection -cups -tcpd -berkdb"
|
||||
|
||||
# Only net-analyzer/nmap uses lua and it's compatible only with lua5-4.
|
||||
LUA_SINGLE_TARGET="lua5-4"
|
||||
LUA_TARGETS="lua5-4"
|
||||
|
||||
# Use Python 3 as the default version
|
||||
USE="${USE} -python_single_target_python2_7 python_single_target_python3_11"
|
||||
USE="${USE} -python_targets_python2_7 python_targets_python3_11"
|
||||
|
||||
@ -21,9 +21,6 @@ sys-libs/gdbm berkdb
|
||||
|
||||
dev-vcs/git -perl -iconv
|
||||
|
||||
# symlink: to add a link between ncat and nc
|
||||
net-analyzer/nmap ncat symlink
|
||||
|
||||
# removes mta dependencies
|
||||
app-admin/sudo -sendmail
|
||||
|
||||
|
||||
@ -20,14 +20,6 @@ INSTALL_MASK="${INSTALL_MASK}
|
||||
/usr/src
|
||||
"
|
||||
|
||||
# Exclude nmap from OEM ACI, we just want ncat/nping in there.
|
||||
# Also remove ncat's second ca-bundle.crt, just use the system's.
|
||||
INSTALL_MASK="${INSTALL_MASK}
|
||||
/usr/bin/nmap
|
||||
/usr/share/ncat
|
||||
/usr/share/nmap
|
||||
"
|
||||
|
||||
# Remove files which depend on interpreters not present in boards.
|
||||
INSTALL_MASK="${INSTALL_MASK}
|
||||
/usr/share/git/contrib/*
|
||||
|
||||
@ -24,14 +24,6 @@ INSTALL_MASK="${INSTALL_MASK}
|
||||
/usr/src
|
||||
"
|
||||
|
||||
# Exclude nmap from prod image, we just want ncat/nping in there
|
||||
# Also remove ncat's second ca-bundle.crt, just use the system's
|
||||
INSTALL_MASK="${INSTALL_MASK}
|
||||
/usr/bin/nmap
|
||||
/usr/share/ncat
|
||||
/usr/share/nmap
|
||||
"
|
||||
|
||||
# Remove files which depend on interpreters not present in boards.
|
||||
INSTALL_MASK="${INSTALL_MASK}
|
||||
/usr/lib*/systemd/system/xfs_scrub_all*
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user