iTrooz / efivar-rs

EFI boot manager tool written in Rust
MIT License
22 stars 7 forks source link

feat: add `efiboot dump` and `efiboot import` #54

Closed iTrooz closed 1 year ago

iTrooz commented 1 year ago

This PR adds the commands efiboot dump and efiboot import

These commands dump a variable flags and content to file, and restore it from file

Syntax: efiboot dump Boot0001 a.bin efiboot import a.bin Boot1000