sylware / nyanefivars (public) (License: GNU AFFERO GPLv3) (since 2021-06-21) (hash sha1)
generate the content of a UEFI load option (BootXXXX) for the linux efivarfs filesystem
No history found.

README:
example for 1 boot load option:

#!/bin/sh
nyanefivars 30260fbf-d5a8-4e25-904b-dbb3ccc9d977 1 2048 204800 'Nyan AMD 1' '\amd-5.11.0-1.efi' >/sys/firmware/efi/efivars/Boot0000-8be4df61-93ca-11d2-aa0d-00e098032b8c
printf '0:07 00 00 00 00 00' | xxd -r >/sys/firmware/efi/efivars/BootOrder-8be4df61-93ca-11d2-aa0d-00e098032b8c

Hints:
Before first commit, do not forget to setup your git environment:
git config --global user.name "your_name_here"
git config --global user.email "your@email_here"

Clone this repository using HTTP(S):
git clone https://rocketgit.com/user/sylware/nyanefivars

Clone this repository using ssh (do not forget to upload a key first):
git clone ssh://rocketgit@ssh.rocketgit.com/user/sylware/nyanefivars

Clone this repository using git:
git clone git://git.rocketgit.com/user/sylware/nyanefivars

You are allowed to anonymously push to this repository.
This means that your pushed commits will automatically be transformed into a merge request:
... clone the repository ...
... make some changes and some commits ...
git push origin main