From e3d957c4be8c40de8028654f7525ab7cf968aab2 Mon Sep 17 00:00:00 2001 From: Suikan <26223147+suikan4github@users.noreply.github.com> Date: Sun, 11 Jul 2021 12:54:34 +0900 Subject: [PATCH] Corrected spell. --- INSTALL.md | 4 ++-- appnote/an04_favoritepartition.md | 4 ++-- script/config.sh | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/INSTALL.md b/INSTALL.md index dcf3c30..b0b01bd 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -76,13 +76,13 @@ export EFISIZE="200M" export LVSWAPSIZE="8G" # 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 VGNAME="vg1" export LVSWAPNAME="swap" # 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. export OVERWRITEINSTALL=0 diff --git a/appnote/an04_favoritepartition.md b/appnote/an04_favoritepartition.md index 701c49c..0335198 100644 --- a/appnote/an04_favoritepartition.md +++ b/appnote/an04_favoritepartition.md @@ -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 diff --git a/script/config.sh b/script/config.sh index 7e79a78..bb378c0 100644 --- a/script/config.sh +++ b/script/config.sh @@ -26,13 +26,13 @@ export EFISIZE="200M" export LVSWAPSIZE="8G" # 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 VGNAME="vg1" export LVSWAPNAME="swap" # 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. export OVERWRITEINSTALL=0