]> code.ossystems Code Review - openembedded-core.git/commit
wic: Prepare wicboot to allow custom bootloader config
authorMariano Lopez <mariano.lopez@linux.intel.com>
Wed, 18 Nov 2015 07:39:07 +0000 (07:39 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 9 Dec 2015 08:47:27 +0000 (08:47 +0000)
commit8347aee95ea271921c15ea8e580f0ff62325aa26
treea8a94a84abffdd74f8c3e58b8f865d6cce068bea
parent0be4c30aaf03de58d8037a89e342ca0b379a0881
wic: Prepare wicboot to allow custom bootloader config

Currently wic does the bootloader configuration file on the fly.
This change introduce a configfile variable for the bootloader;
this is to have a user defined configuration file for the
bootloaders (grub, syslinux, and gummiboot). This is particular
useful when having a multiboot system or scripts embedded in the
configuration file.

[YOCTO #8728]

Signed-off-by: Mariano Lopez <mariano.lopez@linux.intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
scripts/lib/wic/kickstart/__init__.py
scripts/lib/wic/kickstart/custom_commands/wicboot.py