mirror of
https://github.com/suikan4github/kaiten-yaki.git
synced 2025-12-20 10:31:17 -03:00
Correct comment
This commit is contained in:
parent
adab25e5ab
commit
82235a88e2
1 changed files with 2 additions and 2 deletions
|
|
@ -5,7 +5,7 @@ export DEV="/dev/sda"
|
|||
|
||||
# Whether you want to erase all contents of the storage device or not.
|
||||
# 1 : Yes, I want to erase all.
|
||||
# 0 : No, I want to add to the existing Linux distributions.
|
||||
# 0 : No, I don't. I want to add to the existing LUKS volume.
|
||||
export ERASEALL=1
|
||||
|
||||
# Logical Volume name for your Linux installation. Keep it unique from other distribution.
|
||||
|
|
@ -21,7 +21,7 @@ export EFISIZE="100M"
|
|||
export LVSWAPSIZE="8G"
|
||||
|
||||
# Usually, these names can be left untouched.
|
||||
# If you change, keep them consistent through all distributions in your system.
|
||||
# If you change, keep them consistent through all instllation in your system.
|
||||
export CRYPTPARTNAME="luks_volume"
|
||||
export VGNAME="vg1"
|
||||
export LVSWAPNAME="swap"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue