osbuild: be more quiet
Don't print systemd-nspawn's messages about starting and stopping containers. Also supress a ldconfig warning and only show output from systemd-sysusers when it fails.
This commit is contained in:
parent
170eadde04
commit
9703b975c3
2 changed files with 9 additions and 1 deletions
1
osbuild
1
osbuild
|
|
@ -50,6 +50,7 @@ class BuildRoot:
|
|||
def run(self, argv, binds=[], readonly_binds=[], *args, **kwargs):
|
||||
return subprocess.run([
|
||||
"systemd-nspawn",
|
||||
"--quiet",
|
||||
"--as-pid2",
|
||||
"--link-journal=no",
|
||||
"--volatile=yes",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue