[node-patches] Change in ovirt-node[ovirt-3.5]: recipe: Bring back the 'release' string
fabiand at redhat.com
fabiand at redhat.com
Wed May 6 15:59:38 UTC 2015
Fabian Deutsch has uploaded a new change for review.
Change subject: recipe: Bring back the 'release' string
......................................................................
recipe: Bring back the 'release' string
Some users are monitoring RHEV-H based on that string in the
system-release file.
Change-Id: Ic41d7b20d6b5eb75014858e932d1473a29f64783
Bug-Url: https://bugzilla.redhat.com/show_bug.cgi?id=1212902
Signed-off-by: Fabian Deutsch <fabiand at fedoraproject.org>
(cherry picked from commit 27bb98a6db23f80116118829b6c75592d8a11999)
---
M recipe/common-nochroot.ks
1 file changed, 1 insertion(+), 1 deletion(-)
git pull ssh://gerrit.ovirt.org:29418/ovirt-node refs/changes/21/40621/1
diff --git a/recipe/common-nochroot.ks b/recipe/common-nochroot.ks
index 217848a..4b1b166 100644
--- a/recipe/common-nochroot.ks
+++ b/recipe/common-nochroot.ks
@@ -90,7 +90,7 @@
# /(which is not shown in ply anyway)
# The initrd can not be regeneated in a non-chroot env (here)
cat > $INSTALL_ROOT/etc/$PACKAGE-release <<EOF
-$PRODUCT $VERSION ($RELEASE)
+$PRODUCT release $VERSION ($RELEASE)
EOF
ln -snf $PACKAGE-release $INSTALL_ROOT/etc/redhat-release
ln -snf $PACKAGE-release $INSTALL_ROOT/etc/system-release
--
To view, visit https://gerrit.ovirt.org/40621
To unsubscribe, visit https://gerrit.ovirt.org/settings
Gerrit-MessageType: newchange
Gerrit-Change-Id: Ic41d7b20d6b5eb75014858e932d1473a29f64783
Gerrit-PatchSet: 1
Gerrit-Project: ovirt-node
Gerrit-Branch: ovirt-3.5
Gerrit-Owner: Fabian Deutsch <fabiand at redhat.com>
More information about the node-patches
mailing list