From 3e6ec448df917f6a9257b2760a6d74b6f1068601 Mon Sep 17 00:00:00 2001 From: Christian Hewitt Date: Fri, 12 Sep 2025 04:58:59 +0000 Subject: [PATCH] config: delete duplicate 'Image Filesystem' section --- config/show_config | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/config/show_config b/config/show_config index e4e1057111..580b04f4ea 100644 --- a/config/show_config +++ b/config/show_config @@ -41,17 +41,6 @@ show_config() { config_message+="\n - Local Ccache:\t\t\t ${LOCAL_CCACHE:-no}" 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 config_message+="\n\n Misc. hardware configuration:"