From f691afababb0b62d7422eaf394a025ef48916573 Mon Sep 17 00:00:00 2001 From: bjorn3 <17426603+bjorn3@users.noreply.github.com> Date: Wed, 11 Mar 2026 20:31:03 +0100 Subject: [PATCH] Fix usage message --- src/bin/installer.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bin/installer.rs b/src/bin/installer.rs index 14f4d8fc79..c3ce487d2e 100644 --- a/src/bin/installer.rs +++ b/src/bin/installer.rs @@ -19,7 +19,7 @@ Using redox_installer as an installer: redox_installer [--config=file.toml] [--write-bootloader=file.img] [--live] [--no-mount] [--skip-partition] Disk file to write --config Path to filesystem config TOML - --write-bootloader Path to write separate EFI partition + --write-bootloader Path to write UEFI bootloader to in addition to the embedded ESP --skip-partition Skip writing GPT partition tables Use this only if you plan to use other partition tool --live Use bootloader configured for live disk