| Commit | Date | |
|---|---|---|
|
[61c96c]
by
Update URL for getting the last version of BIS. The git repo URL for BIS changed after Sourceforge rolled out its |
2012-09-03 22:02:11 | Tree |
|
[11821c]
by
Remove unnecessary wait command when looking for an unused logfile name. Remove unnecessary wait command when looking for an unused logfile name. Reported by Pablo Figueroa: Signed-off-by: Gert Hulselmans ghulselmans@users.sourceforge.net |
2012-08-23 20:43:48 | Tree |
|
[afe977]
by
Add Grub2 v2.00 detection support. Add Grub2 v2.00 detection support. The core_dir variable is still in the compressed part of core.img - real Grub2 modules ==> grub_module_type = 0 - embedded memdisk ==> grub_module_type = 1 - embedded config ==> grub_module_type = 2 - core_dir ==> grub_module_type = 3 "Grub2 v1.97" was changed to "Grub2 v1.97-1.98" because both Signed-off-by: Gert Hulselmans ghulselmans@users.sourceforge.net |
2012-08-22 20:47:25 | Tree |
|
[db4dbe]
by
Detect grub2's core.img located at /boot/grub2/i386-pc/core.img. Detect grub2's core.img located at /boot/grub2/i386-pc/core.img. Signed-off-by: Gert Hulselmans ghulselmans@users.sourceforge.net |
2012-06-15 00:03:20 | Tree |
|
[7e4d2c]
by
Remove "--this" switch. Now that bootinfoscript is distributed as a tarball, we never Signed-off-by: Gert Hulselmans ghulselmans@users.sourceforge.net |
2012-05-29 19:35:09 | Tree |
|
[9c0457]
by
Add "Boot.ini" to list of bootloader config files. Add "Boot.ini" to list of bootloader config files. Signed-off-by: Gert Hulselmans ghulselmans@users.sourceforge.net |
2012-05-29 19:14:10 | Tree |
|
[182424]
by
Add additional grub2 (v1.99) magic bytes for core.img. Add additional grub2 (v1.99) magic bytes for core.img. Signed-off-by: Gert Hulselmans ghulselmans@users.sourceforge.net |
2012-04-13 01:57:24 | Tree |
|
[8006b3]
by
Hide "xz: (stdin): Compressed data is corrupt" error message. Hide "xz: (stdin): Compressed data is corrupt" error message when Signed-off-by: Gert Hulselmans ghulselmans@users.sourceforge.net |
2012-04-13 00:54:30 | Tree |
|
[5794d7]
by
Fix "lzma: Decoder error". Fix "lzma: Decoder error" by using the right variable name Signed-off-by: Gert Hulselmans ghulselmans@users.sourceforge.net |
2012-04-10 21:34:22 | Tree |
|
[23c74e]
(bootinfoscript-0.61)
by
Update version number to 0.61. Update version number to 0.61. |
2012-04-01 23:04:00 | Tree |
|
[855684]
by
CHANGELOG: Describe changes made since v0.60. Describe changes made since v0.60. |
2012-04-01 23:01:09 | Tree |
|
[cea562]
by
Use mktemp to create a (semi)-random temporary dir, instead of the current "add number" hackery. Use mktemp to create a (semi)-random temporary dir, instead of the current |
2012-02-23 01:19:32 | Tree |
|
[607cfe]
by
Update copyright date and reformat/update developer section. Update copyright date and reformat/update developer section. |
2012-02-23 00:35:26 | Tree |
|
[b1dc90]
by
Fix crash of BIS when there is no embedded menu in grub4dos/wee. Fix crash of BIS when there is no embedded menu in grub4dos/wee. This patch fixes the folowing error message: |
2012-02-22 23:25:00 | Tree |
|
[8b25fb]
by
Add filesystem info for each Windows volume boot record magic. Add filesystem info for each Windows volume boot record magic. |
2012-01-02 15:43:26 | Tree |
|
[2e399f]
by
Add Windows 7 volume boot sector magic for FAT32 partitions. Add Windows 7 volume boot sector magic for FAT32 partitions. |
2012-01-02 15:33:24 | Tree |
|
[1f385c]
by
Use xz or lzma to decompress the lzma core_dir string of Grub2 (v1.99). Use xz or lzma to decompress the lzma core_dir string of Grub2 (v1.99). |
2011-12-28 21:25:06 | Tree |
|
[f4baf9]
by
Send informative error messages to stderr instead of to Error_Log file directly. Send informative error messages to stderr instead of to Error_Log file directly. Appending messages to the Error_Log file doesn't work on at least Fedora, exec 2> ${Error_Log}; So it is better to write the messages to stderr instead of appending them to |
2011-12-26 22:43:52 | Tree |
|
[a63e66]
by
README: Update "Usage" section. Update the "Usage" section of the README, so it shows the same than the "--help" Signed-off-by: Gert Hulselmans ghulselmans@users.sourceforge.net |
2011-07-05 00:18:38 | Tree |
|
[940a77]
by
Display the commands needed to run Boot Info Script with root rights, when it wasn't run with root rights. Display the commands needed to run Boot Info Script with root rights, Signed-off-by: Gert Hulselmans ghulselmans@users.sourceforge.net |
2011-07-05 00:12:55 | Tree |
|
[56ee0c]
by
Check for root rights before checking that all programs are available. Check for root rights before checking that all programs are available. This avoids invalid complaints of missing programs when Boot Info Script Signed-off-by: Gert Hulselmans ghulselmans@users.sourceforge.net |
2011-07-04 23:50:56 | Tree |
|
[f850d3]
by
Add ChromeOS GPT GUIDs. Add ChromeOS GPT GUIDs: Signed-off-by: Gert Hulselmans ghulselmans@users.sourceforge.net |
2011-06-29 02:34:20 | Tree |
|
[c3b04a]
by
Add new GPT GUID for Linux filesystems (Basic Data partition). Add new GPT GUID for Linux filesystems (Basic Data partition). The new GPT GUID is 0FC63DAF-8483-4772-8E79-3D69D8477DE4. The new GPT GUID was created to avoid that Linux partitions show http://lists.gnu.org/archive/html/bug-parted/2011-06/msg00044.html Reported-by: Rod Smith |
2011-06-29 02:21:20 | Tree |
|
[3ba403]
by
grub2_info: Correct the offset to the lzma stream, when 8 subsequent bytes of zeros are at the start of this offset. Correct the offset to the lzma stream in the grub2_info function, |
2011-06-27 17:30:14 | Tree |
|
[73cbd8]
by
List EFI boot files. List EFI boot files. Signed-off-by: Gert Hulselmans ghulselmans@users.sourceforge.net |
2011-06-27 15:20:21 | Tree |