[Pkg-libvirt-commits] [libguestfs] 05/19: v2v: Fix confusion over rhel-7 virt-v2v conversion server / appliance.

Hilko Bengen bengen at moszumanska.debian.org
Sun Nov 1 17:12:29 UTC 2015


This is an automated email from the git hooks/post-receive script.

bengen pushed a commit to annotated tag upstream/1.29.44
in repository libguestfs.

commit 3a63ee2aafe8099fdf2b4e228a62d86c83739d3e
Author: Richard W.M. Jones <rjones at redhat.com>
Date:   Wed May 20 07:40:22 2015 -0400

    v2v: Fix confusion over rhel-7 virt-v2v conversion server / appliance.
    
    This fixes commit 4c7fb62f4a301cf26a7cf1ca3a5ed0d47406fa55
    and updates commit 4e4ece53647fba810eeb45086b46d02f54e02fe2.
---
 v2v/rhel-7-virt-v2v-conversion-server.config | 4 ++--
 v2v/rhel-7-virt-v2v-conversion-server.ks     | 6 +++---
 2 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/v2v/rhel-7-virt-v2v-conversion-server.config b/v2v/rhel-7-virt-v2v-conversion-server.config
index 07b2ea4..ed6fdad 100644
--- a/v2v/rhel-7-virt-v2v-conversion-server.config
+++ b/v2v/rhel-7-virt-v2v-conversion-server.config
@@ -1,6 +1,6 @@
 # https://mojo.redhat.com/docs/DOC-953445
 # Build using:
-# brew image-build [--scratch] --config=rhel-7-virt-v2v-appliance.config
+# brew image-build [--scratch] --config=rhel-7-virt-v2v-conversion-server.config
 
 [image-build]
 name = virt-v2v
@@ -15,4 +15,4 @@ distro = RHEL-7.1
 repo = http://cdn.stage.redhat.com/content/dist/rhel/server/7/7.1/x86_64/os/,http://cdn.stage.redhat.com/content/dist/rhel/server/7/7Server/x86_64/openstack/6.0/os/,http://cdn.stage.redhat.com/content/dist/rhel/server/7/7Server/x86_64/v2vwin/os/ 
 
 ksversion = RHEL7
-kickstart = rhel-7-virt-v2v-appliance.ks
+kickstart = rhel-7-virt-v2v-conversion-server.ks
diff --git a/v2v/rhel-7-virt-v2v-conversion-server.ks b/v2v/rhel-7-virt-v2v-conversion-server.ks
index 06ad06a..d909735 100644
--- a/v2v/rhel-7-virt-v2v-conversion-server.ks
+++ b/v2v/rhel-7-virt-v2v-conversion-server.ks
@@ -1,4 +1,4 @@
-# Kickstart file for creating the RHEL 7 virt-v2v appliance.
+# Kickstart file for creating the RHEL 7 virt-v2v conversion server appliance.
 # (C) Copyright 2014-2015 Red Hat Inc.
 #
 # This program is free software; you can redistribute it and/or modify
@@ -15,7 +15,7 @@
 # along with this program; if not, write to the Free Software
 # Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
 
-# NB: Use rhel-7-virt-v2v-appliance.conf to build the appliance.
+# NB: Use rhel-7-virt-v2v-conversion-server.config to build the appliance.
 # Read the instructions at the top of that file.
 
 lang en_US.UTF-8
@@ -91,7 +91,7 @@ telnet
 # /etc/issue
 
 cat > /etc/issue << 'EOF'
-Welcome to the Red Hat Enterprise Linux 7 virt-v2v appliance.
+Welcome to the Red Hat Enterprise Linux 7 virt-v2v conversion server.
 
 Tips:
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-libvirt/libguestfs.git



More information about the Pkg-libvirt-commits mailing list