Merge pull request #283238 from D3vil0p3r/patch-1

doc: add note in Partitioning and formatting section

authored by Peder Bergebakken Sundt and committed by GitHub 298957b7 ad129444

+3
+3
nixos/doc/manual/installation/installing.chapter.md
··· 272 # parted /dev/sda -- mkpart ESP fat32 1MB 512MB 273 # parted /dev/sda -- set 3 esp on 274 ``` 275 276 Once complete, you can follow with 277 [](#sec-installation-manual-partitioning-formatting).
··· 272 # parted /dev/sda -- mkpart ESP fat32 1MB 512MB 273 # parted /dev/sda -- set 3 esp on 274 ``` 275 + ::: {.note} 276 + 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`. 277 + ::: 278 279 Once complete, you can follow with 280 [](#sec-installation-manual-partitioning-formatting).