summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorH. Peter Anvin <hpa@zytor.com>2007-10-19 15:20:53 -0700
committerH. Peter Anvin <hpa@zytor.com>2007-11-01 15:34:45 -0700
commite6bc5d0ea8d4ff64dcdc37f400a2f7e4fa6f2f39 (patch)
treedfe73080e077e80b872bd017b8d7d3a7239bf72a
parent3c82042fe814404e409351f73c40f992344e50ea (diff)
downloadsyslinux-e6bc5d0ea8d4ff64dcdc37f400a2f7e4fa6f2f39.tar.gz
DHCP bootfile option is 67, not 64.
-rw-r--r--pxelinux.asm2
1 files changed, 1 insertions, 1 deletions
diff --git a/pxelinux.asm b/pxelinux.asm
index d54510bb..625ffb2d 100644
--- a/pxelinux.asm
+++ b/pxelinux.asm
@@ -2263,7 +2263,7 @@ dopt_%2:
jmp dhcp_copyoption
.skip: ret
- dopt 64, bootfile_name
+ dopt 67, bootfile_name
mov di,BootFile
jmp dhcp_copyoption