Skip to content

Commit

Permalink
fix armbian kernel image name
Browse files Browse the repository at this point in the history
  • Loading branch information
amazingfate committed Sep 21, 2023
1 parent 2bf89f8 commit 7214163
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion create-seperated-image.sh
Original file line number Diff line number Diff line change
Expand Up @@ -59,5 +59,6 @@ e2fsck -p -f ${new_rootfs_image}
resize2fs -M ${new_rootfs_image}
xz -z -T0 ${new_rootfs_image}
xz -z -T0 ${new_esp_image}
xz -z -T0 armbian-kernel.img
xz -z -T0 armbian-kernel-boe.img
xz -z -T0 armbian-kernel-csot.img
rm ${old_rootfs_image} ${old_esp_image} ||true

0 comments on commit 7214163

Please sign in to comment.