Skip to content

Commit

Permalink
Merge pull request #2434 from OSInside/refactor_disk_builder_for_furt…
Browse files Browse the repository at this point in the history
…her_context_manager

Refactor disk builder for use with context manager
  • Loading branch information
schaefi authored Jan 18, 2024
2 parents 0594dcd + a1783ff commit 869b280
Show file tree
Hide file tree
Showing 3 changed files with 529 additions and 381 deletions.
3 changes: 2 additions & 1 deletion kiwi/bootloader/config/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,8 @@ def write_meta_data(
pass

def setup_disk_image_config(
self, boot_uuid, root_uuid, hypervisor, kernel, initrd, boot_options={}
self, boot_uuid=None, root_uuid=None, hypervisor=None,
kernel=None, initrd=None, boot_options={}
):
"""
Create boot config file to boot from disk.
Expand Down
Loading

0 comments on commit 869b280

Please sign in to comment.