mirror of
https://github.com/suikan4github/kaiten-yaki.git
synced 2025-12-20 10:31:17 -03:00
Changed enphasize style
This commit is contained in:
parent
c6db73b606
commit
c7cace1fa8
1 changed files with 2 additions and 2 deletions
|
|
@ -52,12 +52,12 @@ read -sr PASSPHRASE
|
|||
```
|
||||
## Configuration parameters
|
||||
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.
|
||||
- Rest of the disk space is assigned to the LUKS 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 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.
|
||||
Note : EFI/BIOS detection is done automatically.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue