Changeset d129835c


Ignore:
Timestamp:
04/11/2023 05:14:09 PM (13 months ago)
Author:
Xi Ruoyao <xry111@…>
Branches:
12.0, 12.1, kea, ken/TL2024, ken/tuningfonts, lazarus, lxqt, plabs/newcss, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, xry111/llvm18, xry111/xf86-video-removal
Children:
a3be1210
Parents:
d2171cb
Message:

qemu: Comment out udev rule

It's in LFS now. And add a note that using "bridge" device strictly
requiring the kvm group.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • postlfs/virtualization/qemu.xml

    rd2171cb rd129835c  
    257257
    258258<screen role="root"><userinput>make install</userinput></screen>
    259 
     259<!-- now in LFS
    260260    <para>
    261261      You will also need to add an Udev rule so that the KVM device gets correct
     
    266266<literal>KERNEL=="kvm", GROUP="kvm", MODE="0660"</literal>
    267267EOF</userinput></screen>
    268 
     268-->
    269269    <para>
    270270      Change the permissions and ownership of a helper script, which is needed
     
    272272      as the &root; user, issue:
    273273    </para>
     274
     275    <note>
     276      <para>
     277        You need to add any users who might use the <quote>bridge</quote>
     278        network device into the
     279        <systemitem class="groupname">kvm</systemitem> group even if
     280        &logind; is installed.
     281      </para>
     282    </note>
    274283
    275284<screen role="root"><userinput>chgrp kvm  /usr/libexec/qemu-bridge-helper &amp;&amp;
Note: See TracChangeset for help on using the changeset viewer.