From e8b7b967fa80bdb5c55e46aee1e0db009c0cc54a Mon Sep 17 00:00:00 2001 From: Alex Zenla Date: Mon, 27 Oct 2025 21:36:48 -0400 Subject: [PATCH] chore(docs): change windows setup guide to use autoconfiguration --- docs/windows-setup.md | 13 ++++--------- 1 file changed, 4 insertions(+), 9 deletions(-) diff --git a/docs/windows-setup.md b/docs/windows-setup.md index 0565ece..f45ef58 100644 --- a/docs/windows-setup.md +++ b/docs/windows-setup.md @@ -33,15 +33,10 @@ Write the following file to `X:\sprout.toml`: # sprout configuration: version 1 version = 1 -# add a boot entry for booting Windows -# which will run the boot-windows action. -[entries.windows] -title = "Windows" -actions = ["boot-windows"] - -# use the chainload action to boot the Windows bootloader. -[actions.boot-windows] -chainload.path = "\\EFI\\Microsoft\\Boot\\bootmgfw.efi" +# global options. +[options] +# enable autoconfiguration to detect Windows. +autoconfigure = true ``` ## Step 4: Configure EFI Firmware to boot Sprout