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
/
iscsiboot.c
diff --git
a/src/arch/i386/interface/pcbios/iscsiboot.c
b/src/arch/i386/interface/pcbios/iscsiboot.c
index
d8bb55a
..
00efd8f
100644
(file)
--- a/
src/arch/i386/interface/pcbios/iscsiboot.c
+++ b/
src/arch/i386/interface/pcbios/iscsiboot.c
@@
-27,8
+27,6
@@
static int iscsiboot ( const char *root_path ) {
goto err_alloc_drive;
}
- printf ( "iSCSI booting from %s\n", root_path );
-
if ( ( rc = iscsi_attach ( scsi, root_path ) ) != 0 ) {
printf ( "Could not attach iSCSI device: %s\n",
strerror ( rc ) );