diff options
author | Erwan Velu <erwan.velu@free.fr> | 2009-03-27 16:21:21 +0100 |
---|---|---|
committer | Erwan Velu <erwan.velu@free.fr> | 2009-03-27 16:21:21 +0100 |
commit | 4b082d511b4191cc0f353d2cea340b37e5e74643 (patch) | |
tree | f6ab897f83e25d9f9d27b56e3bf52dc1b3290730 /doc | |
parent | 7efc20e5a0c9c5e814f572a2d76cf274804b95de (diff) | |
download | syslinux.git-4b082d511b4191cc0f353d2cea340b37e5e74643.tar.gz syslinux.git-4b082d511b4191cc0f353d2cea340b37e5e74643.tar.xz syslinux.git-4b082d511b4191cc0f353d2cea340b37e5e74643.zip |
doc: Adding more initrd details
Signed-off-by: Gert Hulselmans (hulselmansgert@gmail.com)
Diffstat (limited to 'doc')
-rw-r--r-- | doc/syslinux.txt | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/syslinux.txt b/doc/syslinux.txt index 72e3ec04..72f38d34 100644 --- a/doc/syslinux.txt +++ b/doc/syslinux.txt @@ -267,6 +267,12 @@ LABEL label statement; this functionally appends "initrd=initrd_file" to the kernel command line. + It supports multiple filenames separated by commas. + This is mostly useful for initramfs, which can be composed of + multiple separate cpio or cpio.gz archives. + Note: all files except the last one are zero-padded to a + 4K page boundary. This should not affect initramfs.) + IMPLICIT flag_val If flag_val is 0, do not load a kernel image unless it has been explicitly named in a LABEL statement. The default is 1. |