buildinstall: Log message for boot config change
JIRA: COMPOSE-3945 Signed-off-by: Haibo Lin <hlin@redhat.com>
This commit is contained in:
parent
0c040e0a69
commit
6afbe6d20a
4 changed files with 14 additions and 6 deletions
|
|
@ -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)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue