mirror of
https://github.com/kernelkit/infix.git
synced 2026-08-03 14:23:02 +02:00
A long standing internal debate comes to its logical conclusion. Arch naming should follow GCC. The "native /etc" has also found a better name: classic! README and GitHub action has been updated accordingly. Signed-off-by: Joachim Wiberg <troglobit@gmail.com>
7 lines
133 B
INI
7 lines
133 B
INI
menuentry "Infix" --id infix {
|
|
linux /boot/bzImage rauc.slot=$slot nokaslr $append
|
|
if [ "$initrd" ]; then
|
|
initrd $initrd
|
|
fi
|
|
}
|