Skip to content

Instantly share code, notes, and snippets.

View thisisignitedoreo's full-sized avatar

acid thisisignitedoreo

View GitHub Profile
@thisisignitedoreo
thisisignitedoreo / 100-limine
Last active December 27, 2025 22:22
Limine Void Linux (and probably others) config generator script
#!/bin/sh
#
# Kernel post-install hook for Limine configuration.
#
# Arguments passed to this script: $1 pkgname, $2 version.
#
PKGNAME="$1"
VERSION="$2"
if [ ! -x usr/local/bin/gen-limine ]; then