From 04929b72b2f77d015825c74cb2b6b7dac2587cbe Mon Sep 17 00:00:00 2001 From: Phil Hagelberg <phil@hagelb.org> Date: Sun, 27 Jun 2021 11:46:24 -0700 Subject: [PATCH] Mention gparted in nvme install section. --- src/source/advanced.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/source/advanced.rst b/src/source/advanced.rst index b44c906..c0f3b0f 100644 --- a/src/source/advanced.rst +++ b/src/source/advanced.rst @@ -103,7 +103,7 @@ This tells the kernel to mount the root filesystem from the ``mmcblk1p1`` device Operating System on NVMe ------------------------ -If you want to mount your root filesystem from an NVMe disk, you only need to partition it and copy the Linux filesystem to it. One way to do this is to copy the existing Linux system from the SD card to an NVMe disk. +If you want to mount your root filesystem from an NVMe disk, you only need to partition it (``gparted`` works well for this) and copy the Linux filesystem to it. One way to do this is to copy the existing Linux system from the SD card to an NVMe disk. First mount the target disk at ``/mnt`` (as root): -- GitLab