config: delete duplicate 'Image Filesystem' section

This commit is contained in:
Christian Hewitt
2025-09-12 04:58:59 +00:00
parent 509d0c6f33
commit 3e6ec448df

View File

@@ -41,17 +41,6 @@ show_config() {
config_message+="\n - Local Ccache:\t\t\t ${LOCAL_CCACHE:-no}" config_message+="\n - Local Ccache:\t\t\t ${LOCAL_CCACHE:-no}"
config_message+="\n - CONFIG_SHELL:\t\t\t ${CONFIG_SHELL:-auto}" config_message+="\n - CONFIG_SHELL:\t\t\t ${CONFIG_SHELL:-auto}"
# Image Filsystem
config_message+="\n\n Image Filesystems:"
config_message+="\n $dashes$dashes"
config_message+="\n - Flash Size (MiB): \t\t\t $SYSTEM_SIZE"
config_message+="\n - Storage Size (MiB): \t\t\t $STORAGE_SIZE"
config_message+="\n - SquashFS Compression Method: \t $SQUASHFS_COMPRESSION"
if [ -n "${SQUASHFS_COMPRESSION_OPTION}" ]; then
config_message+="\n - SquashFS Compression Options: \t $SQUASHFS_COMPRESSION_OPTION"
fi
# Misc. hardware configuration # Misc. hardware configuration
config_message+="\n\n Misc. hardware configuration:" config_message+="\n\n Misc. hardware configuration:"