summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Brown2007-11-20 03:00:54 +0100
committerMichael Brown2007-11-20 03:00:54 +0100
commit89eaab79c8a0499f373a1be00cd4f8125e4e1377 (patch)
tree5ec5380ed3ff7a9fc18c1baaaa56243afc55f15f
parentMerge branch 'master' of rom.etherboot.org:/pub/scm/gpxe (diff)
downloadipxe-89eaab79c8a0499f373a1be00cd4f8125e4e1377.tar.gz
ipxe-89eaab79c8a0499f373a1be00cd4f8125e4e1377.tar.xz
ipxe-89eaab79c8a0499f373a1be00cd4f8125e4e1377.zip
Replace "Etherboot" strings with "gPXE".
-rw-r--r--src/arch/i386/prefix/romprefix.S8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/arch/i386/prefix/romprefix.S b/src/arch/i386/prefix/romprefix.S
index 593b5d86..167641c6 100644
--- a/src/arch/i386/prefix/romprefix.S
+++ b/src/arch/i386/prefix/romprefix.S
@@ -82,7 +82,7 @@ mfgstr:
.asciz "http://etherboot.org"
.size mfgstr, . - mfgstr
prodstr:
- .asciz "Etherboot"
+ .asciz "gPXE"
.size prodstr, . - prodstr
undiheader:
@@ -131,10 +131,10 @@ notpnp:
.size init_vector, . - init_vector
ispnp_message:
- .asciz "Etherboot detected PnP BIOS\r\n"
+ .asciz "gPXE detected PnP BIOS\r\n"
.size ispnp_message, . - ispnp_message
notpnp_message:
- .asciz "Etherboot detected non-PnP BIOS\r\n"
+ .asciz "gPXE detected non-PnP BIOS\r\n"
.size notpnp_message, . - notpnp_message
/* Boot execution vector
@@ -173,7 +173,7 @@ exec_vector:
.previous
exec_message:
- .asciz "Etherboot starting boot\r\n"
+ .asciz "gPXE starting boot\r\n"
.size exec_message, . - exec_message
/* UNDI loader