mirror of
https://git.yoctoproject.org/poky
synced 2026-04-13 23:02:30 +02: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:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user