mirror of
https://github.com/suikan4github/kaiten-yaki.git
synced 2025-12-20 02:21:17 -03:00
Add ITERTIME parameter
Add ITERTIME configuration parameter to config.txt Issue #13
This commit is contained in:
parent
f2d4c8fee3
commit
ae1a48f8f5
2 changed files with 6 additions and 1 deletions
|
|
@ -169,7 +169,7 @@ function pre_install() {
|
|||
|
||||
# Encrypt the partition to install Linux
|
||||
echo "...Initializing \"${DEV}${CRYPTPARTITION}\" as crypt partition"
|
||||
printf %s "${PASSPHRASE}" | cryptsetup luksFormat --type=luks1 --key-file - --batch-mode "${DEV}${CRYPTPARTITION}"
|
||||
printf %s "${PASSPHRASE}" | cryptsetup luksFormat --iter-time "${ITERTIME}" --type=luks1 --key-file - --batch-mode "${DEV}${CRYPTPARTITION}"
|
||||
|
||||
fi # if erase all
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue