Debian Etch Installation Configuration
Author : Vicente
From TechnologicalWiki
This article is a set of options I have chosen when I installed Debian Etch (currently stable version at december 2008).
As we are going to perform a network installation, first we Download debian installation cd minimal version
$wget http://cdimage.debian.org/debian-cd/4.0_r5/i386/iso-cd/debian-40r5-i386-businesscard.iso
Then we toast the iso image in a cdrom or use qemu for the install.
When installation begins, lot of questions are asked to the user:
| Initial splash screen-> boot: expert |
| Choose language: English |
| Country: Spain |
| Locale: en_US.UTF8 |
| Other locales supported: en_GB.UTF8, es_ES.UTF8 |
| Keyboard Layout: PC-style |
| Keymap: Spanish |
| Start PC card services: No |
| Autoconfigure network with DHCP: Yes |
| Hostname: DebianEtch |
| Domain: (void) |
| Mirror: protocol: http |
| Mirror: country: Spain |
| Debian archive mirror: ftp.es.debian.org |
| Http proxy: (void) |
| Debian version: stable |
| Partition method: manual
/dev/hda4:
/dev/hda9:
|
| Time zone: Madrid |
| Clock set to: UTC |
| Shadow passwords: yes |
| Allow login as root: yes |
| Create a normal user account: yes |
| Kernel to install: linux-image-2.6-686 |
| Tool to generate boot initrd: initramfs-tools |
| Use non-free and contrib software: no |
Software to install:
|
X server video modes:
|
| Install Grub boot loader: yes |
Then we can reboot in our Debian Etch system.


