summaryrefslogtreecommitdiff
path: root/core/ldlinux.asm
diff options
context:
space:
mode:
authorH. Peter Anvin <hpa@zytor.com>2008-07-03 18:45:42 -0700
committerH. Peter Anvin <hpa@zytor.com>2008-07-03 18:45:42 -0700
commit09dcba81bb7220e929093913bbfcb2c47e0ed4fb (patch)
tree509fa3f1f5b55f7e7ee5f6f7b50fa2ea8ae3720d /core/ldlinux.asm
parent9de789906be3d913a89189c15ba4eff40f37022f (diff)
downloadsyslinux-09dcba81bb7220e929093913bbfcb2c47e0ed4fb.tar.gz
Allow the initrd to be specified on a separate linesyslinux-3.71-pre4
Allow the initrd to be specified on a separate line from command-line options (append). This apparently can help certain tools.
Diffstat (limited to 'core/ldlinux.asm')
-rw-r--r--core/ldlinux.asm7
1 files changed, 0 insertions, 7 deletions
diff --git a/core/ldlinux.asm b/core/ldlinux.asm
index 9cf1c03d..2be865da 100644
--- a/core/ldlinux.asm
+++ b/core/ldlinux.asm
@@ -1716,13 +1716,6 @@ syslinux_cfg3 db '/' ; /syslinux.cfg
config_name db 'syslinux.cfg', 0 ; syslinux.cfg
;
-; Command line options we'd like to take a look at
-;
-; mem= and vga= are handled as normal 32-bit integer values
-initrd_cmd db 'initrd='
-initrd_cmd_len equ 7
-
-;
; Config file keyword table
;
%include "keywords.inc"