nixos/docs: revised MBR partitioning steps
This commit is contained in:
parent
0c59d1f2a3
commit
c962792927
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user