syslinux: We forward the LABEL through cmdline

git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5458 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
Samuel Ortiz 2008-10-08 14:36:47 +00:00
parent 62ece10eb1
commit 4d3d6fbb41
1 changed files with 2 additions and 0 deletions

View 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()