I burn the"base" iso, give 20 GB to /root and 4 GB to swap,
choose XFS as my file system, put Grub on the MBR, and finish the installation.
Take the CD out and reboot.
Come back, login as ROOT, and do apt-get update/dist-upgrade
Edit /etc/inittab and change the runlevel:
Code: Select all
# The default runlevel.
id:3:initdefault:
save/exit
Next, I edit /etc/sudoers and at the end of the file, add:
Code: Select all
yourusername ALL=NOPASSWD:ALL
Next I go to .bash_aliases and put:
Code: Select all
alias adu="sudo apt-get update && sudo apt-get dist-upgrade"
alias agi="sudo apt-get install"
Code: Select all
$ adu
$ agi jwm xfe mirage xchat scrot libreoffice gmrun ufw numlockx unclutter
Code: Select all
# ufw enable
$ nano .xinitrc
Code: Select all
#!/bin/sh
setxkbmap -option terminate:ctrl_alt_bksp
xsetroot -solid black
unclutter -idle 2 &
numlockx &
exec jwm
Reboot, come back and configure jwm.
Happy trails,
macondo