Hi
Does anybody know of a minimal Raspbian install for the Raspberry Pi 2?
Not really looking for a net install, just one without the educational stuff and programming languages, etc.
Thanks
- NedTheNerd
- Posts: 25
- Joined: Thu Sep 13, 2012 9:20 pm
- Contact: Website
Minimal Raspbian Install for Raspberry Pi 2
Hardware: 1xRPi B 256Mb running Musicbox, 2 x RPi2's running Rasplex, RPi B+ running mail and web services, RPi2 running Plex Media Server
- NedTheNerd
- Posts: 25
- Joined: Thu Sep 13, 2012 9:20 pm
- Contact: Website
Re: Minimal Raspbian Install for Raspberry Pi 2
Sorry, just found this, will give it a shot
http://www.raspberrypi.org/forums/viewt ... al#p690417
Regards
http://www.raspberrypi.org/forums/viewt ... al#p690417
Regards
Hardware: 1xRPi B 256Mb running Musicbox, 2 x RPi2's running Rasplex, RPi B+ running mail and web services, RPi2 running Plex Media Server
- expandables
- Posts: 654
- Joined: Fri Jun 27, 2014 7:34 pm
- Location: Neverland with Michael Jackson
Re: Minimal Raspbian Install for Raspberry Pi 2
Code: Select all
apt-get update
apt-get purge xserver* -y
apt-get purge ^x11 -y
apt-get purge ^libx -y
apt-get purge ^lx -y
apt-get purge samba* -y
apt-get autoremove -y
apt-get upgrade -y
apt-get clean
Code: Select all
https://github.com/debian-pi/raspbian-ua-netinst
By thinking like an engineer you can create a raspberry pi.
Michael Jackson enthusiast.
I got the PI model B, B+ and PI 2 model B.
When will I get the A? I don't know.
Michael Jackson enthusiast.
I got the PI model B, B+ and PI 2 model B.
When will I get the A? I don't know.
- NedTheNerd
- Posts: 25
- Joined: Thu Sep 13, 2012 9:20 pm
- Contact: Website
Re: Minimal Raspbian Install for Raspberry Pi 2
Thanks, good DIY instrctions.
Regards
Regards
Hardware: 1xRPi B 256Mb running Musicbox, 2 x RPi2's running Rasplex, RPi B+ running mail and web services, RPi2 running Plex Media Server