Fixed typos on CONTR and READ and link on CONTR

Summary: Fixed typos and link

Test Plan: Check the changes

Reviewers: lynorian

Reviewed By: lynorian

Subscribers: 84nt1m

Differential Revision: https://phab.lubuntu.me/D92
stable
Santiago Miranda 4 years ago committed by Lyn Perrine
parent 9f6ad5bee0
commit adf4e5a5ce

@ -12,7 +12,7 @@ Before starting, you need a few tools.
- Ubuntu 16.04 LTS and onwards
- The following packages from your Linux distribution's repository:
- `git`
- `pyhton3-pip`
- `python3-pip`
- `arcanist`
- `python3-sphinx`
- `texlive`
@ -25,7 +25,7 @@ Before starting, you need a few tools.
To clone the repository, you can run this command:
```
git clone ssh://git@phab.lubuntu.me:2222/source/lubuntu-manual.git
git clone ssh://git@phab.lubuntu.me/source/manual.git
```
but to do this you must have your ssh key on phabricator.
## Adding a file to the manual

@ -24,4 +24,4 @@ If you want short help on how to format things see StyleGuide.rst in this direct
## License
This work is licensed under a Creative Commons Attribution 4.0 International License. More details can be found here: [creative commons attribution liscense](http://creativecommons.org/licenses/by/4.0/)
This work is licensed under a Creative Commons Attribution 4.0 International License. More details can be found here: [creative commons attribution license](http://creativecommons.org/licenses/by/4.0/)

@ -1,12 +1,12 @@
Chapter 1.1 Retrieving the image
=================================
Before you install Lubuntu, you need to retrieve the correct image. Lubuntu provides supports AMD64 CPU types also known as 64 bit with a new version every six months (supported for nine months), and every two years being a long term support release (supported for three years). If you have a 32 bit processor we unfortunately had to drop support but 18.04 LTS is still supported until 2021 for 32 bit. Lubuntu 20.04 is a Long term support release supported until 2023.
Before you install Lubuntu, you need to retrieve the correct image. Lubuntu supports AMD64 CPU types also known as 64-bit with a new version every six months (supported for nine months), and every two years being a long term support release (supported for three years). If you have a 32 bit processor we unfortunately had to drop support but 18.04 LTS is still supported until 2021 for 32 bit. Lubuntu 20.04 is a Long Term Support release supported until 2023.
LTS vs. Regular Releases
------------------------
Lubuntu offers two types of releases. The **Long Term Support** release, or the **LTS**, is the release recommended for most users. It is supported for three years after the release date and does not contain new features. Throughout the course of the cycle, the Ubuntu Kernel Team will deliver **Hardware Enablement** updates, or **HWE** updates, to Lubuntu via Linux kernel updates. Lubuntu 20.04 is the First **Long Term Support** release which uses the more modern **LXQt** desktop envionrment. Since Lubuntu 18.10 has used the **LXQt** previously Lubuntu used **LXDE**.
Lubuntu offers two types of releases. The **Long Term Support** release, or the **LTS**, is the release recommended for most users. It is supported for three years after the release date and does not contain new features. Throughout the course of the cycle, the Ubuntu Kernel Team will deliver **Hardware Enablement** updates, or **HWE** updates, to Lubuntu via Linux kernel updates. Previously, Lubuntu used **LXDE** but since 18.10 it has used the **LXQt**. Lubuntu 20.04 is the First **Long Term Support** release which uses the more modern **LXQt** desktop environment.
For users looking to try new features every six months at the expense of the support cycle length, Lubuntu offers **interim releases**, or **regular releases**. These releases, while they are considered stable, are testing grounds for major, new features which will be rolled into the LTS release. Users of the regular releases are typically enthusiasts and somewhat more experienced users looking for a fresher experience.

@ -1,11 +1,11 @@
Chapter 1.3 Installation
========================
This is a guide to through the installation process of Lubuntu.
This is a guide through the installation process of Lubuntu.
Starting the installer
----------------------
Once you have booted the Lubuntu image, you will be greeted by a screen with the following options: :menuselection:`Start Lubuntu`, :menuselection:`Start Lubuntu (safe graphics)`, :menuselection:`Check disk for defects`, :menuselection:`Test memory`, and :menuselection:`Boot from first hard disk`. To start the install select :menuselection:`Start Lubuntu`, you will now be booting into a live session. If Lubuntu has trouble with your graphics card you can start the live session with :menuselection:`Start Lubuntu(safe graphics)`. The :menuselection:`Check disk for defects` option offers a way to check integrity of the disk image once it is burned to the media please use this if you have problems installing it could be bad media. The :menuselection:`Test memory` options test to make sure your RAM works on your computer. To switch your keyboard layout on the live session press :kbd:`F3` and select your keyboard layout. To bring back up the language selection press :kbd:`F2`.
Once you have booted the Lubuntu image, you will be greeted by a screen with the following options: :menuselection:`Start Lubuntu`, :menuselection:`Start Lubuntu (safe graphics)`, :menuselection:`Check disk for defects`, :menuselection:`Test memory`, and :menuselection:`Boot from first hard disk`. To start the install select :menuselection:`Start Lubuntu`, you will now be booting into a live session. If Lubuntu has trouble with your graphics card you can start the live session with :menuselection:`Start Lubuntu(safe graphics)`. The :menuselection:`Check disk for defects` option offers a way to check integrity of the disk-image once it is burned onto the install media (USB or DVD). Please use this if you have problems installing as it could be bad media. The :menuselection:`Test memory` option tests to make sure your RAM works on your computer. To switch your keyboard layout on the live session press :kbd:`F3` and select your keyboard layout. To bring back up the language selection press :kbd:`F2`.
.. image:: boot_installer.png
@ -71,7 +71,7 @@ The Lubuntu installer provides some useful information while the installer is ru
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 partition Wikipedia <https://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 partition Wikipedia <https://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 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.
.. image:: manpartitioning.png

Loading…
Cancel
Save