
[SOLVED]LiloSetup / os-prober
Re: LiloSetup / os-prober
OK, I actually uninstalled it to be sure then installed with spkg. Same behaviour, no problems. I actually took the risk of using it to change the configuration - if I can't boot back into my installation, I'll try and find a way to let you guys know! 

Re: LiloSetup / os-prober
Well, the only thing that lilosetup needed os-prober for was to detect the available booting partitions that are in the system and get some infos about them.
If the new LiloSetup shows all your available booting partitions, then that means that it does a correct job by itself. It still needs to refine its detection of the OS that are in the booting partitions, but that is a mere detail. For the rest, nothing should have changed (yet).
If the new LiloSetup shows all your available booting partitions, then that means that it does a correct job by itself. It still needs to refine its detection of the OS that are in the booting partitions, but that is a mere detail. For the rest, nothing should have changed (yet).

What really matters is where you are going, not where you come from.
Re: LiloSetup / os-prober
I have two machines with 13.1 and maybe even 13.0 - let me know if you'd like me to test the new prototype on them. As you may guess, I don't use them much, but it's no problem to do a test.
Re: LiloSetup / os-prober
Fine on 13.1, as was os-prober.
Re: LiloSetup / os-prober
Great! Tx for the testing 


What really matters is where you are going, not where you come from.
-
- Posts: 2
- Joined: 11. Jul 2011, 12:40
Re: LiloSetup / os-prober
I am using Salix 13.37 XFCE on an old Dell Inspiron 6000. The provided Lilosetup used to crash my machine but Witek's version has worked fine for me.
Unfortunately the update process wants to replace Witeks version. How do I stop it doing that?
Unfortunately the update process wants to replace Witeks version. How do I stop it doing that?
Re: LiloSetup / os-prober
Of course you mean Akuna`s version, not minefranksalix wrote:Unfortunately the update process wants to replace Witeks version. How do I stop it doing that?

Code: Select all
# Exclude package names and expressions.
# To exclude pre and beta packages, add this to the exclude:
# [0-9\_\.\-]{1}pre[0-9\-\.\-]{1}
EXCLUDE=^aaa_elflibs,^aaa_base,^devs,^glibc-.*,^kernel-.*,^udev,^rootuser-settings,^zzz-settings,.*-[0-9]+dl$,-x86_64-
Re: LiloSetup / os-prober
I'd like to refine the detection of the OS's in the boot partitions a bit more and then I'll update the package on the repo.

What really matters is where you are going, not where you come from.
-
- Posts: 2
- Joined: 11. Jul 2011, 12:40
Re: LiloSetup / os-prober
Re: LiloSetup / os-prober
Postby witek » 11. Jul 2011, 18:58
franksalix wrote:Unfortunately the update process wants to replace Witeks version. How do I stop it doing that?
Of course you mean Akuna`s version, not mineIn order to suppress the update edit /etc/slapt-get/slapt-getrc and find this:
Code: Select all
# Exclude package names and expressions.
# To exclude pre and beta packages, add this to the exclude:
# [0-9\_\.\-]{1}pre[0-9\-\.\-]{1}
EXCLUDE=^aaa_elflibs,^aaa_base,^devs,^glibc-.*,^kernel-.*,^udev,^rootuser-settings,^zzz-settings,.*-[0-9]+dl$,-x86_64-
then add ^lilosetup* at the end of the line of exluded files
Thanks, Witek - that did the trick and apologies to Akuna
Re: LiloSetup / os-prober
No problemfranksalix wrote:apologies to Akuna

I just submitted the final version for repo inclusion.
You can already grab it from here:
http://people.salixos.org/akuna/livetoo ... h-1plb.txz
http://people.salixos.org/akuna/livetoo ... h-1plb.md5
http://people.salixos.org/akuna/livetoo ... /ChangeLog
From this version on, os-prober is not a dependency of LiloSetup anymore.
The matter is solved as far as LiloSetup is concerned. If necessary a separate thread for os-prober problem could be started separately.

What really matters is where you are going, not where you come from.