mirror of
https://github.com/libguestfs/libguestfs.git
synced 2026-03-22 07:03:38 +00:00
sysprep: remove systemd journals
This commit is contained in:
@@ -101,6 +101,9 @@ let globs = List.sort compare [
|
||||
|
||||
(* Red Hat subscription manager log files *)
|
||||
"/var/log/rhsm/*";
|
||||
|
||||
(* journals of systemd *)
|
||||
"/var/log/journal/*";
|
||||
]
|
||||
let globs_as_pod = String.concat "\n" (List.map ((^) " ") globs)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user