Commit graph

10 commits

Author SHA1 Message Date
Chris Blake
696f7955b0 fix: cleanup post build
No need to keep the mess around
2024-05-30 17:44:27 -05:00
Chris Blake
f399e13958
fix: add btrfs support using magic (#5)
* Use old GPL release from https://github.com/fabianishere/udm-kernel/tree/master to build and steal it's btrfs kernel module + depends.
* Can't use full kernel, NIC issues everywhere, so we will just use it for btrfs for OMV. Will move to our own kernel fully if I can get an updated GPL release from Ui.
* BONUS: Fixup issue where system would reboot when shutdown from touch screen
2024-05-30 17:42:12 -05:00
Chris Blake
be235b00ac fix: fixup systemd requires
* Since we changed service names, we need to update this to prevent failures.
2024-05-27 13:30:47 -05:00
Chris Blake
27713ab79e fix: tune reboot timeout on panic, improve shutdown ulcmd support
* Ensure we have all the right targets for ulcmd-shutdown-hook to show the shutdown message
* Move to an init script that we can use for setup commands, like adjusting our kernel panic timeout.
2024-05-27 13:07:51 -05:00
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
Chris Blake
9c08f287fc feat: add hdds/temps/version to display
* Write a mock ustorage tool to parse disk info for ulcmd
* Pass system temp info from unvr-fan-daemon to mock-ubnt-api via tmp file
* add mock ubnt-tools to make ulcmd happy and report our SN
* code cleanup and documentation update
2024-05-26 14:58:01 -05:00
Chris Blake
a4f7f862c2 fix: improvements all around
* add our own fan controller, will need more tuning with time, but it's a great start
* add restart/shutdown hooks for ulcmd, so the display shows the state of the system
* change how we expose unifi's libs to binaries
* Fixup systemd hang at boot due to networking
* move ubnthal to systemd task, since we don't load modules due to the unifi initramfs in the prebuilt kernel
2024-05-22 11:42:34 -05:00
Chris Blake
459d0a4758 fix: network improvements
Move to networkd since OMV uses it, also means first boot is a bit faster.
Also improve readme.
2024-05-21 21:26:22 -05:00
Chris Blake
b37bdd27d4 fix: get sfp working, allow debian to ssh, and fixup lcd 2024-05-19 15:15:09 -05:00
Chris Blake
85a5bd66e0 feat: initial upload
Initial public release
2024-05-19 14:04:59 -05:00