Merge pull request #283238 from D3vil0p3r/patch-1
doc: add note in Partitioning and formatting section
This commit is contained in:
commit
298957b767
1 changed files with 3 additions and 0 deletions
|
@ -272,6 +272,9 @@ update /etc/fstab.
|
|||
# parted /dev/sda -- mkpart ESP fat32 1MB 512MB
|
||||
# parted /dev/sda -- set 3 esp on
|
||||
```
|
||||
::: {.note}
|
||||
In case you decided to not create a swap partition, replace `3` by `2`. To be sure of the id number of ESP, run `parted --list`.
|
||||
:::
|
||||
|
||||
Once complete, you can follow with
|
||||
[](#sec-installation-manual-partitioning-formatting).
|
||||
|
|
Loading…
Reference in a new issue