LILO is the Linux boot loader. It includes combined boot sector, generic chain loader, map installer, and a simple boot partition setter. LILO allows booting from multiple disks, and can have menus for choosing different boot images. LILO is also able to pass command-line options to the Linux kernel. LILO does not depend on a specific file system, can boot Linux kernel images from floppy disks and from hard disks, and can even act as a "boot manager" for other operating systems. LILO should be ran whenever any part of the system that it knows about changes, e.g. after installing a new kernel.
14 lines
382 B
Text
14 lines
382 B
Text
$NetBSD: patch-aa,v 1.1.1.1 2008/03/08 00:46:23 reed Exp $
|
|
|
|
--- Makefile.orig 2007-02-19 11:15:10.000000000 -0600
|
|
+++ Makefile 2008-03-07 14:10:01.000000000 -0600
|
|
@@ -94,7 +94,8 @@
|
|
SBIN_DIR=/sbin
|
|
CFG_DIR=/etc
|
|
BOOT_DIR=/boot
|
|
-USRSBIN_DIR=/usr/sbin
|
|
+USRSBIN_DIR=/sbin
|
|
+MAN_DIR=/${PKGMANDIR}
|
|
BUILTIN=1
|
|
|
|
PCONFIG=$(KVER) $(HDM) $(LILO) `( if [ -r $$ROOT/etc/lilo.defines ]; then \
|