mirror of
https://github.com/suikan4github/kaiten-yaki.git
synced 2025-12-20 10:31:17 -03:00
Corrected spell.
This commit is contained in:
parent
f6033433ad
commit
e3d957c4be
3 changed files with 6 additions and 6 deletions
|
|
@ -1,10 +1,10 @@
|
|||
# AN04 How to make LUKS volume to the favorite partition
|
||||
Kaiten-yaki creates the LUKS volume on the 1st partition for the BIOS system ( 2nd partition for the UEFI system ) by default. Also, Kaiten-yaki assigns all space for the LUKS volume, except the space for the EFI partition.
|
||||
Kaiten-yaki creates the LUKS volume on the 1st partition for the BIOS system ( 2nd partition for the EFI system ) by default. Also, Kaiten-yaki assigns all space for the LUKS volume, except the space for the EFI partition.
|
||||
|
||||
This application note explains how to use the favorite partition with favorite size for LUKS volume.
|
||||
|
||||
## Step 1: Making partitions
|
||||
To use custom partitioning, the user must create all partitions by themselves. The user can do it with the popular partitioning tool like gparted. It is recommended to set the partition table as MBR and GPT for BIOS and UEFI systems, respectively.
|
||||
To use custom partitioning, the user must create all partitions by themselves. The user can do it with the popular partitioning tool like gparted. It is recommended to set the partition table as MBR and GPT for BIOS and EFI systems, respectively.
|
||||
|
||||
In this documentation, we assume the user wants to use /dev/sdb3 as LUKS partition to install Ubuntu.
|
||||
## Step 2: Configuration
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue