Displaying 2 results from an estimated 2 matches for "keywd_tabl".
Did you mean:
keywd_table
2010 Jul 27
2
[PATCH] core: remove HAS_LOCALBOOT
...-key help files
;
-; Local boot supported
-;
-%assign HAS_LOCALBOOT 1
-
-;
; log2(Max filename size Including final null)
;
FILENAME_MAX_LG2 equ 8
diff --git a/core/keywords.inc b/core/keywords.inc
index d0f7db3..bd482f2 100644
--- a/core/keywords.inc
+++ b/core/keywords.inc
@@ -94,8 +94,6 @@ keywd_table:
%if IS_PXELINUX
keyword ipappend, pc_ipappend
%endif
-%if HAS_LOCALBOOT
keyword localboot, pc_localboot
-%endif
keywd_count equ ($-keywd_table)/keywd_size
diff --git a/core/localboot.inc b/core/localboot.inc
index a66cf20..1fe3102 100644
--- a/core/localboot.inc
+++ b/core/localboot.in...
2002 Feb 26
0
syslinux timeout
...s message in error, hold'
db CR, LF
db 'down the Ctrl key while booting, and I will take your'
@@ -4305,20 +4392,23 @@
; mem= and vga= are handled as normal 32-bit integer values
initrd_cmd db 'initrd='
initrd_cmd_len equ 7
;
; Config file keyword table
;
align 2
keywd_table db 'ap' ; append
db 'de' ; default
db 'ti' ; timeout
+ ; DTM BEGIN ------------------------------------------------
+ db 'sh' ; showtimeout
+ ; DTM END --------------------------------------------------
db 'fo' ; font
db 'kb' ; kbd...