mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-01-31 11:21:59 +00:00
Remove a remap="configure" attribute in eudev
remap="configure" means it is for configuring the build before running make (or ninja), not for configuring the system after the package is installed. We don't have a special attribute for that.
This commit is contained in:
parent
360371a30f
commit
732ce30389
@ -104,7 +104,7 @@ make -f &udev-lfs-version;/Makefile.lfs install</userinput></screen>
|
||||
consider it dangerous. Create a configuration file to override it:
|
||||
</para>
|
||||
|
||||
<screen><userinput remap="configure">cat > /etc/udev/rules.d/65-kvm.rules << "EOF"
|
||||
<screen><userinput>cat > /etc/udev/rules.d/65-kvm.rules << "EOF"
|
||||
<literal>KERNEL=="kvm", GROUP="kvm", MODE="0660", TAG+="uaccess"</literal>
|
||||
EOF</userinput></screen>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user