-
Notifications
You must be signed in to change notification settings - Fork 1
hostname
daniel edited this page May 16, 2021
·
13 revisions
/bootstrap-plugins/hostname - configure hostname
Name | Description | Default Value |
---|---|---|
RPI_HOSTNAME | hostname to set | unnamed |
- /etc/hostname
- /etc/hosts
RPI_BOOTSTRAP_PLUGINS+=("hostname")
to append the plugin or RPI_BOOTSTRAP_PLUGINS=( ... "hostname" ... )
to place at some position in the current list.
RPI_HOSTNAME="foobar"
RPI_HOSTNAME="$(shuf --head-count=1 /usr/share/dict/cracklib-small)"
TODO