mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-09-19 04:59:01 +00:00
d/control: Drop unnecessary recommendations
- These tools are not strictly needed for FreedomBox operation in anyway. - Slightly Reduce the size of the built images. - Some of these tools are outdated or not typically used on a modern GNU/Linux system and make FreedomBox seem less shiny. - Originally thought of splitting them into a separate metapackage but it does not seem worth it. - killall from psmisc is used in the Makefile, it is kept for now. - FreedomBox already has many dependency and so it is now important to start paying attention to unnecessary ones. Tests: - For each binary executable provided in each of the packages, verify that it not being used in our code anywhere. Signed-off-by: Sunil Mohan Adapa <sunil@medhas.org> Reviewed-by: James Valleroy <jvalleroy@mailbox.org>
This commit is contained in:
parent
b78b76a692
commit
11aa36f6ca
32
debian/control
vendored
32
debian/control
vendored
@ -126,29 +126,11 @@ Depends:
|
|||||||
# Ensure fuse gets replaced by fuse3 on upgrades from buster s.t. sshfs can be installed.
|
# Ensure fuse gets replaced by fuse3 on upgrades from buster s.t. sshfs can be installed.
|
||||||
fuse3,
|
fuse3,
|
||||||
Recommends:
|
Recommends:
|
||||||
# Priority: standard
|
|
||||||
bzip2,
|
|
||||||
# Provides brctl for controlling bridges
|
|
||||||
bridge-utils,
|
|
||||||
# Read, write to char devices
|
|
||||||
devio,
|
|
||||||
# Create, repair DOS filesystems
|
|
||||||
dosfstools,
|
|
||||||
# Priority: standard
|
|
||||||
file,
|
|
||||||
# Wifi firmware
|
# Wifi firmware
|
||||||
firmware-ath9k-htc,
|
firmware-ath9k-htc,
|
||||||
# FreedomBox documentation
|
# FreedomBox documentation
|
||||||
freedombox-doc-en,
|
freedombox-doc-en,
|
||||||
freedombox-doc-es,
|
freedombox-doc-es,
|
||||||
# Monitor system resources
|
|
||||||
htop,
|
|
||||||
# Monitor network traffic statistics
|
|
||||||
iftop,
|
|
||||||
# Basic network utitlity ping
|
|
||||||
iputils-ping,
|
|
||||||
# Manage wireless devices
|
|
||||||
iw,
|
|
||||||
# Resolve .local address using mDNS
|
# Resolve .local address using mDNS
|
||||||
libnss-mdns,
|
libnss-mdns,
|
||||||
# Resolve current hostname without /etc/hosts
|
# Resolve current hostname without /etc/hosts
|
||||||
@ -161,22 +143,10 @@ Recommends:
|
|||||||
locales-all,
|
locales-all,
|
||||||
# Priority: standard
|
# Priority: standard
|
||||||
openssh-client,
|
openssh-client,
|
||||||
# Priority: standard
|
|
||||||
pciutils,
|
|
||||||
# Used by unattended-upgrades to check if running on AC power
|
# Used by unattended-upgrades to check if running on AC power
|
||||||
powermgmt-base,
|
powermgmt-base,
|
||||||
# fuser, pstree and other utilities
|
# fuser, killall, pstree and other utilities
|
||||||
psmisc,
|
psmisc,
|
||||||
# Tool to kill WLAN, Bluetooth and moble broadband
|
|
||||||
rfkill,
|
|
||||||
# Monitor network traffic
|
|
||||||
tcpdump,
|
|
||||||
# Basic editor, VIM style
|
|
||||||
vim-tiny,
|
|
||||||
# Priority: standard
|
|
||||||
whois,
|
|
||||||
# Basic editor, Emacs style
|
|
||||||
zile,
|
|
||||||
Description: easy to manage, privacy oriented home server
|
Description: easy to manage, privacy oriented home server
|
||||||
FreedomBox is designed to be your own inexpensive server at home. It runs free
|
FreedomBox is designed to be your own inexpensive server at home. It runs free
|
||||||
software and offers an increasing number of services ranging from a calendar or
|
software and offers an increasing number of services ranging from a calendar or
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user