]> git.zerfleddert.de Git - m1-debian/commitdiff
here we go,
authorThomas Glanzmann <thomas@glanzmann.de>
Tue, 7 Jun 2022 05:43:10 +0000 (07:43 +0200)
committerThomas Glanzmann <thomas@glanzmann.de>
Tue, 7 Jun 2022 05:43:10 +0000 (07:43 +0200)
bootstrap.sh

index cbf9ce201f9cc9ad9a275faae40ddc81772b857f..9978d4cba85858940f2e2e329c5b33a963b89836 100644 (file)
@@ -61,7 +61,10 @@ build_uboot()
         cat m1n1/build/m1n1.bin   `find linux/arch/arm64/boot/dts/apple/ -name \*.dtb` <(gzip -c u-boot/u-boot-nodtb.bin) > u-boot.bin
         cat m1n1/build/m1n1.macho `find linux/arch/arm64/boot/dts/apple/ -name \*.dtb` <(gzip -c u-boot/u-boot-nodtb.bin) > u-boot.macho
         cp u-boot.bin 4k.bin
+        cp u-boot.bin 2k.bin
+        echo 'display=2560x1440' >> 2k.bin
         echo 'display=wait,3840x2160' >> 4k.bin
+
 }
 
 build_rootfs()
@@ -193,7 +196,7 @@ publish_artefacts()
 {
         export KERNEL=`ls -1rt linux-image*.deb | grep -v dbg | tail -1`
         cp ${KERNEL} k.deb
-        sudo cp m1-d-i.tar m1.tgz efi.tgz asahi-debian-live.tar u-boot.bin u-boot.macho 4k.bin k.deb m1n1/build/m1n1.bin m1n1/build/m1n1.macho testing/usr/lib/grub/arm64-efi/monolithic/grubaa64.efi debian-base.zip /u/
+        sudo cp m1-d-i.tar m1.tgz efi.tgz asahi-debian-live.tar u-boot.bin u-boot.macho 2k.bin 4k.bin k.deb m1n1/build/m1n1.bin m1n1/build/m1n1.macho testing/usr/lib/grub/arm64-efi/monolithic/grubaa64.efi debian-base.zip /u/
 }
 
 mkdir -p build
Impressum, Datenschutz