diff options
author | H. Peter Anvin <hpa@zytor.com> | 2008-07-03 18:45:42 -0700 |
---|---|---|
committer | H. Peter Anvin <hpa@zytor.com> | 2008-07-03 18:45:42 -0700 |
commit | 09dcba81bb7220e929093913bbfcb2c47e0ed4fb (patch) | |
tree | 509fa3f1f5b55f7e7ee5f6f7b50fa2ea8ae3720d /core/isolinux.asm | |
parent | 9de789906be3d913a89189c15ba4eff40f37022f (diff) | |
download | syslinux-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/isolinux.asm')
-rw-r--r-- | core/isolinux.asm | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/core/isolinux.asm b/core/isolinux.asm index 5452012c..a3eb9ee5 100644 --- a/core/isolinux.asm +++ b/core/isolinux.asm @@ -1472,12 +1472,6 @@ dbg_isodir_msg db 'isolinux directory at LBA = ', 0 dbg_config_msg db 'About to load config file...', CR, LF, 0 dbg_configok_msg db 'Configuration file opened...', CR, LF, 0 %endif -; -; 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 |