mirror of
https://github.com/suikan4github/kaiten-yaki.git
synced 2025-12-20 02:21:17 -03:00
Corrected spell.
This commit is contained in:
parent
f6033433ad
commit
e3d957c4be
3 changed files with 6 additions and 6 deletions
|
|
@ -76,13 +76,13 @@ export EFISIZE="200M"
|
||||||
export LVSWAPSIZE="8G"
|
export LVSWAPSIZE="8G"
|
||||||
|
|
||||||
# Usually, these names can be left untouched.
|
# Usually, these names can be left untouched.
|
||||||
# If you change, keep them consistent through all instllation in your system.
|
# If you change, keep them consistent through all installation in your system.
|
||||||
export CRYPTPARTNAME="luks_volume"
|
export CRYPTPARTNAME="luks_volume"
|
||||||
export VGNAME="vg1"
|
export VGNAME="vg1"
|
||||||
export LVSWAPNAME="swap"
|
export LVSWAPNAME="swap"
|
||||||
|
|
||||||
# Do not touch this parameter, unless you understand what you are doing.
|
# Do not touch this parameter, unless you understand what you are doing.
|
||||||
# 1 : Overwrite the existing logical volume as root vlume.
|
# 1 : Overwrite the existing logical volume as root volume.
|
||||||
# 0 : Create new logical volume as root volume.
|
# 0 : Create new logical volume as root volume.
|
||||||
export OVERWRITEINSTALL=0
|
export OVERWRITEINSTALL=0
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,10 +1,10 @@
|
||||||
# AN04 How to make LUKS volume to the favorite partition
|
# 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.
|
This application note explains how to use the favorite partition with favorite size for LUKS volume.
|
||||||
|
|
||||||
## Step 1: Making partitions
|
## 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.
|
In this documentation, we assume the user wants to use /dev/sdb3 as LUKS partition to install Ubuntu.
|
||||||
## Step 2: Configuration
|
## Step 2: Configuration
|
||||||
|
|
|
||||||
|
|
@ -26,13 +26,13 @@ export EFISIZE="200M"
|
||||||
export LVSWAPSIZE="8G"
|
export LVSWAPSIZE="8G"
|
||||||
|
|
||||||
# Usually, these names can be left untouched.
|
# Usually, these names can be left untouched.
|
||||||
# If you change, keep them consistent through all instllation in your system.
|
# If you change, keep them consistent through all installation in your system.
|
||||||
export CRYPTPARTNAME="luks_volume"
|
export CRYPTPARTNAME="luks_volume"
|
||||||
export VGNAME="vg1"
|
export VGNAME="vg1"
|
||||||
export LVSWAPNAME="swap"
|
export LVSWAPNAME="swap"
|
||||||
|
|
||||||
# Do not touch this parameter, unless you understand what you are doing.
|
# Do not touch this parameter, unless you understand what you are doing.
|
||||||
# 1 : Overwrite the existing logical volume as root vlume.
|
# 1 : Overwrite the existing logical volume as root volume.
|
||||||
# 0 : Create new logical volume as root volume.
|
# 0 : Create new logical volume as root volume.
|
||||||
export OVERWRITEINSTALL=0
|
export OVERWRITEINSTALL=0
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue