install hardening, remove debug-tweaks

This commit is contained in:
Grzegorz Kowalski 2024-03-11 20:02:45 +01:00
parent 4afc7c97f4
commit f8a3ba4de0

View File

@ -46,16 +46,17 @@ HELIUM_TOOLS = " \
IMAGE_INSTALL += " \
${OS_BASE} \
${OS_TOOLS} \
${HARDENING} \
${HELIUM_BASE} \
${HELIUM_TOOLS} \
"
IMAGE_FEATURES += " \
ssh-server-dropbear \
package-management \
"
# debug-tweaks are enabled by default in local.conf, disable this for Helium images
IMAGE_FEATURES:remove = "debug-tweaks"
# default user/password config
inherit extrausers