From Guides
Setting Up A Debian Base System
- Get a netinst debian cd-rom, boot from it and install the base system.
- Get your sources up and running /etc/apt/sources.list, I localized this one for the Netherlands
deb ftp://ftp.surfnet.nl/pub/os/Linux/distr/debian/ stable main
deb ftp://ftp.surfnet.nl/pub/os/Linux/distr/debian/ unstable main
deb-src ftp://ftp.surfnet.nl/pub/os/Linux/distr/debian/ stable main
deb http://security.debian.org/ stable/updates main
apt-get update
Users
groupadd <groupname>
useradd <name> -g <groupname> -d <home_dir>
passwd <passwd>