[Libguestfs] [PATCH] sysprep: handle SuSE in hostname operation

Richard W.M. Jones rjones at redhat.com
Wed Sep 19 17:21:40 UTC 2012


On Wed, Sep 19, 2012 at 07:14:50PM +0200, Olaf Hering wrote:
> SuSE based installations store the hostname in /etc/HOSTNAME.
> Add code to handle both opensuse and sles. Code to properly detect
> the latter will be added with another patch.
> 
> Signed-off-by: Olaf Hering <olaf at aepfle.de>
> 
> diff --git a/sysprep/sysprep_operation_hostname.ml b/sysprep/sysprep_operation_hostname.ml
> index 3fc8800..363069b 100644
> --- a/sysprep/sysprep_operation_hostname.ml
> +++ b/sysprep/sysprep_operation_hostname.ml
> @@ -45,6 +45,10 @@ let hostname_perform g root =
>      g#write filename file;
>      [ `Created_files ]
>  
> +  | "linux", ("opensuse"|"sles") ->

I should add here this would require us to detect "sles".  I'm
not sure what SLES guests return right now, it could be "opensuse",
but I don't have a guest to test with.

Rich.

-- 
Richard Jones, Virtualization Group, Red Hat http://people.redhat.com/~rjones
virt-p2v converts physical machines to virtual machines.  Boot with a
live CD or over the network (PXE) and turn machines into Xen guests.
http://et.redhat.com/~rjones/virt-p2v




More information about the Libguestfs mailing list