Skip to content
Snippets Groups Projects
Unverified Commit 3ca9d68c authored by Casey's avatar Casey :recycle: Committed by Clayton Craft
Browse files

don't copy vmlinuz-dtb to /boot (MR 50)


When appending the dtb to the kernel, we would also copy the resulting
file to /boot, however there is no use for this and it takes up precious
space (the default size of /boot is 128M). Stop copying it there.

Signed-off-by: default avatarCaleb Connolly <caleb@connolly.tech>
parent c147bcc6
No related branches found
No related tags found
No related merge requests found
......@@ -362,7 +362,6 @@ append_or_copy_dtb() {
log_arrow "kernel: appending device-tree ${deviceinfo_dtb}"
# shellcheck disable=SC2086
cat "$work_dir/$kernel_filename" $_dtb > "$_outfile"
additional_files="$additional_files $(basename "$_outfile")"
fi
# In some corner cases, where multiple bootloader implementations
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment