Skip to content

Commit

Permalink
Add --pretty=no to suppress output from systemd-repart when updating
Browse files Browse the repository at this point in the history
  • Loading branch information
MoltenArmor authored and DaanDeMeyer committed Mar 3, 2025
1 parent e050237 commit cddf4e4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions mkosi/sysupdate.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,8 @@ def run_sysupdate(args: Args, config: Config) -> None:
run(
[
"systemd-repart",
"--no-pager",
"--pretty=no",
"--split=yes",
*([f"--definitions={workdir(d)}" for d in config.repart_dirs]),
workdir(config.output_dir_or_cwd() / config.output_with_format),
Expand Down

0 comments on commit cddf4e4

Please sign in to comment.