mirror of
https://github.com/suikan4github/kaiten-yaki.git
synced 2025-12-20 10:31:17 -03:00
parent
cb92595d31
commit
f2d4c8fee3
2 changed files with 2 additions and 1 deletions
|
|
@ -9,6 +9,7 @@ Record of the modification in project development.
|
||||||
- [Issue 6 : Remove loglevel dependency from the void-kaiten-yaki.sh ](https://github.com/suikan4github/kaiten-yaki/6)
|
- [Issue 6 : Remove loglevel dependency from the void-kaiten-yaki.sh ](https://github.com/suikan4github/kaiten-yaki/6)
|
||||||
- [Issue 7 : Add the return status validation ](https://github.com/suikan4github/kaiten-yaki/7)
|
- [Issue 7 : Add the return status validation ](https://github.com/suikan4github/kaiten-yaki/7)
|
||||||
- [Issue 11 : Make chroot'ed job independent script file ](https://github.com/suikan4github/kaiten-yaki/11)
|
- [Issue 11 : Make chroot'ed job independent script file ](https://github.com/suikan4github/kaiten-yaki/11)
|
||||||
|
- [Issue 12 : change ERASEALL=0 as default ](https://github.com/suikan4github/kaiten-yaki/12)
|
||||||
|
|
||||||
### Deprecated
|
### Deprecated
|
||||||
### Removed
|
### Removed
|
||||||
|
|
|
||||||
|
|
@ -8,7 +8,7 @@ export DEV="/dev/sda"
|
||||||
# Whether you want to erase all contents of the storage device or not.
|
# Whether you want to erase all contents of the storage device or not.
|
||||||
# 1 : Yes, I want to erase all.
|
# 1 : Yes, I want to erase all.
|
||||||
# 0 : No, I don't. I want to add to the existing LUKS volume.
|
# 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.
|
# Logical Volume name for your Linux installation. Keep it unique from other distribution.
|
||||||
export LVROOTNAME="anko"
|
export LVROOTNAME="anko"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue