Debian 1.1 (Buzz)
This follows on from 0.93 and the installation process is much the same. However the archive really expanded two and a half times. Bizzarly this is the only devian version released that dose not support a PS/2 mouse as the psaux kernel module was neither compiled in or asuppled as a module. A serial mouse is used insead.
Screenshots
Installation notes
- At boot prompt enter: “linux root=/dev/fd1”
- At “Insert Root Disk” prompt press Enter
- Select Color
- Select Next
- Select Exit
- Select “Next Partition A Hard Disk”
- Select “/dev/hda” and OK
- Create One big partition
- Select “Alternate Do Without a Swap Parition”
- Select Yes
- Select “Next Initialize A Linux Disk Partition”
- Select “/dev/hda1”
- Select No for Bad Blocks scan
- Select Yes to Confirm initilize
- Select “Yes” to mount as root filesystem
- Select “Alternate1 Mount a Previously-Initialized Disk Partition”
- Select “/dev/hdb1” and OK
- Type “/mnt” and OK
- Select “Next Install the Base system”
- Select “Yes” to confirm install
- Select “Next Install the Operating System Kernel”
- Select “/dev/fd0”
- Select OK
- Select “Next Configure Device Driver Modules”
- Select “net”
- Select “ne”
- Select “Install”
- Type “irq=9 io=0x300” and OK
- Expect Installation succeeded, Enter to continue
- Select Exit
- Select Exit
- Select “Next Configure the Base System”
- Select No to configure keyboard
- Type “uk.map” and Enter
- Type Europe Enter London Enter
- type y to set system clock to GMT
- Select “Next Configure the Network”
- Press Enter to set hostname to debian
- Select yes to use a network
- Type “lan” and Enter to set domain
- Select Yes to confirm fqdn
- Enter IP: 192.168.122.10
- Enter netmask: 255.255.255.0
- Enter network: 192.168.122.0
- Enter broadcast: 192.168.122.255
- Enter Yes for Gateway
- Enter 192.168.122.1 for gateway
- Select “2 Another system will be the DNS server”
- Enter Name Server: 192.168.122.1
- Select Yes to confirm
- Select Yes to use Ethernet
- Select “Next Make Linux Bootable Directly From Hard Disk”
- Select Yes to install MBR to /dev/hda
- Select Yes to boot system on /dev/hda1
- Select to Create boot floppy
- Select “Next Reboot The System”
- Select Yes to reboot
- Set root password
- Create user account
- dselect, select quit
- login as root
- run: lilo
- run: ln -s /usr/bin/perl /bin/perl #for kernel-image inst scripts
- run: mv /mnt/netscape* /tmp
- run: dselect
- Select Access, mounted, enter /mnt, enter none for non-free, enter none for local, return
- Select Update, Enter
- Select Select, space, enter, space, enter
- Select Install, when prompted install a lilo, choose y to use existing lilo.conf
- Select Config
- Select Remove
- Sekect Select, choose: sudo, autoconf, tcl74, tcl75, tk40, tk41, vim, gnuchess, xboard, xfig, gnuplot, screen, bind, cern-httpd, lynx, tcpdump, wu-ftpd, a2gs, ghostview, All Optional section x11, hdparm, minicom, python, samba, xntp, xsysinfo, ddd-dmotif, gimp-dmotif, netscape, and enter
- Select Install, when promped for for default Xfree, pick VGA16 and enable xdm
- Select Config
- Select Remote
- Select Quit
- run: dpkg -i /mnt/main/binary-all/x11/*
- run: cp /mnt/XF86Config /etc/X11
- run: sed ’s^/dev/hdb^#/dev/hdb^’ /etc/fstab > /etc/fstab.new
- run: cat /etc/fstab.new > /etc/fstab
- run: shutdown -h now