This page has moved to http://mywiki.ncsa.uiuc.edu/wiki/Installing_Debian.
These are my Debian install notes. They describe what worked for me. You may prefer a different configuration. Some of this configuration is specific to NCSA. Your best resource for Debian installation documentation is debian.org. In particular, see the Debian Network Install Page. Comments welcome to jbasney@ncsa.uiuc.edu.
Otherwise, choose HTTP for the Debian archive access method and pick a mirror. Leave HTTP proxy blank.deb http://debian.cites.uiuc.edu/pub/debian/ stable main contrib non-free deb-src http://debian.cites.uiuc.edu/pub/debian/ stable main contrib non-free(In the nano editor, you can use Ctrl-k (kut) to delete a line and Ctrl-u (unKut) to multiply paste it.)
if [ -f /etc/sysprofile ]; then . /etc/sysprofile fi
if [ "$KRB5CCNAME" ]; then
tokens | grep "tokens for afs@ncsa.uiuc.edu" > /dev/null;
if [ $? == 1 ]; then
aklog;
fi
fi
to /etc/apt/sources.list and run:deb ftp://mirrors.ibiblio.org/pub/mirrors/blackdown/debian
Change /etc/pam.d/common-session to contain:auth [success=ok default=1] pam_krb5.so forwardable auth [default=done] pam_openafs_session.so auth required pam_unix.so nullok_secure try_first_pass
session optional pam_krb5.so session optional pam_openafs_session.so session required pam_unix.so
SubSection "Display"
Depth 24
Modes "800x600" "640x480"
EndSubSection
to:
SubSection "Display"
Depth 24
Modes "1280x1024" "800x600" "640x480"
EndSubSection
# The primary network interface
auto eth0
#iface eth0 inet dhcp
# pre-up iptables-restore < /etc/iptables.up.rules
iface eth0 inet static
address 141.142.234.9
netmask 255.255.255.0
gateway 141.142.234.1
pre-up iptables-restore < /etc/iptables.up.rules
dns-search ncsa.uiuc.edu
dns-nameservers 141.142.2.2 141.142.230.144