Fix link and use .. code:: for command line

pull/55/head
Lyn Perrine 6 years ago
parent fa0f5aa4ef
commit f48eb2869c

@ -58,11 +58,17 @@ The Lubuntu installer provides some useful information while the installer is ru
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 `sudo swapoff -a` will unmount them and any partitions with data mounted can be unmounted through pcmanfm-qt.
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
-----------------------
If you wish to manual set up partitions, as an advanced option you will have to choose which file-system you want. A file-system controls how your files are accessed at lower levels on the disk. If you are booting your computer in UEFI mode a more modern firmware compared to BIOS you will need to create an EFI system partition see `http://en.wikipedia.org/wiki/EFI_System_partition` for more detail to create this partition you will need a FAT32 file-system with the ESP flag with to be mounted at /boot/efi/ under the mount point. You will also need a root (/) file-system, several file-systems included for Lubuntu are Ext4, XFS, and Btrfs.
If you wish to manual set up partitions, as an advanced option you will have to choose which file-system you want. A file-system controls how your files are accessed at lower levels on the disk. If you are booting your computer in UEFI mode a more modern firmware compared to BIOS you will need to create an EFI system partition see `efi system partitionwikipedia <http://en.wikipedia.org/wiki/EFI_System_partition>`_ for more detail to create this partition you will need a FAT32 file-system with the ESP flag with to be mounted at /boot/efi/ under the mount point. You will also need a root (/) file-system, several file-systems included for Lubuntu are Ext4, XFS, and Btrfs.
You can create partition by clicking the button which will bring up a dialog. The file system field is a drop down menu, select which file-system you want. You also need to select where you want to mount the partition. which you need at least one root (/) partition and if you are booting an EFI system you will also need a /boot/efi mounted partition. Another common option is to have all your data on its own partition, which can even be on its own separate physical disk this can be mounted at /home.

Loading…
Cancel
Save