From 4c5a33fe02de7bc042304e06c73dd2d78cdbe70d Mon Sep 17 00:00:00 2001 From: Ben Bullard Date: Thu, 12 Mar 2020 01:58:18 +0000 Subject: [PATCH] docs: update doc/guides/howto-root-home-swap --- doc/guides/howto-root-home-swap.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/doc/guides/howto-root-home-swap.md b/doc/guides/howto-root-home-swap.md index 22b1d83..08a5dbd 100644 --- a/doc/guides/howto-root-home-swap.md +++ b/doc/guides/howto-root-home-swap.md @@ -2,7 +2,7 @@ title: How to have root, home, and swap partitions created during OM Lx installation description: published: true -date: 2020-03-12T01:36:04.949Z +date: 2020-03-12T01:58:16.997Z tags: documentation, howto --- @@ -21,7 +21,7 @@ The installer by default no longer automatically creates a swap partition becaus Select ***Manual Partitioning*** -![root-home-swap-02.jpg](/images/root-home-swap-02.jpg) +![screenshot_20200311_210737.png](/screenshot_20200311_210737.png) This example is in VirtualBox. First we see how to set up an efi system with separate `/`, `/home` and swap partitions as well as the necessary `/boot/efi` for the efi booting. If you use MBR partition table you do not need to create a /boot/efi' parition. The `/boot/efi` partition should be labeled with `boot`. @@ -30,7 +30,7 @@ The first step is to select New Partition Table If the system is efi or uefi boot it must be a `GPT` partition table. If it is legacy boot you can select either `MBR` or `GPT`. -![root-home-swap-03.jpg](/images/root-home-swap-03.jpg) +![screenshot_20200311_210953.png](/screenshot_20200311_210953.png) Next we will create `/boot/efi`, `/`, `/home`, and swap in that order. The only critical factor in the order is that the `/boot/efi` needs to be first the others can be in any order. @@ -40,11 +40,11 @@ The only critical factor in the order is that the `/boot/efi` needs to be first So we create them one at a time. Select Create -![root-home-swap-04.jpg](/images/root-home-swap-04.jpg) +![screenshot_20200311_211037.png](/screenshot_20200311_211037.png) Follow the steps in the dialog box and you will end up with something like this -![root-home-swap-05.jpg](/images/root-home-swap-05.jpg) +![screenshot_20200311_212621.png](/screenshot_20200311_212621.png) If you have what you want select Next and when installed your new system will have the separate root, home, and swap partitions. @@ -57,7 +57,7 @@ Swap may still be used on computers doing very intense level of mathematical or This is a screenshot of what the Create dialog window should look like for your `/boot/efi` partition on `UEFI/EFI` system: -![root-home-swap-06.jpg](/images/root-home-swap-06.jpg) +![screenshot_20200311_212400.png](/screenshot_20200311_212400.png) \-