]> code.ossystems Code Review - openembedded-core.git/commitdiff
syslinux: We forward the LABEL through cmdline
authorSamuel Ortiz <sameo@openedhand.com>
Wed, 8 Oct 2008 14:36:47 +0000 (14:36 +0000)
committerSamuel Ortiz <sameo@openedhand.com>
Wed, 8 Oct 2008 14:36:47 +0000 (14:36 +0000)
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5458 311d38ba-8fff-0310-9ca6-ca027cbcb966

meta/classes/syslinux.bbclass

index ea07e238284458d92b37ec16d3683e0e37534782..9f35c79823b641e4c0de4a06b622e0b8abc72da2 100644 (file)
@@ -146,6 +146,8 @@ python build_syslinux_cfg () {
                        if initrd:
                                cfgfile.write('initrd=initrd ')
 
+                       cfgfile.write('LABEL=%s '% (label))
+
                        cfgfile.write('%s\n' % (append))
 
        cfgfile.close()