jobextra/limine/limine.install

19 lines
822 B
Bash

#!/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
}