From e9e7182f42e10260bd66597bd11d8d5cb5df07f2 Mon Sep 17 00:00:00 2001 From: Lyn Perrine Date: Sun, 7 Jul 2019 17:27:31 -0700 Subject: [PATCH] Move swapoff into setting up partitions --- source/1/1.3/installation.rst | 18 ++++++++---------- 1 file changed, 8 insertions(+), 10 deletions(-) diff --git a/source/1/1.3/installation.rst b/source/1/1.3/installation.rst index f6f642e4..4fddbf98 100644 --- a/source/1/1.3/installation.rst +++ b/source/1/1.3/installation.rst @@ -43,6 +43,14 @@ If all you want is Lubuntu on your machine, you can select the :guilabel:`Erase .. image:: partitioning.png +If you have had a previous linux install and want to put the entire disk or just replace an entire partition you will need to unmount them. In this case running + +.. code:: + + sudo swapoff -a + +will unmount them and any partitions with data mounted can be unmounted through pcmanfm-qt. + If you wish to perform advance partitioning please refer the Advanced partitioning section. User Setup @@ -58,16 +66,6 @@ The Lubuntu installer provides some useful information while the installer is ru .. image:: installer_screen.png -Advanced partitioning ------------------------ -If you have had a previous linux install and want to put the entire disk or just replace an entire partition you will need to unmount them. In this case running - -.. code:: - - sudo swapoff -a - -will unmount them and any partitions with data mounted can be unmounted through pcmanfm-qt. - Manual partitioning -----------------------