Skip to content

Commit

Permalink
WIP: test commit to get more information
Browse files Browse the repository at this point in the history
  • Loading branch information
jkonecny12 committed Oct 8, 2024
1 parent f054b40 commit 0b98b29
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions test/machine_install.py
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,11 @@ def _write_interactive_defaults_ks(self, updates_image):
os.makedirs(f"{tmp_dir}/{defaults_path}")
# unpack initrd to the temporary directory
os.system(f"cd {tmp_dir} && gzip -dc {updates_image} | cpio -idu")
print("-------")
os.system(f"ls -lZ {updates_image}")
print("-------")
os.system("df -h")
print("-------")
# add new interactive-defaults.ks (have to be available at start of the installer)
with open(f"{tmp_dir}/{defaults_path}/interactive-defaults.ks", "wt", encoding="utf-8") as f:
f.write(content)
Expand Down

0 comments on commit 0b98b29

Please sign in to comment.