buildinstall: Log message for boot config change

JIRA: COMPOSE-3945
Signed-off-by: Haibo Lin <hlin@redhat.com>
This commit is contained in:
Haibo Lin 2019-11-21 11:39:02 +08:00
parent 0c040e0a69
commit 6afbe6d20a
4 changed files with 14 additions and 6 deletions

View file

@ -96,7 +96,7 @@ def run(log, opts):
# if ks.cfg is detected, patch syslinux + grub to use it
if 'ks.cfg' in graft_points:
log.info('Adding ks.cfg to boot configs')
tweak_configs(work_dir, volume_id, graft_points['ks.cfg'])
tweak_configs(work_dir, volume_id, graft_points['ks.cfg'], logger=log)
arch = opts.force_arch or get_arch(log, work_dir)