Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
tools:devuan [2019/08/24 16:32]
darron [Edit networking]
tools:devuan [2019/08/24 17:31] (current)
darron [Install Broadcom WiFi driver (if present)]
Line 84: Line 84:
  
 === Install Broadcom WiFi driver (if present)=== === Install Broadcom WiFi driver (if present)===
- 
-To-do 
- 
-=== Disable undesired services === 
  
 <code> <code>
-update-rc.d dhcpcd disable +apt-get install firmware-brcm80211 
-update-rc.d motd disable +wget -q https://raw.githubusercontent.com/RPi-Distro/firmware-nonfree/master/brcm/brcmfmac43430-sdio.txt -O /lib/firmware/brcm/brcmfmac43430-sdio.txt
-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+
 </code> </code>
 +=== Disable undesired services ===
  
 Edit /etc/inittab and disable unnecessary gettys and reboot. Edit /etc/inittab and disable unnecessary gettys and reboot.
  
-=== Set up swap === 
  
-Because we disabled the useless swap generator, do it by hand. 
-<code> 
-swapoff /var/swap 
-dd if=/dev/zero of=/var/swap bs=4M count=512 
-mkswap /var/swap 
-echo "/var/swap none swap sw 0 0" >> /etc/fstab 
-reboot 
-</code> 
  
 === Finish off === === Finish off ===