# # Lilo configuration file # (c) Murty Rompalli # # This document is a computer program and is licensed to you under # GNU General Public License. # # By using this document in any way, you agree to abide by the license # agreement. If you do not agree, this document and all copies of this document # in your direct/indirect posession must be destroyed immediately. # If you do not completely agree, you should not access this document by any # means and should not store or use this document in any form. # # A complete copy of the GNU General Public License agreement may be obtained # by accessing Internet Website Address: http://www.gnu.org/licenses/gpl.txt # or by writing to: Free Software Foundation, Inc., 59 Temple Place - # Suite 330, Boston, MA 02111-1307, USA # # Permission to use, copy, distribute this document for any purpose is hereby # granted, provided that the author's name ( Murty Rompalli ) and this notice # appear in all copies and/or supporting documents; and that an unmodified # version of this document is made freely available. This document is # distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY, # either expressed or implied. While every effort has been taken to ensure the # accuracy of the information documented herein, the author assumes NO # RESPONSIBILITY for any errors, or for any damages, direct or consequential, # as a result of the use of the information documented herein. # ## /etc/lilo.conf for a multiprocessor RH7.2 Linux system ## with Promise Fasttrack RAID controller for IDE mirror disks. ## When using SCSI Emulation Driver (ft.o) supplied by Promise Technology # # ft.o is preloaded through initial ramdisk (initrd) prompt timeout=50 default=linuxsmp boot=/dev/sda map=/boot/map install=/boot/boot.b message=/boot/message linear ## Multi Processor Kernel image=/boot/vmlinuz-2.4.18-3smp label=linuxsmp read-only root=/dev/sda12 initrd=/boot/initrdsmp.img ## Single Processor Kernel image=/boot/vmlinuz-2.4.18-3 label=linux-up read-only root=/dev/sda12 initrd=/boot/initrd.img