change ERASEALL=0 as default

Issue #12
This commit is contained in:
Suikan 2021-07-07 13:08:55 +09:00
parent cb92595d31
commit f2d4c8fee3
2 changed files with 2 additions and 1 deletions

View file

@ -8,7 +8,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 don't. I want to add to the existing LUKS volume.
export ERASEALL=1
export ERASEALL=0
# Logical Volume name for your Linux installation. Keep it unique from other distribution.
export LVROOTNAME="anko"