Re: Preseeding the crypto password

2017-06-24 Thread Cyril Brulebois
Hi, Sean M (2016-09-21): > Hi all, > > I have a script that does the following: > > --- > #!/bin/sh > > set -e > > . /usr/share/debconf/confmodule > > PASS="x" > > db_set partman-crypto/passphrase $PASS > db_set

Preseeding the crypto password

2016-09-21 Thread Sean M
Hi all, I have a script that does the following: --- #!/bin/sh set -e . /usr/share/debconf/confmodule PASS="x" db_set partman-crypto/passphrase $PASS db_set partman-crypto/passphrase-again $PASS db_go