[Libguestfs] [PATCH 3/5] sysprep: remove log file of gdm

Wanlong Gao gaowanlong at cn.fujitsu.com
Thu Sep 5 06:57:32 UTC 2013


Signed-off-by: Wanlong Gao <gaowanlong at cn.fujitsu.com>
---
 sysprep/sysprep_operation_logfiles.ml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/sysprep/sysprep_operation_logfiles.ml b/sysprep/sysprep_operation_logfiles.ml
index b834d42..a8b24f1 100644
--- a/sysprep/sysprep_operation_logfiles.ml
+++ b/sysprep/sysprep_operation_logfiles.ml
@@ -82,6 +82,9 @@ let globs = List.sort compare [
 
   (* log file of sysstat *)
   "/var/log/sa/*";
+
+  (* log file of gdm *)
+  "/var/log/gdm/*";
 ]
 let globs_as_pod = String.concat "\n" (List.map ((^) " ") globs)
 
-- 
1.8.4.27.g0a41de8




More information about the Libguestfs mailing list