Debian
From Sigmon
Debian has the fastest and portable package management system in use. It is the base of the Nokia 770, runs on the majority of architectures, has lots of packages in its repositories, large user base, and continues to be a stable distribution.
Contents |
vm setup notes
apt-get install -y openssh-server git-core
Building Live CD ISO Image
See dfsbuild and http://www.debian-administration.org/articles/125
Building Install CD ISO Image
See http://www.instalinux.com/
Repositories
# Stable #deb http://ftp.us.debian.org/debian/ stable main contrib non-free #deb-src http://ftp.us.debian.org/debian/ stable main contrib non-free # Testing deb http://ftp.us.debian.org/debian/ testing main contrib non-free deb-src http://ftp.us.debian.org/debian/ testing main contrib non-free # Nokia 770 - Scratchbox deb http://scratchbox.org/debian ./ #deb http://repository.maemo.org/ bora free non-free #deb-src http://repository.maemo.org/ bora free non-free deb http://repository.maemo.org/ maemo1.1 free non-free deb-src http://repository.maemo.org/ maemo1.1 free non-free
Documentation
- dpkg-buildpackage building deb packages from source