diff --git a/README.md b/README.md index f352214..88f7624 100644 --- a/README.md +++ b/README.md @@ -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` diff --git a/ucore/packages.json b/ucore/packages.json index 6e85ed6..9eaf726 100644 --- a/ucore/packages.json +++ b/ucore/packages.json @@ -10,8 +10,8 @@ "cockpit-system", "firewalld", "open-vm-tools", - "podman", "podman-compose", + "podman", "qemu-guest-agent", "tailscale", "tmux", @@ -19,7 +19,7 @@ "wireguard-tools" ], "ucore": [ - "NetworkManager-wifi", + "apcupsd", "atheros-firmware", "brcmfmac-firmware", "cockpit-pcp", @@ -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",