jobextra/limine/limine.install

28 lines
1.0 KiB
Bash

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