UNVR-NAS/overlay/filesystem/etc/cloud/cloud.cfg.d/99-none-omv-setup.cfg
Chris Blake c259d223bf fix: fan curve, lcd firmware, NICs, and README.md
* Make improvements to README.md
* Do some fan curve adjustments to try and reduce fan noise
* add dfu-util so ulcmd can flash the touch screen if there's a firmware version mismatch
* Move NIC management away from cloud-init to OMV
* Ensure OMV has hostname set correctly
2024-05-27 12:30:17 -05:00

21 lines
580 B
INI

# configure cloud-init for None
datasource_list: [ None ]
datasource:
None:
metadata:
local-hostname: "unvr-nas"
userdata_raw: |
#cloud-config
hostname: unvr-nas
# Setup for OMV
runcmd:
- DEBIAN_FRONTEND=noninteractive DEBCONF_NONINTERACTIVE_SEEN=true apt-get install -f -y
- usermod -a -G _ssh debian
- rm -rf /etc/systemd/network/first-boot-*.network
- omv-salt deploy run hosts systemd-networkd
- systemctl restart systemd-networkd
# We will have OMV manage the nics
network:
config: disabled