[Libguestfs] [PATCH 3/8] sysprep: remove the lightdm logs

Pino Toscano ptoscano at redhat.com
Wed Apr 9 11:58:31 UTC 2014


---
 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 3f05e9c..ee9aa30 100644
--- a/sysprep/sysprep_operation_logfiles.ml
+++ b/sysprep/sysprep_operation_logfiles.ml
@@ -91,6 +91,9 @@ let globs = List.sort compare [
   (* log file of gdm *)
   "/var/log/gdm/*";
 
+  (* log file of lightdm *)
+  "/var/log/lightdm/*";
+
   (* log file of ntp *)
   "/var/log/ntpstats/*";
 
-- 
1.9.0




More information about the Libguestfs mailing list