nixos/docs: revised MBR partitioning steps

This commit is contained in:
Benjamin Sayers 2022-09-02 11:39:25 +01:00
parent 0c59d1f2a3
commit c962792927
2 changed files with 3 additions and 3 deletions

View file

@ -247,8 +247,8 @@ OK
</listitem>
<listitem>
<para>
Set the <emphasis>root</emphasis> partitions boot flag to
on. This allows the disk to be booted from.
Set the root partitions boot flag to on. This allows the
disk to be booted from.
</para>
<programlisting>
# parted /dev/sda -- set 1 boot on

View file

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