0
I Use This!
Low Activity

Commits : Listings

Analyzed about 18 hours ago. based on code collected about 18 hours ago.
Aug 10, 2024 — Aug 10, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
- accept all "original_name"s, not only alphanumeric (fate #302302) More... almost 18 years ago
- Implemented new function AdaptCommentLine in Tools.pm which adapts YaST-like comments in existing sections to be handled properly by yast-bootloader (#283709) - Version bump to 0.4.21 More... almost 18 years ago
- added entry to the changes file - added docs to the explain the (non-)handling of devices in chainloader and configfile entries - added a FIXME about the dubious fallback to the current installation's boot device as the "root" device for a chainloader or configfile entry More... almost 18 years ago
- version bump to 0.4.20 More... almost 18 years ago
- feature #302302: - removed CreateChainloaderLine() function and call again: - we use a "root" entry now in a configfile section - perl-Bootloader cannot pass a value consisting of both a Unix device name and a file name between yast2-bootloader and perl-Bootloader (i.e. "/dev/disk/by-label/testing/boot/grub/menu.lst"), this is not safely analyzable - during the last tests, the line was disabled anyway because it triggered on "other" instead of "menu" section type - fetching grub_root device (to be used in re-created "root" key) from "root" key in "other" section now as well - never use a hardcoded device like "(hd0,0)" in a "rootnoverify" key as a fallback for a missing "root" specification from yast2-bootloader: using "(hd)" now, which will generate an error when the section is selected during boot More... almost 18 years ago
- Version bump to 0.4.19 More... almost 18 years ago
- enable configfile sections: More... about 18 years ago
- added several comments - removed deletion of "configfile" entry, in preparation for "configfile" handling patch by sf@ More... about 18 years ago
- Adapted yast2-bootloader-style comments to be correctly detected by yast2-bootloader (fate #302407) More... about 18 years ago
- Determine md device corresponding to md member device, e.g. if /dev/md0 consists of /dev/sda1 and /dev/sda2, then /dev/md0 corresponds to both /dev/sda1 and /dev/sda2 (#271797) More... about 18 years ago
- Adapt function DumpLog() to only write to perl-BL-standalone-log, because against expectations yast2-bootloader does logging of called perl-Bootloader functions on its own More... about 18 years ago
- Added milestones to functions AddSection() and RemoveSections() to print new section entries, already existing section entries and section entries to be removed More... about 18 years ago
- Improved logging mechanism to write log messages either to /var/log/YaST2/y2log or to /var/log/YaST2/perl-BL-standalone-log, depending on the state of the environment variable YAST_IS_RUNNING. In addition to that, the printing of log messages with level DEBUG can be switched on/off by setting/unsetting the environment variable Y2DEBUG. More... about 18 years ago
- Use small letters in YaST-style comments due to case sensitive parser (#283709) More... about 18 years ago
- Version bump to 0.4.18 More... about 18 years ago
- Avoid duplicate entries in elilo.conf (#294717) More... about 18 years ago
- Added yast2-bootloader-style comment to sections created by perl-Bootloader (bug #283709 and fate #302407) More... about 18 years ago
- Fixed boot entries of self compiled kernels (#265564) More... about 18 years ago
- Generalized last fix to not touch any unknown or user-specified sections (#272625) More... about 18 years ago
- Implemented a mechanism to not throw out user defined grub setup sections in menu.lst (#272625) More... about 18 years ago
- Version bump to 0.4.17 More... about 18 years ago
- Fixed default value handling in update-bootloader. Check if default image is a symlink. If this is the case, let the new kernel be the default one. Else, if the flavor is the same as the one of the new kernel, let the new kernel become the default one. (#276923) More... about 18 years ago
- Fixed resolution of kernel and initrd symlinks in Tools.pm (#276923) More... about 18 years ago
- Implemented a special handling to make sure that all image sections are referenced at least in the base menu (#266605) More... about 18 years ago
- Fixed function FixSectionName() in ZIPL.pm to fix section names on s390 properly (also related to #284308) More... about 18 years ago
- implement FixSectionName funtion for ZIPL module according to the zipl sources (#267866) - adjust inline interface documentation accordingly More... about 18 years ago
- Removed an "o" suffix from a perl s/foo/bar/ expression that it gets compiled every time, not only once. This enables section names to get fixed properly. (related to #284308) More... about 18 years ago
- Removed a line in update-bootloader which replaced spaces by underscores, because this functionality is done by FixSectionName() in the according bootloader modules (#284308) More... about 18 years ago
- Corrected naming scheme for boot entry labels to display long ones in case of GRUB and short ones for all other loaders (#277405) More... about 18 years ago
- detect wether we have an entry with non existing initrd (#276923) More... about 18 years ago