changes to the initramfs. very specific changes to included kernel modules.

This commit is contained in:
Matt Knoop
2025-12-09 17:17:07 -07:00
parent 09eb3c54ba
commit e914ac9619
9 changed files with 113 additions and 33 deletions

View File

@@ -11,8 +11,7 @@ echo 'loading menu..'
set root='(hd0,gpt1)'
ls (hd0,gpt1)/EFI/patronage/
menuentry "PatronageOS" {
linux /EFI/patronage/bzImage boot=/init
linux /EFI/patronage/bzImage quiet splash boot=/init
echo 'loaded kernel...'
initrd /EFI/patronage/initramfs.cpio.gz
echo 'loaded initial ramdisk...'