1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

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>
<listitem> <listitem>
<para> <para>
Set the <emphasis>root</emphasis> partitions boot flag to Set the root partitions boot flag to on. This allows the
on. This allows the disk to be booted from. disk to be booted from.
</para> </para>
<programlisting> <programlisting>
# parted /dev/sda -- set 1 boot on # parted /dev/sda -- set 1 boot on

View file

@ -183,7 +183,7 @@ update /etc/fstab.
# parted /dev/sda -- mkpart primary 1MB -8GB # 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 ```ShellSession
# parted /dev/sda -- set 1 boot on # parted /dev/sda -- set 1 boot on