WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
Skip to content

Commit 7214163

Browse files
committed
fix armbian kernel image name
1 parent 2bf89f8 commit 7214163

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

create-seperated-image.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,5 +59,6 @@ e2fsck -p -f ${new_rootfs_image}
5959
resize2fs -M ${new_rootfs_image}
6060
xz -z -T0 ${new_rootfs_image}
6161
xz -z -T0 ${new_esp_image}
62-
xz -z -T0 armbian-kernel.img
62+
xz -z -T0 armbian-kernel-boe.img
63+
xz -z -T0 armbian-kernel-csot.img
6364
rm ${old_rootfs_image} ${old_esp_image} ||true

0 commit comments

Comments
 (0)