From d40ce9f6c50ee8b48e934578b7644a0d0895345e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lauri=20Kentt=C3=A4?= Date: Tue, 29 Jul 2025 11:15:53 +0300 Subject: [PATCH] Make batch example the same as option I --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 07aa7c0..2b2ce3e 100644 --- a/README.md +++ b/README.md @@ -55,7 +55,7 @@ The *shim* boot loader is maintained by Red Hat, Inc, and the included signed co * `arch=...` – force architecture. * `esp=...` – force EFI System Partition path. * `dry-run` – skip actual changes. -* For example, run `setup.exe batch install allow-secure-boot enable-overwrite` to copy files and overwrite the MS boot loader regardless of Secure Boot status. +* For example, `setup.exe batch disable install enable-bcdedit` would disable any previous installation, then install the files and create the EFI boot entry with `bcdedit`. ### Multi-boot configurations