summaryrefslogtreecommitdiff
path: root/pxelinux.asm
diff options
context:
space:
mode:
authorhpa <hpa>2003-11-27 05:36:16 +0000
committerhpa <hpa>2003-11-27 05:36:16 +0000
commit65cdb2eaabadc7ba9dfe499bc208672a947e3b98 (patch)
treee5f00057aecf409f64ccc05b12781ab4c4d0398b /pxelinux.asm
parent203545dc34c9426e82e334cafa39021f3291d8c2 (diff)
downloadsyslinux-65cdb2eaabadc7ba9dfe499bc208672a947e3b98.tar.gz
Add "onerror" configuration directivesyslinux-2.08-pre6
Diffstat (limited to 'pxelinux.asm')
-rw-r--r--pxelinux.asm2
1 files changed, 2 insertions, 0 deletions
diff --git a/pxelinux.asm b/pxelinux.asm
index d53924bb..0822992e 100644
--- a/pxelinux.asm
+++ b/pxelinux.asm
@@ -206,6 +206,7 @@ VKernelBuf: resb vk_size ; "Current" vkernel
alignb 4
AppendBuf resb max_cmd_len+1 ; append=
Ontimeout resb max_cmd_len+1 ; ontimeout
+Onerror resb max_cmd_len+1 ; onerror
KbdMap resb 256 ; Keyboard map
BootFile resb 256 ; Boot file from DHCP packet
PathPrefix resb 256 ; Path prefix derived from the above
@@ -2509,6 +2510,7 @@ BaseStack dd StackBuf ; SS:ESP of base stack
dw 0
AppendLen dw 0 ; Bytes in append= command
OntimeoutLen dw 0 ; Bytes in ontimeout command
+OnerrorLen dw 0 ; Bytes in onerror command
KbdTimeOut dw 0 ; Keyboard timeout (if any)
CmdLinePtr dw cmd_line_here ; Command line advancing pointer
initrd_flag equ $