mirror of
https://github.com/linuxboot/heads.git
synced 2025-01-18 18:57:04 +00:00
modules/busybox: Enable truncate
Enable the truncate coreutil. CONFIG_BASE64 and CONFIG_BASH_IS_NONE just changed =n vs. not-set by menuconfig, meaning is still the same. initrd.cpio.xz went up by 512 bytes on Librem Mini v2 (probably the minimum xz increment). busybox stripped binary did not change size. Signed-off-by: Jonathon Hall <jonathon.hall@puri.sm>
This commit is contained in:
parent
84569e3738
commit
048bec6ebb
@ -1,7 +1,7 @@
|
||||
#
|
||||
# Automatically generated make config: don't edit
|
||||
# Busybox version: 1.33.2
|
||||
# Fri Jan 7 12:33:00 2022
|
||||
# Mon Jul 3 16:24:44 2023
|
||||
#
|
||||
CONFIG_HAVE_DOT_CONFIG=y
|
||||
|
||||
@ -322,7 +322,7 @@ CONFIG_TR=y
|
||||
CONFIG_FEATURE_TR_CLASSES=y
|
||||
CONFIG_FEATURE_TR_EQUIV=y
|
||||
CONFIG_TRUE=y
|
||||
# CONFIG_TRUNCATE is not set
|
||||
CONFIG_TRUNCATE=y
|
||||
CONFIG_TTY=y
|
||||
CONFIG_UNAME=y
|
||||
CONFIG_UNAME_OSNAME="GNU/Linux"
|
||||
@ -332,7 +332,7 @@ CONFIG_UNIQ=y
|
||||
CONFIG_USLEEP=y
|
||||
# CONFIG_UUDECODE is not set
|
||||
CONFIG_BASE32=y
|
||||
CONFIG_BASE64=n
|
||||
# CONFIG_BASE64 is not set
|
||||
# CONFIG_UUENCODE is not set
|
||||
CONFIG_WC=y
|
||||
CONFIG_FEATURE_WC_LARGE=y
|
||||
@ -1103,7 +1103,7 @@ CONFIG_SH_IS_ASH=y
|
||||
# CONFIG_SH_IS_NONE is not set
|
||||
# CONFIG_BASH_IS_ASH is not set
|
||||
# CONFIG_BASH_IS_HUSH is not set
|
||||
# CONFIG_BASH_IS_NONE is not set
|
||||
CONFIG_BASH_IS_NONE=y
|
||||
CONFIG_SHELL_ASH=y
|
||||
CONFIG_ASH=y
|
||||
CONFIG_ASH_OPTIMIZE_FOR_SIZE=y
|
||||
|
Loading…
Reference in New Issue
Block a user