diff --git a/source/1/1.3/installation.rst b/source/1/1.3/installation.rst index 50702b84..746dec7e 100644 --- a/source/1/1.3/installation.rst +++ b/source/1/1.3/installation.rst @@ -72,3 +72,5 @@ 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 `efi system partitionwikipedia `_ 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. + +.. image:: manpartitioning.png diff --git a/source/1/1.3/manpartitioning.png b/source/1/1.3/manpartitioning.png new file mode 100644 index 00000000..4f24d1ce Binary files /dev/null and b/source/1/1.3/manpartitioning.png differ