]> git.zerfleddert.de Git - m1-debian/commitdiff
remove another obsulute function
authorThomas Glanzmann <thomas@glanzmann.de>
Mon, 12 Dec 2022 19:54:33 +0000 (20:54 +0100)
committerThomas Glanzmann <thomas@glanzmann.de>
Mon, 12 Dec 2022 19:54:33 +0000 (20:54 +0100)
bootstrap.sh

index fc8c366dc9d532df70ca898f7d3e1fc93fbae9b4..bbaf4bf4843c4b05bc11412bb708714f5dc8db64 100755 (executable)
@@ -87,26 +87,6 @@ build_dd()
 )
 }
 
-build_efi()
-{
-(
-        rm -rf EFI
-        mkdir -p EFI/boot EFI/debian
-        cp testing/usr/lib/grub/arm64-efi/monolithic/grubaa64.efi EFI/boot/bootaa64.efi
-
-        export INITRD=`ls -1 testing/boot/ | grep initrd`
-        export VMLINUZ=`ls -1 testing/boot/ | grep vmlinuz`
-        export UUID=`blkid -s UUID -o value media`
-        cat > EFI/debian/grub.cfg <<EOF
-search.fs_uuid ${UUID} root
-linux (\$root)/boot/${VMLINUZ} root=UUID=${UUID} rw
-initrd (\$root)/boot/${INITRD}
-boot
-EOF
-        tar czf efi.tgz EFI
-)
-}
-
 build_asahi_installer_image()
 {
 (
@@ -122,7 +102,7 @@ build_asahi_installer_image()
 
 publish_artefacts()
 {
-        sudo cp efi.tgz asahi-debian-live.tar debian-base.zip /u/
+        sudo cp asahi-debian-live.tar debian-base.zip /u/
 }
 
 mkdir -p build
@@ -132,7 +112,6 @@ sudo apt-get install -y build-essential bash git locales gcc-aarch64-linux-gnu l
 
 build_rootfs
 build_dd
-build_efi
 build_asahi_installer_image
 build_live_stick
 publish_artefacts
Impressum, Datenschutz