Displaying 1 result from an estimated 1 matches for "2150e52".
Did you mean:
21.052
2012 Nov 21
1
[PATCH] sysprep: remove crash data generated by kexec-tools
...akefile.am
@@ -43,6 +43,7 @@ operations = \
bash_history \
blkid_tab \
ca_certificates \
+ crash_data \
cron_spool \
dhcp_client_state \
dhcp_server_state \
diff --git a/sysprep/sysprep_operation_crash_data.ml b/sysprep/sysprep_operation_crash_data.ml
new file mode 100644
index 0000000..2150e52
--- /dev/null
+++ b/sysprep/sysprep_operation_crash_data.ml
@@ -0,0 +1,47 @@
+(* virt-sysprep
+ * Copyright (C) 2012 Fujitsu Limited.
+ *
+ * This program is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free So...