upd and patches

This commit is contained in:
2026-07-22 04:29:56 +03:00
parent 2be695fa6a
commit c6dcbc1ca5
90 changed files with 1688 additions and 91 deletions

View File

@ -0,0 +1,16 @@
efibootmgr 18
=
https://github.com/rhboot/efibootmgr/archive/refs/tags/18.tar.gz
``` sh *** build ***
make prefix=/pkg/gnu/efibootmgr EFIDIR=aerolinux EFI_LOADER=LinuxStub.efi install
```
``` cfg *** build deps ***
efivar
```
``` sh *** up ***
modprobe efivarfs
mount -t efivarfs efivarfs /sys/firmware/efi/efivars
```