Merge pull request #283238 from D3vil0p3r/patch-1

doc: add note in Partitioning and formatting section
This commit is contained in:
Peder Bergebakken Sundt 2024-03-10 04:01:18 +01:00 committed by GitHub
commit 298957b767
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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).