include("site.inc"); $template = new Page; $template->initCommon(); $template->displayHeader(); ?>
To use an update disk for Red Hat Linux, you need your original boot media as well as an additional floppy to write the update disk to. See below for instructions on how to write the image to a floppy. Then, boot with your boot media and type 'linux updates' at the boot prompt. Insert the updates floppy disk when prompted by the installer.
Under Linux, to write the image to the floppy, use the following command.
dd if=updates.img of=/dev/fd0 bs=1440k
To write the image under Windows, you may first need to rename the file so that it fits an 8.3 pattern. Then, run rawrite from the dosutils/ subdirectory of your Red Hat Linux CD and give the filename and floppy drive location when prompted.
$template->displayFooter('$Date: 2005/11/29 17:30:35 $'); ?>