modop:minipi
This is an old revision of the document!
Minimal Raspberry Pi system image
- Flash up to date image on sd card.
- Touch
sshin thebootpartition
Connect to your pi, then run the following as root:
# Change the system logger apt-get install -y busybox-syslogd && apt-get purge -y rsyslog # Disable wifi and bluetooth echo "dtoverlay=pi3-disable-wifi" >> /boot/config.txt echo "dtoverlay=pi3-disable-bt" >> /boot/config.txt # Purge unnecessary packages apt-get purge -y avahi-daemon bind9-host bluez bluez-firmware dphys-swapfile geoip-database libavahi-common-data libavahi-common3 libavahi-core7 libbind9-161 libdaemon0 libdns1104 libfstrm0 libgeoip1 libisc1100 libisccc161 libisccfg163 liblmdb0 liblwres161 libnss-mdns libprotobuf-c1 pi-bluetooth triggerhappy # Delete the swap file rm -f /var/swap # Disable HDMI on startup echo "/usr/bin/tvservice -o" >> /etc/rc.local
modop/minipi.1606317122.txt.gz · Last modified: 2020/11/25 16:12 by root