arvidjaar / bootinfoscript

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Documentation regarding `BST`-Cases

goulashsoup opened this issue · comments

bootinfoscript/bootinfoscript

Lines 2595 to 2600 in 71f6c5c

case ${Bytes80_to_81} in
0069) BST='ISOhybrid (Syslinux 3.72-3.73)';;
010f) BST='HP Recovery';;
019d) BST='BSD4.4: FAT32';;
0211) BST='Dell Utility: FAT16';;
0488) BST="Grub2's core.img";;

I don't want to sound mistrusting but i think it would add credibility to add sources for the cases.
Unfortunately i couldn't found any info regarding these anywhere, probably because they are part of proprietary software etc...

@arvidjaar Where do these values come from? Did you tested the script with all listed systems?

Thanks in advance!

Where do these values come from? Did you tested the script with all listed systems?

No. They come from the original BIS from SF. You may try to see if there are any changelog, commit logs or may be mailing list posts.

What does BIS and SF stand for?

BootInfoScript and SourceForge