From 0e16eff1dbf03b678a3c9f5a2400372176467d09 Mon Sep 17 00:00:00 2001 From: Adam Stephens Date: Wed, 1 May 2024 11:17:21 -0400 Subject: [PATCH] document usb iso --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/README.md b/README.md index 6d2e720..9ec67ab 100644 --- a/README.md +++ b/README.md @@ -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.