File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
toolkit/imageconfigs/scripts Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -23,10 +23,10 @@ function generate_images() {
2323 cp " $1 " " /tmp/$arfname .tar.gz"
2424 local outputdir=" $2 "
2525
26- tar -xvf " /tmp/$arfname .tar.gz" -C " $outputdir " --strip-components=2 --wildcards ./boot/vmlinuz-* .emt3 ./boot/initramfs-* .emt3 .img
26+ tar -xvf " /tmp/$arfname .tar.gz" -C " $outputdir " --strip-components=2 --wildcards ./boot/vmlinuz-* .emt26 ./boot/initramfs-* .emt26 .img
2727 gunzip -f " /tmp/$arfname .tar.gz"
2828 tar -vf " /tmp/$arfname .tar" --delete ./tmp
29- tar -vf " /tmp/$arfname .tar" --delete --wildcards ./boot/vmlinuz-* .emt3 ./boot/initramfs-* .emt3 .img ./boot/System.map-* .emt3 ./boot/config-* .emt3
29+ tar -vf " /tmp/$arfname .tar" --delete --wildcards ./boot/vmlinuz-* .emt26 ./boot/initramfs-* .emt26 .img ./boot/System.map-* .emt26 ./boot/config-* .emt26
3030 gzip -f " /tmp/$arfname .tar"
3131 # cp "/tmp/$arfname.tar.gz" "$outputdir"
3232
@@ -46,7 +46,7 @@ function generate_images() {
4646
4747 echo " $pprefix : $( sync; du -h $outputdir /$ramfs ) "
4848 rm -rf /tmp/initramfs
49- chmod 0666 $outputdir /vmlinuz-* .emt3 $outputdir /initramfs-* .emt3 .img
49+ chmod 0666 $outputdir /vmlinuz-* .emt26 $outputdir /initramfs-* .emt26 .img
5050}
5151
5252# inputs
You can’t perform that action at this time.
0 commit comments