mirror of
https://github.com/edera-dev/sprout.git
synced 2025-12-19 21:00:20 +00:00
chore(docs): change windows setup guide to use autoconfiguration
This commit is contained in:
@@ -33,15 +33,10 @@ Write the following file to `X:\sprout.toml`:
|
|||||||
# sprout configuration: version 1
|
# sprout configuration: version 1
|
||||||
version = 1
|
version = 1
|
||||||
|
|
||||||
# add a boot entry for booting Windows
|
# global options.
|
||||||
# which will run the boot-windows action.
|
[options]
|
||||||
[entries.windows]
|
# enable autoconfiguration to detect Windows.
|
||||||
title = "Windows"
|
autoconfigure = true
|
||||||
actions = ["boot-windows"]
|
|
||||||
|
|
||||||
# use the chainload action to boot the Windows bootloader.
|
|
||||||
[actions.boot-windows]
|
|
||||||
chainload.path = "\\EFI\\Microsoft\\Boot\\bootmgfw.efi"
|
|
||||||
```
|
```
|
||||||
|
|
||||||
## Step 4: Configure EFI Firmware to boot Sprout
|
## Step 4: Configure EFI Firmware to boot Sprout
|
||||||
|
|||||||
Reference in New Issue
Block a user