Skip to content

Commit

Permalink
v2v: Fix confusion over rhel-7 virt-v2v conversion server / appliance.
Browse files Browse the repository at this point in the history
This fixes commit 4c7fb62
and updates commit 4e4ece5.
  • Loading branch information
rwmjones committed May 20, 2015
1 parent 10cb9b9 commit 3a63ee2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions v2v/rhel-7-virt-v2v-conversion-server.config
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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
6 changes: 3 additions & 3 deletions v2v/rhel-7-virt-v2v-conversion-server.ks
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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
Expand Down Expand Up @@ -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:
Expand Down

0 comments on commit 3a63ee2

Please sign in to comment.