mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-01-21 07:55:00 +00:00
All the packages that are removed as dependencies in freedombox-setup and are not essential for the operation of FreedomBox/Plinth have been moved to Recommends . The following packages were *moved* from freedombox-setup directly as is: - bridge-utils - curl - devio - dnsutils - dosfstools - haveged - htop - iftop - iputils-ping - iw - libnss-gw-name - libnss-mdns - libnss-myhostname - libpam-tmpdir - libpam-abl - locales - locales-all - lsof - netcat-openbsd - psmisc - resolvconf - rfkill - tcpdump - vim-tiny - wget - wireless-tools - zile The following packages have been *added* as they are part of standard system utilities present in a Debian system: - bzip2 - file - openssh-client - pciutils - whois The following packages were *dropped* as dependencies from freedombox-setup: - dialog: no utility to an admin on command line. No scripts are currently using it. Any script using it should have a dependency on it. - dnsmasq-base: network-manager is one that uses it and it already recommends it. - parted: Added as dependency for the storage module which uses it. - ssl-cert: apache2 and other packages that use it already recommend it. Reviewed-by: James Valleroy <jvalleroy@mailbox.org>