]> git.zerfleddert.de Git - m1-debian/commitdiff
finished artefacts for new asahi installer
authorThomas Glanzmann <thomas@glanzmann.de>
Wed, 23 Feb 2022 21:23:09 +0000 (22:23 +0100)
committerThomas Glanzmann <thomas@glanzmann.de>
Wed, 23 Feb 2022 21:23:09 +0000 (22:23 +0100)
bootstrap.sh

index 32a760ed749d88bd7007583256e5afd804199a9c..022dc07b81424af955268371698ad176adc6d0e9 100644 (file)
@@ -137,13 +137,13 @@ build_dd()
 build_efi()
 {
 (
-        rm -f EFI
-        mkdir -p EFI/BOOT
+        rm -rf EFI
+        mkdir -p EFI/boot
         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=`disktype build/media | grep UUID | awk '{print $2}'`
+        export UUID=`blkid media | awk -F\" '{print $2}'`
         cat > EFI/boot/grub.cfg <<EOF
 search.fs_uuid ${UUID} root
 set prefix=(\$root)'/boot/'
Impressum, Datenschutz