---
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