- In BIOS setup -> Advanced:
Serial Port: 3F8/IRQ4
IrDA? Port: 2F8/IRQ3/DMA3
Parallel Port: 378/IRQ7, Bi-directional
Sound Controller: Enable, 220, 530, IRQ9, DMA0
Internal CardBus? Controller: Enable
- basic Debian compact install from floppy (Skip package selection.)
- In disk configuration, make a hibernate partition (type A0) at least a few MB larger than system memory (70MB for 64MB RAM).
- apt-get install wget
- wget -O /etc/apt/sources.list http://lairds.org/Kyler/Linux/sources.list
- apt-get install kernel-image-2.4.18-686 kernel-pcmcia-modules-2.4.18-686
- In /etc/default/pcmcia, change "i82365" to "yenta_socket".
- Add "initrd=/initrd.img" to /etc/lilo.conf vmlinuz section.
- Add "do_initrd = Yes" to /etc/kernel-img.conf
- lilo
- reboot
- wget -O /dev/stdout http://lairds.org/Kyler/Linux/dpkg_selections | dpkg --set-selections
- apt-get -u dselect-upgrade
- apt-get remove dhcp-client (Use pump.)
- in /etc/X11/XF86Config-4, "Configured Mouse" section:
Option "Resolution" "1000"
- in /etc/X11/XF86Config-4, "Files" section:
FontPath? "unix/:7110"
- Add "/usr/share/AbiSuite?/fonts/" to /usr/X11R6/lib/X11/fs/config?
- tune2fs -j /dev/hda1
- mke2fs -j /dev/hda5
- In /etc/fstab, change "ext2" to "ext3", add line for /dev/hda5 as /home.
- rsync /home from othermachine
- Add to /etc/modutils/aliases:
alias char-major-14 ad1848
options ad1848 io=0x530 irq=9 dma=0 dma2=0
- chmod 777 /dev/audio /dev/dsp /dev/mixer
- update-modules
- Install masqmail (/etc/masqmail and /var/mail/.ssh).
- Enable stuff in /etc/pcmcia/ide.opts.
- Tweak /etc/auto.misc.
- rmdir /floppy; ln -s /var/autofs/misc/floppy /floppy
- rmdir /cdrom; ln -s /var/autofs/misc/cd /cdrom
- lphdisk
- reboot
- Enjoy!