distro - How do I make a linux image which is of my current system? -
i want minimalistic version of linux run on raspberry pi. need nothing on apart form tools make work. can install things need such python, nano, ssh etc.
is there version of linux that? thinking ubuntu snappy wasn't sure.
secondly. if got configured how wanted on system, possible convert make .img file flash onto sd card use same settings on 3/4 of raspberry pi s?
thanks
if can try debootstrap debian/ubuntu. minimal set of packages might have without hack.
if remember correctly, installs 42 packages , might expand system apt.
you can create simple chroot try using like:
$ mkdir jessie-chroot $ debootstrap jessie ./jessie-chroot http://ftp.debian.org/debian
for more information, can see: http://www.thegeekstuff.com/2010/01/debootstrap-minimal-debian-ubuntu-installation/
Comments
Post a Comment