Skip to content

Commit 9d7d564

Browse files
axtlossclassabbyamp
authored andcommitted
installation/guides/chroot: Mention target flag in chroot install
Specifically mention the target flag and which options are available for the grub part of the chroot installation closes: #844 [via git-merge-pr]
1 parent 4902404 commit 9d7d564

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

src/installation/guides/chroot.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -221,9 +221,10 @@ install GRUB to. For example:
221221
```
222222

223223
**On a UEFI computer**, install either `grub-x86_64-efi`, `grub-i386-efi` or
224-
`grub-arm64-efi`, depending on your architecture, then run `grub-install`,
225-
optionally specifying a bootloader label (this label may be used by your
226-
computer's firmware when manually selecting a boot device):
224+
`grub-arm64-efi`, depending on your architecture. Then run `grub-install` with
225+
the correct `--target` argument for your architecture (`x86_64-efi`, `i386-efi`,
226+
or `arm64-efi`), and optionally specifying a bootloader label (this label may be
227+
used by your computer's firmware when manually selecting a boot device):
227228

228229
```
229230
[xchroot /mnt] # xbps-install -S grub-x86_64-efi

0 commit comments

Comments
 (0)