Version history disks
-
0.50
-
Added the mkswap command to the rootdisk
-
Upgraded the kernels and the kernel source to the 1.0.x1 patchlevel of
the Compaq Array Driver
-
Removed the 'vi' and 'more' commands from the install disk to save space.
Added symlinks to 'vi' , 'more' and 'lilo' to the install disk. This commands
will be available to the user after running 'rpminstall'
-
0.41
-
Added /dev/hdb and /dev/hdb1 to the rootdisk.
-
Added DOS vfat support to the boot kernel
-
0.40
-
Added EISA smart array support to the install- and bootkernel
-
Upgraded the commands 'mke2fs' and 'e2fsck' from version 1.12 to 1.14 on
the rootdisk
-
0.31
-
Added tlan support to the boot and install kernel
-
Put all the smartarray patches (install kernel , lilo , MKDEV.ida and kernel-source)
in one rpm
-
removed 'ping' command from install disk
-
Added ncurses-devel to the rpminstall script, otherwise make menuconfig
doesn't function
-
0.30
-
Made a new install script. This script does a minimum install of RedHat 5.2.
-
Added the command 'touch' to the rootdisk
-
Added c0d1 nodes to the rootdisk
-
Installed
vmware
on my machine to test the installation disks.
-
0.22
-
Fixed broken SCSI (NCRc8xx) CD-rom support.
-
Compiled a new kernel with just released stable patches of the Smart Array
Controller (version 1.0)
-
Used the just released stable patch of DAC too (version 1.0)
-
Added a few lines to the install script. The directory for the rpm database
has to be there before you can use rpm
-
0.21
-
Added SCSI (NCRc8xx) CD-rom support
-
0.20
-
Gzipped the disks available for download
-
Corrected two errors :
-
After you did this you should make a symlink do the big root partition :
ln -s /dev/c0d0px /
dev/rootpart (where x is the number of the partition)
has to be :
/dev/ida/c0d0px
-
In the install script :
rpm --root /mnt/compaq --nodeps --force -Uvh * ;
this will install all the Redhat rpm's
has to be :
rpm --root /mnt/compaq --nodeps --force -Uvh *.rpm ;
this will install all the Redhat rpm's
-
0.10
Back to pre installation