From c9627929279ebba679a357e3d5169e8011b2d692 Mon Sep 17 00:00:00 2001 From: Benjamin Sayers Date: Fri, 2 Sep 2022 11:39:25 +0100 Subject: [PATCH] nixos/docs: revised MBR partitioning steps --- nixos/doc/manual/from_md/installation/installing.chapter.xml | 4 ++-- nixos/doc/manual/installation/installing.chapter.md | 2 +- 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 - Set the root 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. # 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