11 lines
363 B
Plaintext
11 lines
363 B
Plaintext
# These the options that are used by pollinate(1) by default.
|
|
# Note that any option here can be overriden on the command line
|
|
# at invocation time. Please see pollinate(1) for documentation.
|
|
BINARY=1
|
|
QUIET=0
|
|
WAIT=10
|
|
DEVICE="/dev/urandom"
|
|
SERVER="https://entropy.ubuntu.com/"
|
|
POOL=""
|
|
CURL_OPTS="--cacert /etc/pollinate/entropy.ubuntu.com.pem --capath /dev/null"
|