-
- Downloads
tablet-x64uefi: use grub instead of gummiboot (MR 2195)
Gummiboot was dropped from Alpine. Switch to grub, which is what we use for tablet-x86uefi too. In contrary to tablet-x86uefi, run the grub-mkimage command directly inside the device package: * This avoids creating another confusing grub-x86 like package (looks like the x86 version of alpine's grub package, as it's the case with grub-efi-x86, but actually it is just the result of grub-mkimage). * In contrary to grub-efi-x86, the resulting efi file is not shared across several devices. * It's consistent with uboot mkimage commands, which we also run in device packages. Related: https://gitlab.alpinelinux.org/alpine/aports/-/commit/398b7aef0b86c477103ba592526ebb9940a44509
Showing
- device/testing/device-tablet-x64uefi/APKBUILD 43 additions, 18 deletionsdevice/testing/device-tablet-x64uefi/APKBUILD
- device/testing/device-tablet-x64uefi/grub.cfg 6 additions, 0 deletionsdevice/testing/device-tablet-x64uefi/grub.cfg
- device/testing/device-tablet-x64uefi/grub_early.cfg 2 additions, 0 deletionsdevice/testing/device-tablet-x64uefi/grub_early.cfg
- device/testing/device-tablet-x64uefi/loader.conf 0 additions, 2 deletionsdevice/testing/device-tablet-x64uefi/loader.conf
- device/testing/device-tablet-x64uefi/postmarketos.conf 0 additions, 4 deletionsdevice/testing/device-tablet-x64uefi/postmarketos.conf
Loading
Please register or sign in to comment