mirror of
https://github.com/flatcar/scripts.git
synced 2025-08-23 23:41:10 +02:00
profiles: move USE=-cracklib to base
This makes the sys-apps/shadow package in the SDK consistent with what is shipped in the image.
This commit is contained in:
parent
52a8761377
commit
774e947a3d
@ -20,7 +20,7 @@ ETCD_PROTOCOLS="1 2"
|
||||
USE_EXPAND="${USE_EXPAND} GO_VERSION"
|
||||
|
||||
# Extra use flags for CoreOS SDK
|
||||
USE="${USE} cros_host expat -introspection -cups -tcpd -berkdb"
|
||||
USE="${USE} cros_host expat -cracklib -introspection -cups -tcpd -berkdb"
|
||||
|
||||
# Never install cron or cron jobs
|
||||
USE="${USE} -cron"
|
||||
|
@ -3,7 +3,7 @@
|
||||
|
||||
USE="cros-debug acpi usb symlink-usr cryptsetup policykit"
|
||||
USE="${USE} -cros_host -expat -cairo -X -man"
|
||||
USE="${USE} -acl -cracklib -gpm -python"
|
||||
USE="${USE} -acl -gpm -python"
|
||||
USE="${USE} -fortran -abiword -perl -cups -poppler-data -nls"
|
||||
|
||||
# Exclude documentation
|
||||
|
Loading…
x
Reference in New Issue
Block a user