Skip to content

Commit

Permalink
docs: minor changes
Browse files Browse the repository at this point in the history
  • Loading branch information
koehlma committed May 12, 2024
1 parent 93e3e06 commit 9228271
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions www/docs/guide/boot-flows.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,11 +85,11 @@ For further details, we refer to the reference [boot scripts](https://github.com

### Grub

⚙️ `boot_flow="grub"`
⚙️ `boot_flow="grub-efi"`

```
MBR =============================== Image
1: config EXT4 256M
GPT =============================== Image
1: config FAT32 256M
2: boot-a EXT4 128M (*)
3: boot-b EXT4 128M
5: system-a (*)
Expand All @@ -100,6 +100,8 @@ MBR =============================== Image

Follows a similar approach to U-Boot, using Grub boot scripts and environment blocks.

The `grub-efi` boot flow uses the EFI variant of Grub.

### Systemd Boot

⚙️ `boot_flow="systemd-boot"`
Expand Down

0 comments on commit 9228271

Please sign in to comment.