summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastian Herbszt <herbszt@gmx.de>2009-07-18 17:06:32 +0200
committerSebastian Herbszt <herbszt@gmx.de>2009-07-18 17:06:32 +0200
commit26f0dd1d698f332a9a095ba59e8ccbb633ce6a1f (patch)
treeb5c4fa8025790149bce19fbb7059bd1d696af463
parent239fdacbbf499a2242ca52e79c40f46fae705fb1 (diff)
downloadsyslinux-26f0dd1d698f332a9a095ba59e8ccbb633ce6a1f.tar.gz
gfxboot: remove obsolete message regarding pxelinux support
PXELINUX is supported by the gfxboot module. Signed-off-by: Sebastian Herbszt <herbszt@gmx.de>
-rw-r--r--modules/gfxboot.asm1
1 files changed, 0 insertions, 1 deletions
diff --git a/modules/gfxboot.asm b/modules/gfxboot.asm
index 9282b121..5c7b118b 100644
--- a/modules/gfxboot.asm
+++ b/modules/gfxboot.asm
@@ -968,7 +968,6 @@ msg_missing db 'missing',0
msg_usage db 'Usage: gfxboot.com <bootlogo>',0dh,0ah,0
msg_memory db 'Could not detect available memory size',0dh,0ah,0
msg_bootlogo_toobig db 'bootlogo file too big',0dh,0ah,0
-msg_pxelinux db 'pxelinux is not supported',0dh,0ah,0
msg_unknown_file_size db 'unknown file size',0dh,0ah,0
msg_not_found db ' not found',0dh,0ah,0
msg_no_labels_defined db 'No labels defined in config file',0dh,0ah,0