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 17:17]
darron [Disable undesired services]
tools:devuan [2019/08/24 17:31] (current)
darron [Install Broadcom WiFi driver (if present)]
Line 87: Line 87:
 <code> <code>
 apt-get install firmware-brcm80211 apt-get install firmware-brcm80211
-wget -q https://raw.githubusercontent.com/RPi-Distro/firmware-nonfree/master/brcm/brcmfmac43430-sdio.txt -/lib/firmware/brcmfmac43430-sdio.txt+wget -q https://raw.githubusercontent.com/RPi-Distro/firmware-nonfree/master/brcm/brcmfmac43430-sdio.txt -/lib/firmware/brcm/brcmfmac43430-sdio.txt
 </code> </code>
 === Disable undesired services === === Disable undesired services ===
Line 93: Line 93:
 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 ===