summaryrefslogtreecommitdiff
path: root/sysutils/lilo
AgeCommit message (Collapse)AuthorFilesLines
2008-08-30There's a perl script in here, so USE_TOOLS+=perl:run. PKGREVISION++.dholland1-2/+3
2008-03-14Use INSTALLATION_DIRS to create directories.reed1-3/+5
Noticed in cheusov's bulk build that it created plain file as /usr/pkg/man/man8.
2008-03-08Use PKGNAME_NOREV instead for WRKSRC. (Thank you pkglint!)reed1-2/+2
2008-03-08Import new package from pkgsrc-wip: liloreed9-0/+165
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.