http://git.etherboot.org
/
people
/
pcmattman
/
gpxe.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
[autoboot] Ensure that an error message is always printed for a boot failure
[people/pcmattman/gpxe.git]
/
src
/
arch
/
i386
/
interface
/
pcbios
/
aoeboot.c
diff --git
a/src/arch/i386/interface/pcbios/aoeboot.c
b/src/arch/i386/interface/pcbios/aoeboot.c
index
fcab42b
..
8446c15
100644
(file)
--- a/
src/arch/i386/interface/pcbios/aoeboot.c
+++ b/
src/arch/i386/interface/pcbios/aoeboot.c
@@
-20,8
+20,6
@@
static int aoeboot ( const char *root_path ) {
memset ( &ata, 0, sizeof ( ata ) );
memset ( &drive, 0, sizeof ( drive ) );
- printf ( "AoE booting from %s\n", root_path );
-
/* FIXME: ugly, ugly hack */
struct net_device *netdev = last_opened_netdev();