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
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue