diff options
Diffstat (limited to 'meta/classes/syslinux.bbclass')
-rw-r--r-- | meta/classes/syslinux.bbclass | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/classes/syslinux.bbclass b/meta/classes/syslinux.bbclass index b9701bf237..d6498d98bb 100644 --- a/meta/classes/syslinux.bbclass +++ b/meta/classes/syslinux.bbclass | |||
@@ -5,7 +5,7 @@ | |||
5 | # Provide syslinux specific functions for building bootable images. | 5 | # Provide syslinux specific functions for building bootable images. |
6 | 6 | ||
7 | # External variables | 7 | # External variables |
8 | # ${INITRD} - indicates a filesystem image to use as an initrd (optional) | 8 | # ${INITRD} - indicates a list of filesystem images to concatenate and use as an initrd (optional) |
9 | # ${ROOTFS} - indicates a filesystem image to include as the root filesystem (optional) | 9 | # ${ROOTFS} - indicates a filesystem image to include as the root filesystem (optional) |
10 | # ${AUTO_SYSLINUXMENU} - set this to 1 to enable creating an automatic menu | 10 | # ${AUTO_SYSLINUXMENU} - set this to 1 to enable creating an automatic menu |
11 | # ${LABELS} - a list of targets for the automatic config | 11 | # ${LABELS} - a list of targets for the automatic config |