Re: [Cooker] Lilo RPM small problem

2000-12-06 Thread Robert L Martin
I would prefer postinstall script limitis itself to warn user he has to run lilo, not running it itself. If lilo.conf is not in a valid state, result could be rather dangereous. -- Guillaume Rousse Murphy's law : If anything can go wrong, it will. O'Tool's commentary : Murphy was an optimist. ---

Re: [Cooker] Lilo RPM small problem

2000-12-06 Thread Pixel
Guillaume Rousse <[EMAIL PROTECTED]> writes: > Pixel a écrit : > > > ben c'est ce qu'est fait! > ^^^ > french speaking forbidden here ! Pan sur le bec ! :-) sorry, i thought it was chmouel-sent only :-/ > > > %post > > if [ -f /etc/lilo.conf ]; then > > if [ -x /usr/

Re: [Cooker] Lilo RPM small problem

2000-12-06 Thread Guillaume Rousse
Pixel a écrit : > ben c'est ce qu'est fait! ^^^ french speaking forbidden here ! Pan sur le bec ! :-) > %post > if [ -f /etc/lilo.conf ]; then > if [ -x /usr/sbin/detectloader ]; then > LOADER=$(/usr/sbin/detectloader) > if [ "$LOADER" = "LILO" ]; then > /

Re: [Cooker] Lilo RPM small problem

2000-12-06 Thread Pixel
Chmouel Boudjnah <[EMAIL PROTECTED]> writes: > Guillaume Rousse <[EMAIL PROTECTED]> writes: > > > -why automatically run lilo once installed ? Other softs are not > > automatically launched after installation. > > yup pixel why not putting a : > > detectloader = LILO ? /sbin/lilo : true ? ben

Re: [Cooker] Lilo RPM small problem

2000-12-05 Thread Chmouel Boudjnah
Guillaume Rousse <[EMAIL PROTECTED]> writes: > -why automatically run lilo once installed ? Other softs are not > automatically launched after installation. yup pixel why not putting a : detectloader = LILO ? /sbin/lilo : true ? -- MandrakeSoft Inc http://www.chmouel.org

Re: [Cooker] Lilo RPM small problem

2000-12-04 Thread Alan Olsen
On Mon, 4 Dec 2000, Guillaume Rousse wrote: > I upgraded everything i could this week-end (i love bleeding-edge !) and > i'm rather surprised everything seems to be ok for the moment... [snip] > -how to remove double identical entries in rpm database ? > [root@agathe RPMS]# rpm -e lilo-0.21.6-5

Re: [Cooker] Lilo RPM small problem

2000-12-04 Thread peterp
cc: cooker-owner@linux-maSubject: Re: [Cooker] Lilo RPM small problem ndra

[Cooker] Lilo RPM small problem

2000-12-04 Thread Guillaume Rousse
I upgraded everything i could this week-end (i love bleeding-edge !) and i'm rather surprised everything seems to be ok for the moment... Only small problem was with lilo. Installation script of the package runs lilo, but as my configuration file wasn't ready to use (i usually change clear passwo