* [Linux-ia64] Announcing efibootmgr-0.3.1
@ 2001-05-19 0:03 Matt_Domsch
2001-05-22 13:38 ` Andreas Schwab
2001-05-22 13:50 ` Matt_Domsch
0 siblings, 2 replies; 3+ messages in thread
From: Matt_Domsch @ 2001-05-19 0:03 UTC (permalink / raw)
To: linux-ia64
I really shouldn't try to get stuff out late Friday nights...
Announcing efibootmgr-0.3.1, a Linux user-space application which
interacts with the EFI Boot Manager. It may be downloaded from
http://domsch.com/linux/ia64/efibootmgr-0.3.1.tar.gz.
Fixes usage() to not let you think you can pass args to the OS loader. It
can't. It's on the TODO list, but isn't strictly required, so that feature
will have to come later.
Thanks,
Matt
--
Matt Domsch
Sr. Software Engineer
Dell Linux Solutions
www.dell.com/linux
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [Linux-ia64] Announcing efibootmgr-0.3.1
2001-05-19 0:03 [Linux-ia64] Announcing efibootmgr-0.3.1 Matt_Domsch
@ 2001-05-22 13:38 ` Andreas Schwab
2001-05-22 13:50 ` Matt_Domsch
1 sibling, 0 replies; 3+ messages in thread
From: Andreas Schwab @ 2001-05-22 13:38 UTC (permalink / raw)
To: linux-ia64
Matt_Domsch@Dell.com writes:
|> I really shouldn't try to get stuff out late Friday nights...
|>
|> Announcing efibootmgr-0.3.1, a Linux user-space application which
|> interacts with the EFI Boot Manager. It may be downloaded from
|> http://domsch.com/linux/ia64/efibootmgr-0.3.1.tar.gz.
Here is a patch to fix remove_from_boot_order:
--- efibootmgr.c 2001/05/19 00:05:38 1.1
+++ efibootmgr.c 2001/05/22 13:30:31
@@ -319,7 +319,7 @@
uint16_t *new_data, *old_data;
int old_i,new_i;
- read_boot_order(&boot_order);
+ status = read_boot_order(&boot_order);
if (status != EFI_SUCCESS) return status;
/* If it's empty, yea! */
Andreas.
--
Andreas Schwab "And now for something
SuSE Labs completely different."
Andreas.Schwab@suse.de
SuSE GmbH, Schanzäckerstr. 10, D-90443 Nürnberg
Key fingerprint = 58CA 54C7 6D53 942B 1756 01D3 44D5 214B 8276 4ED5
^ permalink raw reply [flat|nested] 3+ messages in thread
* RE: [Linux-ia64] Announcing efibootmgr-0.3.1
2001-05-19 0:03 [Linux-ia64] Announcing efibootmgr-0.3.1 Matt_Domsch
2001-05-22 13:38 ` Andreas Schwab
@ 2001-05-22 13:50 ` Matt_Domsch
1 sibling, 0 replies; 3+ messages in thread
From: Matt_Domsch @ 2001-05-22 13:50 UTC (permalink / raw)
To: linux-ia64
> Here is a patch to fix remove_from_boot_order:
Indeed, good catch! I've applied it to my tree.
Thanks,
Matt
--
Matt Domsch
Sr. Software Engineer
Dell Linux Solutions
www.dell.com/linux
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2001-05-22 13:50 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2001-05-19 0:03 [Linux-ia64] Announcing efibootmgr-0.3.1 Matt_Domsch
2001-05-22 13:38 ` Andreas Schwab
2001-05-22 13:50 ` Matt_Domsch
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox