document usb iso

This commit is contained in:
Adam Stephens 2024-05-01 11:17:21 -04:00
parent 0650514998
commit 0e16eff1db
No known key found for this signature in database

View file

@ -81,3 +81,15 @@ Then reference the module in your `configuration.nix` and use the module as docu
nixos-x13s.enable = true;
...
```
## UEFI Update ISO
This repository provides a package which can output the USB UEFI Update ISO. This will be updated as Lenovo releases new versions.
```
nix build .#uefi-usbiso
dd if=result/usbdisk-*.iso of=/path/to/usb/disk
```
Reboot, select USB drive from F12 boot menu, follow wizard.