mirror of
https://github.com/libguestfs/libguestfs.git
synced 2026-03-22 07:03:38 +00:00
sysprep: remove log file of ntp
Signed-off-by: Wanlong Gao <gaowanlong@cn.fujitsu.com>
This commit is contained in:
committed by
Richard W.M. Jones
parent
c76dabf9ec
commit
efcf474d42
@@ -85,6 +85,9 @@ let globs = List.sort compare [
|
||||
|
||||
(* log file of gdm *)
|
||||
"/var/log/gdm/*";
|
||||
|
||||
(* log file of ntp *)
|
||||
"/var/log/ntpstats/*";
|
||||
]
|
||||
let globs_as_pod = String.concat "\n" (List.map ((^) " ") globs)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user