From d382b59a3b7eeb6f7a29f7fce8c855005005c10b Mon Sep 17 00:00:00 2001 From: Reinhart Previano Koentjoro Date: Wed, 25 Oct 2023 19:19:51 +0700 Subject: [PATCH] bcdboot: add mnemonics and imperative mood (#11225) --- pages/windows/bcdboot.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/pages/windows/bcdboot.md b/pages/windows/bcdboot.md index 32eec4b1b..c509d4b81 100644 --- a/pages/windows/bcdboot.md +++ b/pages/windows/bcdboot.md @@ -1,24 +1,24 @@ # bcdboot -> A system utility to configure or repair boot files. -> More information: . +> Configure or repair boot files. +> More information: . - Initialize the system partition by using BCD files from the source Windows folder: `bcdboot {{C:\Windows}}` -- Enable verbose mode: +- Enable [v]erbose mode: `bcdboot {{C:\Windows}} /v` -- Specify the volume letter of the system partition: +- Specify the volume letter of the [s]ystem partition: `bcdboot {{C:\Windows}} /s {{S:}}` -- Specify a locale: +- Specify a [l]ocale: `bcdboot {{C:\Windows}} /l {{en-us}}` -- Specify a firmware type while copying the boot files to a specified volume: +- Specify a [f]irmware type while copying the boot files to a specified volume: `bcdboot {{C:\Windows}} /s {{S:}} /f {{UEFI|BIOS|ALL}}`