diff options
| author | hpa <hpa> | 2004-12-20 16:12:28 +0000 |
|---|---|---|
| committer | hpa <hpa> | 2004-12-20 16:12:28 +0000 |
| commit | 17fdeeb1c581a81d81c9493453aaf771d8b74d39 (patch) | |
| tree | 2b211a55ba0ff9b8a30a6eb882325634915a1fd8 /syslinux.doc | |
| parent | b987c9360a4eb2851d37a896daa6f2150a91cbe8 (diff) | |
| download | syslinux-17fdeeb1c581a81d81c9493453aaf771d8b74d39.tar.gz | |
Update some documentation
Diffstat (limited to 'syslinux.doc')
| -rw-r--r-- | syslinux.doc | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/syslinux.doc b/syslinux.doc index e7f58985..4def331a 100644 --- a/syslinux.doc +++ b/syslinux.doc @@ -161,8 +161,13 @@ LABEL label specified in the global section of the file (before the first LABEL command.) The default for "image" is the same as "label", and if no APPEND is given the default is to use the - global entry (if any). Up to 64 LABEL entries are permitted - (for SYSLINUX, 128 LABEL entries.) + global entry (if any). + + Starting with version 2.20, LABEL statements are compressed + internally, therefore the maximum number of LABEL statements + depends on their complexity. Typical is around 600. SYSLINUX + will print an error message if the internal memory for labels + is overrun. Note that LILO uses the syntax: image = mykernel |
