There is a new version of boot_info_script (BIS); v0.61 was just released.
Code: Select all
http://sourceforge.net/projects/bootinfoscript
Code: Select all
http://bootinfoscript.sourceforge.net/
Code: Select all
http://bootinfoscript.git.sourceforge.net/git/gitweb.cgi?p=bootinfoscript/bootinfoscript;a=log
Get latest development version of Boot Info Script from git, make it executable and execute it:
Code: Select all
wget -O bootinfoscript 'http://bootinfoscript.git.sourceforge.net/git/gitweb.cgi?p=bootinfoscript/bootinfoscript;a=blob_plain;f=bootinfoscript;hb=HEAD'
chmod a+x bootinfoscript
bootinfoscript
(no root rights should be needed)
Code: Select all
./bootinfoscript --update <filename>
Code: Select all
./boot_info_script --update <filename>
Code: Select all
./boot-info-script --update <filename>
If no filename is specified, the file should be saved ( probably in the home directory? ) as "<bootinfoscript_yyyy-MM-dd_hh:mm:ss>".
As before, make it executable (beware not to copy the code "as-is", but to change the <filename> accordingly):
Code: Select all
# chmod a+x ./<filename>
Code: Select all
$ ./<filename> --version
Code: Select all
$ ./<filename>

Thanks to Gert Hulsemans for maintaining BIS and thanks to Salix Team.
HTH.