We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8142691 commit b040822Copy full SHA for b040822
41_snapshots-btrfs
@@ -187,6 +187,7 @@ make_menu_entries()
187
elif [ "${kversion}.img" = "${suffix_i}" ]; then i="${i}";
188
elif [ "${kversion}-fallback.img" = "${suffix_i}" ]; then i="${i}";
189
elif [ "${kversion}.gz" = "${suffix_i}" ]; then i="${i}";
190
+ else continue;
191
fi
192
for u in "${name_microcode[@]}"; do
193
if [[ "${name_microcode}" != "x" ]] ; then
0 commit comments