Navigation: ( CryptoBoxDev)
Custom configuration of the CryptoBox
Overview
You may change nearly every aspect of the CryptoBox by using the custom configuration hook directory.
Any script inside of this directory will be executed after the default configuration procedure (see CryptoBoxDevWorkFlow).
The order of execution is defined by the names of the scripts (alphabetically).
Locations
Some example customization scripts can be found in configure-examples.d/.
You may put your scripts into configure-local.d/. They will be sourced by cbox-build.sh.
Examples
The examples in configure-examples.d/ can be copied to configure-local.d/ and adjusted to your needs.
set_default_ip | change the default IP address of the CryptoBox |
set_default_language | set the default language |
set_default_timeout | set the default idle time for automatic unmounting |
set_hostname | change the default hostname |
set_root_pw | change the password of root (only useful for a development CryptoBox) |
import_authorized_keys | upload a ssh key for passwordless access to a development CryptoBox |
set_scan_devices | where to look for usable harddisks |
Comments