BootInfoScript 0.61 + Step-to-step guide
Posted: 3. Apr 2012, 05:45
My apologies for interrupting. I think this info might be relevant, not only for this specific topic, but for Salix and users in general.
There is a new version of boot_info_script (BIS); v0.61 was just released.
changelog:
( @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:
Or, alternatively, the user 'should' be able to download the latest development version of BIS with
(no root rights should be needed) or
or
depending on the filename we gave to the previous (before the new downloaded one) BIS.
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):
To see which version was downloaded (beware not to copy the code "as-is", but to change the <filename> accordingly):
And execute it (beware not to copy the code "as-is", but to change the <filename> accordingly):
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.
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.