Alan Pevec wrote:
Darryl L. Pierce wrote:
-kvm
qemu-system-x86 has Provides: kvm so just "kvm" in the package list
should work
+qemu
qemu RPM installs all qemu-system* packages, which we don't need on
the node.
+qemu-kvm
--selinux-policy-targeted
+selinux-policy-targeted
please keep -minimum only, verified that it works on F11
+python-setuptools
Isn't this BR only? Why is it need in the image?
This was needed to build one of the menus i believe , I'll have to
double check to see if we can remove it now with the latest build working
--- a/common-post.ks
+++ b/common-post.ks
+
+# add nodeadmin as a valid shell
+cat >> /etc/shells <<EOF
+/usr/bin/nodeadmin
+EOF
+
+chsh -s /usr/bin/nodeadmin root
I got this in the image build log:
chsh: unconfined_u:unconfined_r:livecd_t:s0-s0:c0.c1023 is not
authorized to change the shell of root
You could use augeas instead:
-chsh -s /usr/bin/nodeadmin root
+augtool <<\EOF
+set /files/etc/passwd/root/shell /usr/bin/nodeadmin
+save
+EOF
Saw this as well, but if you login via ssh and exit from nodeadmin, it
kills the connection. How will we be able to troubleshoot the node? Add
a debug option which goes to bash?
_______________________________________________
Ovirt-devel mailing list
[email protected]
https://www.redhat.com/mailman/listinfo/ovirt-devel
_______________________________________________
Ovirt-devel mailing list
[email protected]
https://www.redhat.com/mailman/listinfo/ovirt-devel