about summary refs log tree commit diff
path: root/nixos
diff options
context:
space:
mode:
authorBenjamin Sayers <bsayers2302@outlook.com>2022-09-02 11:39:25 +0100
committerBenjamin Sayers <bsayers2302@outlook.com>2022-09-02 11:39:25 +0100
commitc9627929279ebba679a357e3d5169e8011b2d692 (patch)
treeb06a43d9719e88f99f39150af0ac4cd0f2b64491 /nixos
parent0c59d1f2a3799c6004435b91d682b4448511ea3c (diff)
downloadnixlib-c9627929279ebba679a357e3d5169e8011b2d692.tar
nixlib-c9627929279ebba679a357e3d5169e8011b2d692.tar.gz
nixlib-c9627929279ebba679a357e3d5169e8011b2d692.tar.bz2
nixlib-c9627929279ebba679a357e3d5169e8011b2d692.tar.lz
nixlib-c9627929279ebba679a357e3d5169e8011b2d692.tar.xz
nixlib-c9627929279ebba679a357e3d5169e8011b2d692.tar.zst
nixlib-c9627929279ebba679a357e3d5169e8011b2d692.zip
nixos/docs: revised MBR partitioning steps
Diffstat (limited to 'nixos')
-rw-r--r--nixos/doc/manual/from_md/installation/installing.chapter.xml4
-rw-r--r--nixos/doc/manual/installation/installing.chapter.md2
2 files changed, 3 insertions, 3 deletions
diff --git a/nixos/doc/manual/from_md/installation/installing.chapter.xml b/nixos/doc/manual/from_md/installation/installing.chapter.xml
index 59a11fdfe275..e0ff368b800c 100644
--- a/nixos/doc/manual/from_md/installation/installing.chapter.xml
+++ b/nixos/doc/manual/from_md/installation/installing.chapter.xml
@@ -247,8 +247,8 @@ OK
         </listitem>
         <listitem>
           <para>
-            Set the <emphasis>root</emphasis> partition’s boot flag to
-            on. This allows the disk to be booted from.
+            Set the root partition’s boot flag to on. This allows the
+            disk to be booted from.
           </para>
           <programlisting>
 # parted /dev/sda -- set 1 boot on
diff --git a/nixos/doc/manual/installation/installing.chapter.md b/nixos/doc/manual/installation/installing.chapter.md
index d4c0e74939d1..b1e58b14b783 100644
--- a/nixos/doc/manual/installation/installing.chapter.md
+++ b/nixos/doc/manual/installation/installing.chapter.md
@@ -183,7 +183,7 @@ update /etc/fstab.
     # parted /dev/sda -- mkpart primary 1MB -8GB
     ```
 
-3.  Set the *root* partition's boot flag to on. This allows the disk to be booted from.
+3.  Set the root partition's boot flag to on. This allows the disk to be booted from.
 
     ```ShellSession
     # parted /dev/sda -- set 1 boot on