search for: sysprep_operation_random_seed

Displaying 11 results from an estimated 11 matches for "sysprep_operation_random_seed".

2012 Apr 24
1
[PATCH] sysprep: remove the cache of package manager
...akefile.am b/sysprep/Makefile.am index e4b7f7b..78b1fa1 100644 --- a/sysprep/Makefile.am +++ b/sysprep/Makefile.am @@ -42,6 +42,7 @@ SOURCES = \ sysprep_operation_logfiles.ml \ sysprep_operation_mail_spool.ml \ sysprep_operation_net_hwaddr.ml \ + sysprep_operation_package_manager_cache.ml \ sysprep_operation_random_seed.ml \ sysprep_operation_rhn_systemid.ml \ sysprep_operation_script.ml \ @@ -69,6 +70,7 @@ OBJECTS = \ sysprep_operation_logfiles.cmx \ sysprep_operation_mail_spool.cmx \ sysprep_operation_net_hwaddr.cmx \ + sysprep_operation_package_manager_cache.ml \ sysprep_operation_random_seed.cmx \...
2012 May 25
1
[PATCH] sysprep: remove the data and log files of puppet
...le.am b/sysprep/Makefile.am index 4f49ad3..2afd406 100644 --- a/sysprep/Makefile.am +++ b/sysprep/Makefile.am @@ -49,6 +49,7 @@ SOURCES = \ sysprep_operation_net_hwaddr.ml \ sysprep_operation_package_manager_cache.ml \ sysprep_operation_pam_data.ml \ + sysprep_operation_puppet_data_log.ml \ sysprep_operation_random_seed.ml \ sysprep_operation_rhn_systemid.ml \ sysprep_operation_samba_db_log.ml \ @@ -86,6 +87,7 @@ OBJECTS = \ sysprep_operation_net_hwaddr.cmx \ sysprep_operation_package_manager_cache.cmx \ sysprep_operation_pam_data.cmx \ + sysprep_operation_puppet_data_log.cmx \ sysprep_operation_random...
2012 Apr 06
2
[PATCH] virt-sysprep:add logging feature
...rver_state.ml | 8 ++++++-- sysprep/sysprep_operation_hostname.ml | 4 +++- sysprep/sysprep_operation_logfiles.ml | 11 +++++++++-- sysprep/sysprep_operation_mail_spool.ml | 9 +++++++-- sysprep/sysprep_operation_net_hwaddr.ml | 3 ++- sysprep/sysprep_operation_random_seed.ml | 3 ++- sysprep/sysprep_operation_rhn_systemid.ml | 8 ++++++-- sysprep/sysprep_operation_script.ml | 2 +- sysprep/sysprep_operation_smolt_uuid.ml | 8 ++++++-- sysprep/sysprep_operation_ssh_hostkeys.ml | 8 ++++++-- sysprep/sysprep_op...
2012 Apr 25
3
[PATCH 1/3] sysprep: remove the db and log of sssd
Remove the db and log of sssd. Signed-off-by: Wanlong Gao <gaowanlong at cn.fujitsu.com> --- sysprep/Makefile.am | 2 ++ sysprep/sysprep_operation_sssd_db_log.ml | 50 ++++++++++++++++++++++++++++++ 2 files changed, 52 insertions(+) create mode 100644 sysprep/sysprep_operation_sssd_db_log.ml diff --git a/sysprep/Makefile.am b/sysprep/Makefile.am index
2012 May 07
1
[PATCH] sysprep: remove pam data
...akefile.am b/sysprep/Makefile.am index 38acfd2..d82e5ae 100644 --- a/sysprep/Makefile.am +++ b/sysprep/Makefile.am @@ -45,6 +45,7 @@ SOURCES = \ sysprep_operation_mail_spool.ml \ sysprep_operation_net_hwaddr.ml \ sysprep_operation_package_manager_cache.ml \ + sysprep_operation_pam_data.ml \ sysprep_operation_random_seed.ml \ sysprep_operation_rhn_systemid.ml \ sysprep_operation_samba_db_log.ml \ @@ -77,6 +78,7 @@ OBJECTS = \ sysprep_operation_mail_spool.cmx \ sysprep_operation_net_hwaddr.cmx \ sysprep_operation_package_manager_cache.cmx \ + sysprep_operation_pam_data.cmx \ sysprep_operation_random_seed...
2013 Jun 14
3
[PATCH 0/2] Fix inspection of Fedora guests (RHBZ#974489).
Here is a preliminary fix for this bug. I'm running the test suite on this now. Rich.
2014 Jan 21
1
[PATCH 1/2] sysprep: Update comments.
--- sysprep/sysprep_operation.mli | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/sysprep/sysprep_operation.mli b/sysprep/sysprep_operation.mli index 61dde72..eb89db4 100644 --- a/sysprep/sysprep_operation.mli +++ b/sysprep/sysprep_operation.mli @@ -16,14 +16,16 @@ * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. *) -(** Structure used to describe sysprep
2013 Oct 22
4
[PATCH] sysprep: add feature of removing specified paths
...ysprep_operation_remove_path.ml diff --git a/po/POTFILES-ml b/po/POTFILES-ml index 509e786..0e25e95 100644 --- a/po/POTFILES-ml +++ b/po/POTFILES-ml @@ -50,6 +50,7 @@ sysprep/sysprep_operation_pam_data.ml sysprep/sysprep_operation_password.ml sysprep/sysprep_operation_puppet_data_log.ml sysprep/sysprep_operation_random_seed.ml +sysprep/sysprep_operation_remove_path.ml sysprep/sysprep_operation_rhn_systemid.ml sysprep/sysprep_operation_rpm_db.ml sysprep/sysprep_operation_samba_db_log.ml diff --git a/sysprep/Makefile.am b/sysprep/Makefile.am index c5be5ba..cb95cea 100644 --- a/sysprep/Makefile.am +++ b/sysprep/Makefi...
2012 Apr 30
5
[PATCH 0/4 v1] Remove gettextify, implement OCaml gettext.
Version 1 of the patch, for discussion, but not to be applied. It does work, but needs a lot more testing. This removes all the psychopathic gettextify cruft, and replaces it with a 99 line Makefile.am. A large win, I think. The third patch implements gettext support in the OCaml tools. The fourth patch is just for illustration. It shows the consequent changes to libguestfs.pot and the po
2013 Aug 24
67
[PATCH 00/67] Proposed patches for libguestfs 1.22.6.
In the kernel and qemu communities it is routine for patches that will be backported to stable branches to be posted for review. I'm proposing we do the same for libguestfs stable branches. All of the attached have been tested with 'make check-release'. Rich.
2012 Mar 31
3
[PATCH (incomplete)] Rewrite virt-sysprep in OCaml.
This patch is incomplete but it illustrates the idea. virt-sysprep is rewritten as a modular tool in OCaml. Only the 'utmp' and 'hostname' operations are implemented at the moment. Rich.