All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] fix #11044: wic should support multiple boot labels such as boot and install targets
@ 2017-02-23 14:33 Ed Bartosh
  2017-02-23 14:33 ` [PATCH 1/2] wic: bootimg-pcbios: add support for syslinux vesamenu Ed Bartosh
  2017-02-23 14:33 ` [PATCH 2/2] wic: add more targets to directdisk syslinux config Ed Bartosh
  0 siblings, 2 replies; 3+ messages in thread
From: Ed Bartosh @ 2017-02-23 14:33 UTC (permalink / raw)
  To: openembedded-core

Hi,

This patchset provides an example of multi-target syslinux config.
It utilizes --configfile bootloader option instead of "traditional" way to
hardcode all configuration details in wic plugin code.

This approach is a preferable way to configure bootloaders in wic. It should
be used for all wic pluins in future.

The following changes since commit 5d96bc6d1af89dda11f3266548fe1547152c86e1:

  image_types_wic: fix expansion error (2017-02-22 15:41:33 +0200)

are available in the git repository at:

  git://git.yoctoproject.org/poky-contrib ed/wic/wip
  http://git.yoctoproject.org/cgit.cgi/poky-contrib/log/?h=ed/wic/wip

Ed Bartosh (2):
  wic: bootimg-pcbios: add support for syslinux vesamenu
  wic: add more targets to directdisk syslinux config

 .../canned-wks/directdisk-bootloader-config.cfg    | 28 +++++++++++++++++-----
 scripts/lib/wic/plugins/source/bootimg-pcbios.py   | 20 ++++++++++------
 2 files changed, 35 insertions(+), 13 deletions(-)

--
Regards,
Ed


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2017-02-23 14:41 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-02-23 14:33 [PATCH 0/2] fix #11044: wic should support multiple boot labels such as boot and install targets Ed Bartosh
2017-02-23 14:33 ` [PATCH 1/2] wic: bootimg-pcbios: add support for syslinux vesamenu Ed Bartosh
2017-02-23 14:33 ` [PATCH 2/2] wic: add more targets to directdisk syslinux config Ed Bartosh

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.