39971739fa
This device is x86_64 and has a 32-bit UEFI, so I need to install 32-bit grub (AFAIK it's the only bootloader capable of loading a 64-bit kernel from 32-bit). The grub-efi-x86 package has been generated with pmbootstrap.
24 lines
744 B
Text
24 lines
744 B
Text
# Automatically generated aport, do not edit!
|
|
# Generator: pmbootstrap aportgen grub-efi-x86
|
|
|
|
pkgname=grub-efi-x86
|
|
pkgver=2.02
|
|
pkgrel=14
|
|
|
|
_arch="x86"
|
|
_mirror="http://dl-cdn.alpinelinux.org/alpine/"
|
|
|
|
pkgdesc="GRUB $_arch EFI files for every architecture"
|
|
url="https://www.gnu.org/software/grub/"
|
|
license="GPL-3.0-or-later"
|
|
arch="all"
|
|
source="grub-efi-$pkgver-r$pkgrel-$_arch.apk::$_mirror/edge/main/$_arch/grub-efi-$pkgver-r$pkgrel.apk"
|
|
|
|
package() {
|
|
mkdir -p "$pkgdir"
|
|
cd "$pkgdir"
|
|
tar -xf "$srcdir/grub-efi-$pkgver-r$pkgrel-$_arch.apk"
|
|
rm .PKGINFO .SIGN.*
|
|
}
|
|
|
|
sha512sums="ed9fa2d18e4af5916671a0ca316471b0def4ec1de7358b04e9a1c92693170bd8e24688d9926871c121201f1a3efc618ff1f90630d14f7f06527423e65d597405 grub-efi-2.02-r14-x86.apk"
|