public inbox for linux-ia64@vger.kernel.org
 help / color / mirror / Atom feed
* [Linux-ia64] efibootmgr-0.3.3-test5
@ 2001-07-30 22:04 Matt_Domsch
  2001-08-02 20:18 ` Stephane Eranian
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Matt_Domsch @ 2001-07-30 22:04 UTC (permalink / raw)
  To: linux-ia64

> The 00 shouldn't be there on the end.  My math must be 
> off.  I'll check.

Helps if I don't account for the NULL on the end of a string in two separate
places...

efibootmgr-0.3.3-test5 is now available at http://domsch.com/linux/ia64 for
your enjoyment.  If there are no other issues, I'll release this as 0.3.3
later this week.

Thanks,
Matt

--
Matt Domsch
Sr. Software Engineer
Dell Linux Solutions
www.dell.com/linux
#2 Linux Server provider with 17% in the US and 14% Worldwide (IDC)!
#3 Unix provider with 18% in the US (Dataquest)!


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [Linux-ia64] efibootmgr-0.3.3-test5
  2001-07-30 22:04 [Linux-ia64] efibootmgr-0.3.3-test5 Matt_Domsch
@ 2001-08-02 20:18 ` Stephane Eranian
  2001-08-02 21:26 ` Matt_Domsch
  2001-08-03  1:08 ` Stephane Eranian
  2 siblings, 0 replies; 4+ messages in thread
From: Stephane Eranian @ 2001-08-02 20:18 UTC (permalink / raw)
  To: linux-ia64

Matt,

We have noticed (during RH7.1) install that efibootmgr was not checking
for options with an identical names and it was creating menu options
with the same name for instance if you reinstall the system a second time.


Would it be possible to add a warning/error/check that would avoid such a
thing ?

Thanks.

-- 
-Stephane


^ permalink raw reply	[flat|nested] 4+ messages in thread

* RE: [Linux-ia64] efibootmgr-0.3.3-test5
  2001-07-30 22:04 [Linux-ia64] efibootmgr-0.3.3-test5 Matt_Domsch
  2001-08-02 20:18 ` Stephane Eranian
@ 2001-08-02 21:26 ` Matt_Domsch
  2001-08-03  1:08 ` Stephane Eranian
  2 siblings, 0 replies; 4+ messages in thread
From: Matt_Domsch @ 2001-08-02 21:26 UTC (permalink / raw)
  To: linux-ia64

> We have noticed (during RH7.1) install that efibootmgr was 
> not checking
> for options with an identical names and it was creating menu options
> with the same name for instance if you reinstall the system a 
> second time.
> 
> Would it be possible to add a warning/error/check that would 
> avoid such a thing ?

Given that you can have load options with the same name (for whatever good
it does), how might people want to see this fixed?
1) Warn the user, but do it anyway.  Probably doesn't help the installer app
that calls efibootmgr.
2) Warn the user, do it anyway, append text to it like [1].  Not too pretty.
3) Warn the user, don't do it, need yet another flag to force it.
4) Make installer app more intelligent, something like:
	for b in `efibootmgr | grep "Red Hat Linux" | awk '{print $1}'`; do 
		efibootmgr -b $b -B
	done


I prefer 4 myself, but could see adding 1) if desired.

--
Matt Domsch
Sr. Software Engineer
Dell Linux Solutions
www.dell.com/linux
#2 Linux Server provider with 17% in the US and 14% Worldwide (IDC)!
#3 Unix provider with 18% in the US (Dataquest)!


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [Linux-ia64] efibootmgr-0.3.3-test5
  2001-07-30 22:04 [Linux-ia64] efibootmgr-0.3.3-test5 Matt_Domsch
  2001-08-02 20:18 ` Stephane Eranian
  2001-08-02 21:26 ` Matt_Domsch
@ 2001-08-03  1:08 ` Stephane Eranian
  2 siblings, 0 replies; 4+ messages in thread
From: Stephane Eranian @ 2001-08-03  1:08 UTC (permalink / raw)
  To: linux-ia64

Matt,
> 
> Given that you can have load options with the same name (for whatever good
> it does), how might people want to see this fixed?
> 1) Warn the user, but do it anyway.  Probably doesn't help the installer app
> that calls efibootmgr.
> 2) Warn the user, do it anyway, append text to it like [1].  Not too pretty.
> 3) Warn the user, don't do it, need yet another flag to force it.
> 4) Make installer app more intelligent, something like:
> 	for b in `efibootmgr | grep "Red Hat Linux" | awk '{print $1}'`; do 
> 		efibootmgr -b $b -B
> 	done
> 
> 
> I prefer 4 myself, but could see adding 1) if desired.
> 
Clearly the installer should do 4) but a warning would be good too.

-- 

-Stephane


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2001-08-03  1:08 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2001-07-30 22:04 [Linux-ia64] efibootmgr-0.3.3-test5 Matt_Domsch
2001-08-02 20:18 ` Stephane Eranian
2001-08-02 21:26 ` Matt_Domsch
2001-08-03  1:08 ` Stephane Eranian

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox