The first patch fixes the os/distro comparison, which requires the string
to be single-quoted;
The second patch adjusts CentOS 7 name for its variants;
Fabiano Fidêncio (2):
install-script,centos: Fix distro comparision
centos: Adjust the variant names to CentOS 7
data/install-script/redhat
As used in the name, let's adjust the variant names to also use CentOS 7
instead of CentOS 7.0.
Signed-off-by: Fabiano Fidêncio
---
data/os/centos.org/centos-7.0.xml.in | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/data/os/centos.org/centos-7.0.xml.in
b/data/os/centos.
We have to single-quote centos, otherwise the test for the os/distro
will always fail.
Signed-off-by: Fabiano Fidêncio
---
data/install-script/redhat.com/rhel-kickstart-desktop.xml.in | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/data/install-script/redhat.com/rhel-kickstar