mirror of
https://github.com/suikan4github/kaiten-yaki.git
synced 2025-12-20 02:21:17 -03:00
Added overwrite install
This commit is contained in:
parent
5cbe95252c
commit
791ffa6112
3 changed files with 58 additions and 20 deletions
|
|
@ -26,6 +26,10 @@ export CRYPTPARTNAME="luks_volume"
|
|||
export VGNAME="vg1"
|
||||
export LVSWAPNAME="swap"
|
||||
|
||||
# Do not touch this parameter, unless you understand precisely what you are doing.
|
||||
# 1 : Overwrite the existing logical volume as root vlume. 0 : Create new logical volume as root volume.
|
||||
export OVERWRITEINSTALL=0
|
||||
|
||||
# Void Linux only. Ignored in Ubuntu.
|
||||
# The font size of the void-installer
|
||||
export XTERMFONTSIZE=11
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue