fuck limine last issue here and OUT to FAT kingdom it goes

This commit is contained in:
joborun linux 2023-10-09 23:55:06 +03:00
parent 7896c94000
commit 84ac440a29
2 changed files with 24 additions and 3 deletions

View File

@ -8,11 +8,12 @@
# https://github.com/mobinmob/void-mklive/tree/abyss
# https://github.com/void-linux/void-mklive/issues/313
# After joborun, eventually this made it to AUR, then extra for Arch
# End of support for this piece of garbage software!!
pkgname=limine
pkgver=5.20231006.0
pkgrel=01
pkgdesc="An advanced, portable, multiprotocol bootloader"
pkgrel=09999
pkgdesc="An advanced, portable, multiprotocol bootloader - no longer boots from ext4 it expects FAT boot partition - GO TO MS-win11 to play"
url="https://limine-bootloader.org/"
depends=('glibc')
makedepends=('nasm' 'mtools' 'llvm' 'lld' 'clang')
@ -20,6 +21,7 @@ source=("https://github.com/limine-bootloader/limine/releases/download/v${pkgver
limine.cfg::https://github.com/limine-bootloader/limine/raw/trunk/test/limine.cfg
bg.jpg::https://raw.githubusercontent.com/limine-bootloader/limine/trunk/test/bg.jpg
CONFIG.md::https://github.com/limine-bootloader/limine/raw/trunk/CONFIG.md)
install=limine.install
build() {
cd "$pkgname-$pkgver"
@ -63,5 +65,6 @@ sha256sums=(e759bc39a59d07260d5def19bff5cd6e3f6147708e691383af7b09c33d00e347 #
15df8e06872a6cb89dfad3f99ad2b255dd1a54576e4343c954975e2ea48f28ab # bg.jpg
c2897b54e8a54d81a61f929280f98b54786a506e5269fe474ebfac4c57c57a9f) # CONFIG.md
## ea072f9c745a825adb73d517dcd9b23fe74c06167adef9987d29c370f3f3e569 limine-5.20231006.0-01-x86_64.pkg.tar.lz
###END OF LIMINE FOR Joborun!!!!!
## a5017e6207506601eece0c86986bec23cd50a568b40559be1d6a1b4639acb9aa limine-5.20231006.0-09999-x86_64.pkg.tar.lz

18
limine/limine.install Normal file
View File

@ -0,0 +1,18 @@
#!/bin/sh
post_install() {
echo " Last version of limine here"
echo " after contacting limine devs with an installation that booted in the past"
echo " and dealing with their arrogance and hostile tone, several msgs later it"
echo " revealed that the problem comes from them no supporting ext4, or other ext fs"
echo " Their previous comments on issues reveals a contradiction, but their last"
echo " paragraph on PHILOSOPHY.md is offensive enough, they want everyone MBR/BIOS/EFI"
echo " to place kernel images on a FAT partition, when it is abandoned by MS as well"
echo " By next available upgrade issue this flead dog of undocumented software will"
echo " be removed and forgotten. Enjoy in your FAT partitioned /boot as long as it lasts!"
}
post_upgrade() {
post_install
}