We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 70e95ba commit 69965a2Copy full SHA for 69965a2
compile-kernel/tools/script/armbian_compile_kernel_script.sh
@@ -789,6 +789,8 @@ echo -e "${INFO} Kernel Package: [ ${package_list} ]"
789
echo -e "${INFO} kernel signature: [ ${custom_name} ]"
790
echo -e "${INFO} Latest kernel version: [ ${auto_kernel} ]"
791
echo -e "${INFO} kernel initrd compress: [ ${compress_format} ]"
792
+echo -e "${INFO} Delete source: [ ${delete_source} ]"
793
+echo -e "${INFO} Silent log: [ ${silent_log} ]"
794
echo -e "${INFO} Kernel List: [ $(echo ${build_kernel[@]} | xargs) ] \n"
795
796
# Loop to compile the kernel
0 commit comments