about summary refs log tree commit diff
diff options
context:
space:
mode:
authorD3vil0p3r <crazysnob@live.it>2024-01-23 15:55:44 +0100
committergithub-actions[bot] <github-actions[bot]@users.noreply.github.com>2024-03-10 03:01:48 +0000
commit2f457a6bcb88f9903cf648c9040351c69b952249 (patch)
treebc886272258864e43527931fce9661d93de2afc5
parentb17375d3bb7c79ffc52f3538028b2ec06eb79ef8 (diff)
doc: add note in Partitioning and formatting section
(cherry picked from commit 67bfaf3d03df0a03aa3cf8722962c393e63f3713)
-rw-r--r--nixos/doc/manual/installation/installing.chapter.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/nixos/doc/manual/installation/installing.chapter.md b/nixos/doc/manual/installation/installing.chapter.md
index 815bcc071cd9c..c7deb07352f1c 100644
--- a/nixos/doc/manual/installation/installing.chapter.md
+++ b/nixos/doc/manual/installation/installing.chapter.md
@@ -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).