Hello,
do you plan to release a minimal Debian Image for the Raspberry Pi without any GUI and only with the true basics installed, like an SSHd and nothing else? Seems that the Arch Linux image is quite minimal, according to the file size. Unfortunately I can't prove it because my Rasbi hasn't arrived yet.
cu
HerrMaulwurf
Minimal Debian ARM image?
10 posts
- Posts: 17
- Joined: Fri May 18, 2012 1:48 pm
Unfortunately not, because I am very new to this topic and don't know how to build images... 
- Posts: 17
- Joined: Fri May 18, 2012 1:48 pm
A minimal image would be really useful to me as well, I'm currently trying myself, but I'm not getting very far 
Well that was a bit of learning fun - exactly what the Doctor ordered and the Pi is for. So this link is for a minimal Debian - just debootstrap plus ntp. User is root, password is root. There is something hooky about reboots that I haven't debugged yet. Total disk space used is 250Mb. Should fit easily on a 2Gb card. Use at your own risk etc etc yada yada.
Hello chaps,
Take a look at the images provided over at bootc.net - based on Wheezy and very minimal.
N.
Take a look at the images provided over at bootc.net - based on Wheezy and very minimal.
N.
- Posts: 4
- Joined: Thu May 17, 2012 10:01 am
- Posts: 5
- Joined: Tue Nov 08, 2011 11:00 pm
I made a minimal image that had nothing but a shell.
I then tried adding SSH and got stuck on the DHCP to configure networking. I later found out that I should've gone for the kernel autoconfiguring IP.
I think I should expand the image then a bit further to just have apt working so that you can install packages from the repositories after you've installed the minimal image.
I then tried adding SSH and got stuck on the DHCP to configure networking. I later found out that I should've gone for the kernel autoconfiguring IP.
I think I should expand the image then a bit further to just have apt working so that you can install packages from the repositories after you've installed the minimal image.
Check out our raspberry pi addons: http://www.bitwizard.nl/catalog/
Yep, apt-get sounds like a requirement for almost anything anyway.
- Posts: 1399
- Joined: Tue Aug 09, 2011 10:53 pm
for a basic minimal debian wheezy raspberry pi image just give my script I described in my first blog post on http://blog.kmp.or.at/2012/05/build-your-own-raspberry-pi-image/ a try.
the shell script will perform following steps:
* check for root and blockdevice
* remove MBR on SD card
* setup new partitions and generate filesystems
* debootstrap first stage
* chroot into new system
* debootstrap second stage
* create config files
* install kernel, modules and firmware with Hexxeh’s rpi-update
* install ntp, openssh-server and some other usefull stuff
* set root password to raspberry
* cleanup
the shell script will perform following steps:
* check for root and blockdevice
* remove MBR on SD card
* setup new partitions and generate filesystems
* debootstrap first stage
* chroot into new system
* debootstrap second stage
* create config files
* install kernel, modules and firmware with Hexxeh’s rpi-update
* install ntp, openssh-server and some other usefull stuff
* set root password to raspberry
* cleanup
- Posts: 1
- Joined: Fri Oct 07, 2011 5:23 pm
- Location: Austria