mirror of
git://git.yoctoproject.org/poky
synced 2026-09-27 06:05:14 +00:00
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:
parent
62ece10eb1
commit
4d3d6fbb41
@ -146,6 +146,8 @@ python build_syslinux_cfg () {
|
|||||||
if initrd:
|
if initrd:
|
||||||
cfgfile.write('initrd=initrd ')
|
cfgfile.write('initrd=initrd ')
|
||||||
|
|
||||||
|
cfgfile.write('LABEL=%s '% (label))
|
||||||
|
|
||||||
cfgfile.write('%s\n' % (append))
|
cfgfile.write('%s\n' % (append))
|
||||||
|
|
||||||
cfgfile.close()
|
cfgfile.close()
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user