without underscores (REPLACE.*.old, REPLACE.*.new, and REPLACE_FILES.*).
Also convert REPLACE.*.new= ${SH:Q} back to ${SH}, as it should not be quoted
here, if at all.
This updates to version 22.5.9.
Many changes listed in CHANGES file, including:
Changes from version 22.5.8 to 22.5.9 (08-Apr-2004) John Coffman
Boot Installer
--------------
- Alter NT check for invalid volume ID -- no change on single disk
systems. (device.c)
- Make 'prompt' a word. (common.h, first.S)
- Add 'bmp-retain' local & global option. (bsect.c, cfg.c, second.S)
Retains bitmap after booting.
- Add Makefile option "lilo-static:" -- must specifically make it.
- Fix setting of "map==boot" for RAID installs. (bsect.c, raid.c)
Boot Loader
-----------
- Skip duplicate VolumeIDs in second stage, in case a disk has been
added to the system. (volume.S)
Utilities
---------
- Update QuickInst to reflect absence of 'activate', using lilo -A
(See CHANGES file for more.)
Don't force perl dependency for now.
Remove installing of boot files.
patch-ac is for Linux 2.6 compatibility
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.
(I have been using this in pkgsrc since November, 2002.)