Linux::Bootloader provides a generic interface for detecting the installed bootloader, updating bootloader config files and for performing boot-once to a given kernel. Supported bootloaders include grub, lilo, yaboot, and elilo. Release 1.1 incorporates fixes for several issues discovered by users. Thanks to Jason, Judith, and Kees for their fixes and testing of it. Download: http://sourceforge.net/project/showfiles.php?group_id=47517&package_id=189767 (or from CPAN, via `cpan -i Linux::Bootloader`) ChangeLog: 1.1 Fri Jun 23 15:44:00 2006 lib/Linux/Bootloader.pm: - print message when backing up config file - modified print_info output format lib/Linux/Bootloader/Detect.pm - Patch from Judith to identify situation where Grub has been installed on top of Lilo. lib/Linux/Bootloader/Grub.pm: - bugfix, loosened global var detection to include '=' - fixed bug detecting root on fedora config found by jdaiker scripts/boottool: - fixed typo for lilo boot-once (param -> params) scripts/kernel_label: - check if kernel var is empty before printing Comments: * Systems that have had lilo installed on grub may not detect properly. * boot-once not yet implemented for yaboot or elilo. Bryce