[node-patches] Change in ovirt-node[master]: Making dracut use ovirt os-release and auto generated one
tlitovsk at redhat.com
tlitovsk at redhat.com
Fri Jan 16 15:40:29 UTC 2015
Anatoly Litovsky has uploaded a new change for review.
Change subject: Making dracut use ovirt os-release and auto generated one
......................................................................
Making dracut use ovirt os-release and auto generated one
Bug-Url: https://bugzilla.redhat.com/show_bug.cgi?id=1181987
Change-Id: I924faaad86297104c822411f6db851d112c3be7e
Signed-off-by: Tolik Litovsky <tlitovsk at redhat.com>
---
M recipe/rhevh7-post.ks
1 file changed, 4 insertions(+), 1 deletion(-)
git pull ssh://gerrit.ovirt.org:29418/ovirt-node refs/changes/02/37002/1
diff --git a/recipe/rhevh7-post.ks b/recipe/rhevh7-post.ks
index c108be8..d4568a5 100644
--- a/recipe/rhevh7-post.ks
+++ b/recipe/rhevh7-post.ks
@@ -36,7 +36,7 @@
+++ module-setup.sh 2015-01-13 07:30:08.900364143 -0700
@@ -3,8 +3,6 @@
# ex: ts=8 sw=4 sts=4 et filetype=sh
-
+
check() {
- # a live host-only image doesn't really make a lot of sense
- [[ $hostonly ]] && return 1
@@ -254,3 +254,6 @@
/usr/sbin/plymouth-set-default-theme text
rm -rf /var/lib/sfcb/registration/repository.previous/root/virt
+# rhbz 413206 removing plymouth dracut message
+sed -i 's/ln -sf initrd-release $initdir\/etc\/os-release/cp \/etc\/os-release $initdir\/etc\//' /lib/dracut/modules.d/99base/module-setup.sh
+
--
To view, visit http://gerrit.ovirt.org/37002
To unsubscribe, visit http://gerrit.ovirt.org/settings
Gerrit-MessageType: newchange
Gerrit-Change-Id: I924faaad86297104c822411f6db851d112c3be7e
Gerrit-PatchSet: 1
Gerrit-Project: ovirt-node
Gerrit-Branch: master
Gerrit-Owner: Anatoly Litovsky <tlitovsk at redhat.com>
More information about the node-patches
mailing list