Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
tools:devuan [2019/08/24 16:32] – [Edit networking] darron | tools:devuan [2019/08/24 17:31] (current) – [Install Broadcom WiFi driver (if present)] darron | ||
---|---|---|---|
Line 84: | Line 84: | ||
=== Install Broadcom WiFi driver (if present)=== | === Install Broadcom WiFi driver (if present)=== | ||
- | |||
- | To-do | ||
- | |||
- | === Disable undesired services === | ||
< | < | ||
- | update-rc.d dhcpcd disable | + | apt-get install firmware-brcm80211 |
- | update-rc.d motd disable | + | wget -q https://raw.githubusercontent.com/RPi-Distro/ |
- | update-rc.d triggerhappy disable | + | |
- | update-rc.d cron disable | + | |
- | update-rc.d dbus disable | + | |
- | update-rc.d dphys-swapfile disable | + | |
- | update-rc.d ntp disable | + | |
- | update-rc.d avahi-daemon disable | + | |
- | update-rc.d bluetooth disable | + | |
- | update-rc.d plymouth disable | + | |
- | update-rc.d paxctld disable | + | |
</ | </ | ||
+ | === Disable undesired services === | ||
Edit / | Edit / | ||
- | === Set up swap === | ||
- | Because we disabled the useless swap generator, do it by hand. | ||
- | < | ||
- | swapoff /var/swap | ||
- | dd if=/ | ||
- | mkswap /var/swap | ||
- | echo "/ | ||
- | reboot | ||
- | </ | ||
=== Finish off === | === Finish off === |