On 12/10/2014 09:29 PM, [email protected] wrote: > Author: bdubbs > Date: Wed Dec 10 12:29:36 2014 > New Revision: 15184 > > Log: > Update to qemu-2.2.0 > > Modified: > trunk/BOOK/postlfs/virtualization/qemu.xml > > Modified: trunk/BOOK/introduction/welcome/changelog.xml > ============================================================================== > --- trunk/BOOK/introduction/welcome/changelog.xml Wed Dec 10 09:36:38 > 2014 (r15183) > +++ trunk/BOOK/introduction/welcome/changelog.xml Wed Dec 10 12:29:36 > 2014 (r15184) > @@ -158,11 +160,14 @@ > > <para> > You will need a dedicated group that will contain users (other than > root) > - allowed to access the KVM device. Add the group by running the > following > - command as the <systemitem class="username">root</systemitem> user: > + allowed to access the KVM device. Add the group and allow network > + bridging connectivity for that group by running the following commands > as > + the <systemitem class="username">root</systemitem> user: > </para> > > -<screen role="root"><userinput>groupadd -g 61 kvm</userinput></screen> > +<screen role="root"><userinput>groupadd -g 61 kvm > && > +chgrp kvm /usr/libexec/qemu-bridge-helper && > +chmod 4750 /usr/libexec/qemu-bridge-helper</userinput></screen> >
You have already added this down below in the instructions. Now you have double instructions -- Note: My last name is not Krejzi.
signature.asc
Description: OpenPGP digital signature
-- http://lists.linuxfromscratch.org/listinfo/blfs-dev FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page
