35 lines
1.2 KiB
Django/Jinja
35 lines
1.2 KiB
Django/Jinja
{{ ansible_header | comment }}
|
|
|
|
#
|
|
# Configuration options for the dropbear-initramfs boot scripts.
|
|
# You must run update-initramfs(8) to effect changes to this file (like
|
|
# for other files under the '/etc/dropbear-initramfs' directory).
|
|
|
|
#
|
|
# Command line options to pass to dropbear(8)
|
|
#
|
|
DROPBEAR_OPTIONS="{{ dropbear.options }}"
|
|
|
|
#
|
|
# On local (non-NFS) mounts, interfaces matching this pattern are
|
|
# brought down before exiting the ramdisk to avoid dirty network
|
|
# configuration in the normal kernel.
|
|
# The special value 'none' keeps all interfaces up and preserves routing
|
|
# tables and addresses.
|
|
#
|
|
#IFDOWN=*
|
|
|
|
#
|
|
# On local (non-NFS) mounts, the network stack and dropbear are started
|
|
# asynchronously at init-premount stage. This value specifies the
|
|
# maximum number of seconds to wait (while the network/dropbear are
|
|
# being configured) at init-bottom stage before terminating dropbear and
|
|
# bringing the network down.
|
|
# If the timeout is too short, and if the boot process is not blocking
|
|
# on user input supplied via SSHd (ie no remote unlocking), then the
|
|
# initrd might pivot to init(1) too early, thereby causing a race
|
|
# condition between network configuration from initramfs vs from the
|
|
# normal system.
|
|
#
|
|
#DROPBEAR_SHUTDOWN_TIMEOUT=60
|