search for: d307373

Displaying 1 result from an estimated 1 matches for "d307373".

2013 Oct 22
4
[PATCH] sysprep: add feature of removing specified paths
...+ b/sysprep/Makefile.am @@ -57,6 +57,7 @@ operations = \ password \ puppet_data_log \ random_seed \ + remove_path \ rhn_systemid \ rpm_db \ samba_db_log \ diff --git a/sysprep/sysprep_operation_remove_path.ml b/sysprep/sysprep_operation_remove_path.ml new file mode 100644 index 0000000..d307373 --- /dev/null +++ b/sysprep/sysprep_operation_remove_path.ml @@ -0,0 +1,53 @@ +(* virt-sysprep + * Copyright (C) 2013 Fujitsu Ltd. + * + * 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 Softw...