Displaying 5 results from an estimated 5 matches for "111240e".
2015 Jul 24
1
Re: [PATCH] customize: password: improve unknown default crypto message
...ersion in MAJOR.MINOR format if MAJOR is zero.
>
> Also, fix wrapping (and indentation) of the message.
> ---
> customize/password.ml | 11 +++++++++--
> 1 file changed, 9 insertions(+), 2 deletions(-)
>
> diff --git a/customize/password.ml b/customize/password.ml
> index 111240e..7a050d6 100644
> --- a/customize/password.ml
> +++ b/customize/password.ml
> @@ -163,6 +163,13 @@ and default_crypto g root =
> | "ubuntu", _ -> `MD5
>
> | _, _ ->
> - warning (f_"password: using insecure md5 password encryption for
> -guest...
2015 Jul 24
3
[PATCH] customize: random_seed: add CirrOS location
CirrOS has its random-seed file in /etc.
---
customize/random_seed.ml | 3 +++
1 file changed, 3 insertions(+)
diff --git a/customize/random_seed.ml b/customize/random_seed.ml
index 34a7af7..5a15ad9 100644
--- a/customize/random_seed.ml
+++ b/customize/random_seed.ml
@@ -30,6 +30,7 @@ let rec set_random_seed (g : Guestfs.guestfs) root =
"/var/lib/systemd/random-seed"; (* Fedora
2015 Jul 24
0
[PATCH] customize: password: improve unknown default crypto message
...ption for the
current guest, print its version in MAJOR.MINOR format if MAJOR is zero.
Also, fix wrapping (and indentation) of the message.
---
customize/password.ml | 11 +++++++++--
1 file changed, 9 insertions(+), 2 deletions(-)
diff --git a/customize/password.ml b/customize/password.ml
index 111240e..7a050d6 100644
--- a/customize/password.ml
+++ b/customize/password.ml
@@ -163,6 +163,13 @@ and default_crypto g root =
| "ubuntu", _ -> `MD5
| _, _ ->
- warning (f_"password: using insecure md5 password encryption for
-guest of type %s version %d.\nIf this is incor...
2015 Jul 17
0
[PATCH 1/2] mllib: add and use read_first_line_from_file
...not impossible at all) situation.
---
customize/password.ml | 8 +-------
mllib/common_utils.ml | 6 ++++++
mllib/common_utils.mli | 4 ++++
v2v/cmdline.ml | 2 +-
4 files changed, 12 insertions(+), 8 deletions(-)
diff --git a/customize/password.ml b/customize/password.ml
index d91c4b5..111240e 100644
--- a/customize/password.ml
+++ b/customize/password.ml
@@ -60,7 +60,7 @@ and parse_selector_list orig_arg = function
let pw = parse_selector_list orig_arg rest in
{ pw with pw_locked = true }
| [ "file"; filename ] ->
- { pw_password = Password (read_password_fr...
2015 Jul 17
4
[PATCH v2 0/2] basic subscription-manager support in virt-customize
Hi,
this is the v2 of a series introducing basic support for
registering/attaching/unregistering RHEL guests using
subscription-manager, so it is possible to do for example:
$ virt-customize -a rhel-guest.qcow2 \
--sm-credentials user:file:/path/to/password-file --sm-register \
--sm-attach file:/path/to/pool-file \
--install pkg1 --install pkg2 .. \
--sm-remove --sm-unregister