Add LUKS wait seconds flag to build-luks task
This commit is contained in:
parent
305350424f
commit
8949540fd5
1 changed files with 2 additions and 1 deletions
|
|
@ -30,9 +30,10 @@ mise run lint ${usage_dir?}
|
|||
[tasks.build-luks]
|
||||
usage = '''
|
||||
arg "<dir>" help="Directory containing the Packer template to build e.g. debian/13-trixie"
|
||||
flag "--luks-wait-seconds <seconds>" help="Seconds to wait for the LUKS password prompt after installation before sending the password" default="45"
|
||||
'''
|
||||
run = '''
|
||||
_scripts/unlock-luks-after-install.py -t ${usage_dir?}
|
||||
_scripts/unlock-luks-after-install.py -t ${usage_dir?} --luks-wait-seconds ${usage_luks_wait_seconds?}
|
||||
'''
|
||||
|
||||
[tasks.init]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue