Skip to content

Commit a55b361

Browse files
committed
Change to correct order of partition layout
1 parent 99bffd7 commit a55b361

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

articles/iot-edge/iot-edge-for-linux-on-windows-security.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,10 +72,10 @@ Because you may need write access to `/etc`, `/home`, `/root`, `/var` for specif
7272
| Partition | Size | Description |
7373
| --------- |---------- |------------ |
7474
| BootEFIA | 8 MB | Firmware partition A for future GRUBless boot |
75-
| BootEFIB | 8 MB | Firmware partition B for future GRUBless boot |
7675
| BootA | 192 MB | Contains the bootloader for A partition |
77-
| BootB | 192 MB | Contains the bootloader for B partition |
7876
| RootFS A | 4 GB | One of two active/passive partitions holding the root file system |
77+
| BootEFIB | 8 MB | Firmware partition B for future GRUBless boot |
78+
| BootB | 192 MB | Contains the bootloader for B partition |
7979
| RootFS B | 4 GB | One of two active/passive partitions holding the root file system |
8080
| Unused | 4 GB | This partition is reserved for future use |
8181
| Log | 1 GB or 6 GB | Logs specific partition mounted under /logs |
0 Bytes
Loading

0 commit comments

Comments
 (0)