Do not try to create group kvm for qemu for sysv

It is created in lfs chapter 7 both for sysv and systemd
This commit is contained in:
Pierre Labastie 2022-02-23 08:24:05 +01:00
parent dd00790529
commit fdec60aa62

View File

@ -183,7 +183,7 @@ Device Drivers --->
<sect2 role="installation">
<title>Installation of qemu</title>
<!-- group kvm is created in lfs chapter 7 even for sysv
<para revision="sysv">
You will need a dedicated group that will contain users (other than root)
allowed to access the KVM device. Create this group by running the
@ -192,7 +192,7 @@ Device Drivers ---&gt;
</para>
<screen role="root" revision="sysv"><userinput>groupadd -g 61 kvm</userinput></screen>
-->
<para>
Add any users that might use the KVM device to that group:
</para>