[node-patches] Change in ovirt-node[master]: temporarily set selinux permissive to fix /etc/shadow mounti...
jboggs at redhat.com
jboggs at redhat.com
Fri Jan 4 15:55:49 UTC 2013
Joey Boggs has uploaded a new change for review.
Change subject: temporarily set selinux permissive to fix /etc/shadow mounting
......................................................................
temporarily set selinux permissive to fix /etc/shadow mounting
Change-Id: Ic331b6450684fd8d0610f1dc529655b6e73df535
Signed-off-by: Joey Boggs <jboggs at redhat.com>
---
M recipe/common-install.ks
1 file changed, 2 insertions(+), 1 deletion(-)
git pull ssh://gerrit.ovirt.org:29418/ovirt-node refs/changes/55/10655/1
diff --git a/recipe/common-install.ks b/recipe/common-install.ks
index 61c2d6a..78627d6 100644
--- a/recipe/common-install.ks
+++ b/recipe/common-install.ks
@@ -10,7 +10,8 @@
# additional default boot parameters
# Need to use deadline Scheduler for performance, rhbz#647301
# VM timekeeping: Do not allow C2 state, rhbz#647300
-bootloader --timeout=30 --append="check rootflags=ro crashkernel=128M elevator=deadline install quiet rd_NO_LVM"
+# temporarily set selinux permissive to fix mounting issue for /etc/shadow
+bootloader --timeout=30 --append="check rootflags=ro crashkernel=128M elevator=deadline install quiet rd_NO_LVM enforcing=0"
# not included by default in Fedora 10 livecd initramfs
device virtio_blk
--
To view, visit http://gerrit.ovirt.org/10655
To unsubscribe, visit http://gerrit.ovirt.org/settings
Gerrit-MessageType: newchange
Gerrit-Change-Id: Ic331b6450684fd8d0610f1dc529655b6e73df535
Gerrit-PatchSet: 1
Gerrit-Project: ovirt-node
Gerrit-Branch: master
Gerrit-Owner: Joey Boggs <jboggs at redhat.com>
More information about the node-patches
mailing list