diff --git a/linux-tkg-config/prepare b/linux-tkg-config/prepare index cc0527a..c9f10f0 100644 --- a/linux-tkg-config/prepare +++ b/linux-tkg-config/prepare @@ -1388,7 +1388,7 @@ CONFIG_DEBUG_INFO_BTF_MODULES=y\r if [ true = "$_config_fragments" ]; then local fragments=() - mapfile -d '' -t fragments < <(find "$_where"/ -type f -name "*.myfrag" -print0) + mapfile -d '' -t fragments < <(find "$_where"/ -type f -name "*.myfrag" -print0 | sort -z) if [ true = "$_config_fragments_no_confirm" ]; then printf 'Using config fragment %s\n' "${fragments[@]#$_where/}" #"