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/
changelog:
- Code: Select all
http://bootinfoscript.git.sourceforge.net/git/gitweb.cgi?p=bootinfoscript/bootinfoscript;a=log
( @Salix mods and devs, please review the following codes, as it may need some corrections to work correctly under Salix. Please post any necessary corrections so we, users, learn for future reference. TIA)
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
Or, alternatively, the user 'should' be able to download the latest development version of BIS with
(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>
To see which version was downloaded (beware not to copy the code "as-is", but to change the <filename> accordingly):
- Code: Select all
$ ./<filename> --version
And execute it (beware not to copy the code "as-is", but to change the <filename> accordingly):
- Code: Select all
$ ./<filename>
Again, @Salix mods and devs, please post any correction needed to the above codes so to be able to run it correctly under Salix (maybe some ".sh" or "bash" or similar are needed to execute BIS under Salix?) and you might want to update Salix repository with the latest BIS v.0.61 just released if you are interested
Thanks to Gert Hulsemans for maintaining BIS and thanks to Salix Team.
HTH.

