summaryrefslogtreecommitdiffstats
path: root/wic/systemd-bootdisk-microcode.wks.in
Commit message (Collapse)AuthorAgeFilesLines
* wic: remove APPEND from .wks.inChee Yang Lee2020-02-181-1/+1
| | | | | | | | | | since wic took APPEND in env, APPEND are no longer required in .wks.in. Remove APPEND from .wks.in to prevent duplicates see commit: https://git.openembedded.org/openembedded-core/commit/?id=18981b8a457104391dfd94938c247eac04e4ed50 Signed-off-by: Chee Yang Lee <chee.yang.lee@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* wic: pass APPEND to bootloaderRoss Burton2019-03-071-0/+13
Rename the systemd and grub-efi .wks files to .wks.in, and replace all 'append' entries apart from rootfstype (which is specific to the wks file) with ${APPEND}, so the values of APPEND from the BSP and user is respected. Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>