Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: add apcupsd #147

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,7 @@ This image builds on `ucore-minimal` but adds drivers, storage tools and utiliti
- [pcp](https://pcp.io) Performance Co-pilot monitoring
- [samba](https://www.samba.org/) and samba-usershares to provide SMB sevices
- [snapraid](https://www.snapraid.it/)
- [apcupsd](https://sourceforge.net/projects/apcupsd/) - interface with APC UPSes and gracefully shutdown in case of power failure
- usbutils(and pciutils) - technically pciutils is pulled in by open-vm-tools in ucore-minimal

### `ucore-hci`
Expand Down
7 changes: 4 additions & 3 deletions ucore/packages.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,16 +10,16 @@
"cockpit-system",
"firewalld",
"open-vm-tools",
"podman",
"podman-compose",
"podman",
"qemu-guest-agent",
"tailscale",
"tmux",
"wget",
"wireguard-tools"
],
"ucore": [
"NetworkManager-wifi",
"apcupsd",
"atheros-firmware",
"brcmfmac-firmware",
"cockpit-pcp",
Expand All @@ -31,13 +31,14 @@
"iwlwifi-dvm-firmware",
"iwlwifi-mvm-firmware",
"mt7xxx-firmware",
"NetworkManager-wifi",
"nfs-utils",
"nxpwireless-firmware",
"pciutils",
"pcp-zeroconf",
"realtek-firmware",
"samba",
"samba-usershares",
"samba",
"snapraid",
"tiwilink-firmware",
"usbutils",
Expand Down