mirror of
https://github.com/riptidewave93/UNVR-NAS.git
synced 2025-02-24 23:04:15 +00:00
* 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
21 lines
580 B
INI
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
|