Debian 0.93R6
This is the oldest Debian release on the http://archive.debian.org/ servers. The installation process is much more seamless than 0.91. It seems to have taken the install shell scripts and turned into what looks a lot more like the “boot floppies” installer which is common throughout all the installers up until the wonderful “debian-installer” came along.
Once installed, you get a much more modern dpkg and dselect to pick packages. The amount of available programs has increased alot.
Screenshots
Installation notes
- At boot prompt enter: “linux root=/dev/fd1”
- At “Insert Root Disk” prompt press Enter
- Select OK
- Select Continue
- Select Expert
- Select “1 Partition a Hard Disk”
- Create One big partition
- Select “3 Prepare A Linux Partition”
- Enter: “/dev/hda1”
- Select “4 Mount/Unmount Partitions”
- Enter: m, hda1, / and c
- Select: “5 Install Debian GNU/Linux”
- Select yes to use /dev/hda1 as root
- Select: /dev/fd0
- run on host: cp repo/disks/1440_base_floppy-1 fda.img
- Press Enter
- run on host: cp repo/disks/1440_base_floppy-2 fda.img
- Press Enter
- run on host: cp repo/disks/1440_base_floppy-3 fda.img
- Press Enter
- Select: “6 Configure Debian GNU/Linux”
- Select yes to use /dev/hda1 as root
- Select no to choose different keymap
- Type: uk.map
- At Block Modules Setup Select OK
- At File System Modules Select OK
- At Network Modules Select OK
- At Miscellaneis Modules Select OK
- Press Enter to set hostname to debian
- Press Enter to set empty domain
- Press y to confirm
- Type Europe Enter and London Enter to set timezone
- type y to set system clock to GMT
- Select: “7 Make A Boot Diskette”
- Press Enter
- Select: “9 Reboot The System”
- Login as root
- Set password
- Create user account
- dselect, select quit
- login as root
- run: mount /dev/hdb1 /mnt
- run: cat /mnt/network » /etc/init.d/network
- run: echo “nameserver 8.8.8.8” > /etc/resolv.conf
- run: sed ’s/^#telnet/telnet/’ /etc/inetd.conf > /etc/inetd.conf.new
- run: mv /etc/inetd.conf.new /etc/inetd.conf
- run: dselect
- Select Access, harddrive, yes, type /mnt/binary, pres enter to confirm /mnt/binary/Packages
- Select Update
- Select Select, space, enter, space, enter
- Select Install, when prompted install a lilo boot block, choose y to replace config files
- Select Config
- Select Remove
- Select Select, choose: sudo, autoconf, tcl, tk, vim, gnuchess, xboard, xfig, gnuplot, screen, bind, cern-httpd, lynx, tcpdump, wu-ftpd, a2gs, ghostview, All Optional section x11, hdparm, minicom, python, samba, xntp, and enter
- lelect Install, when promped for xfree86 setup, choose n
- Select Config
- Select Remote
- Select Quit
- run: cp /mnt/XF86Config /etc/X11
- run: ln -s /usr/X11R6/bin/XF86_VGA16 /etc/X11/X
- run: startx (test X works)
- run: sed ’s/^run_xdm=0/run_xdm=1/’ /etc/init.d/xdm > /tmp/xdm
- run: cat /tmp/xdm > /etc/init.d/xdm
- run: rm /tmp/xdm
- run: lilo
- run: shutdown -h now