Move swapoff into setting up partitions

This commit is contained in:
Lyn Perrine 2019-07-07 17:27:31 -07:00
parent 13614babd3
commit e9e7182f42

View File

@ -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
-----------------------