Changed enphasize style

This commit is contained in:
Suikan 2021-06-28 08:28:20 +09:00
parent c6db73b606
commit c7cace1fa8

View file

@ -52,12 +52,12 @@ read -sr PASSPHRASE
``` ```
## Configuration parameters ## Configuration parameters
This is very critical part of the installation. Following is a set of parameter for the configuration of : This is very critical part of the installation. Following is a set of parameter for the configuration of :
- Install to ***/dev/sda***. - Install to **/dev/sda**.
- In case of EFI firmware, 100MB is allocated to the EFI partition. - In case of EFI firmware, 100MB is allocated to the EFI partition.
- Rest of the disk space is assigned to the LUKS volume. - Rest of the disk space is assigned to the LUKS volume.
- Create and logical volume group named "vg1" in the encrypted volume. - Create and logical volume group named "vg1" in the encrypted volume.
- Create a swap volume named "swap" in the "vg1". The size is 8GB. - Create a swap volume named "swap" in the "vg1". The size is 8GB.
- Create a volume named ***"ubuntu"*** for / in the "vg1". The size of the ***50%*** of the entire free space. - Create a volume named **"ubuntu"** for / in the "vg1". The size of the **50%** of the entire free space.
If you don't like above configuration, you can modify the following parameter before pasting to the shell window. If you don't like above configuration, you can modify the following parameter before pasting to the shell window.
Note : EFI/BIOS detection is done automatically. Note : EFI/BIOS detection is done automatically.