diff options
author | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2023-06-03 17:49:16 -0500 |
---|---|---|
committer | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2023-06-03 17:49:16 -0500 |
commit | 88c3e8b0f8e0477b432c0917671705284ebe97b8 (patch) | |
tree | 2baee3d04bbf6916132422c4b9fb91ba73bbc065 | |
parent | 87fbad76f17664bcfd92aa3272a4b432c10c3db7 (diff) | |
parent | 732ce30389a13693b3916952a13cdb88007c802c (diff) |
Merge branch 'trunk' of git.linuxfromscratch.org:lfs into trunk
-rw-r--r-- | chapter08/eudev.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chapter08/eudev.xml b/chapter08/eudev.xml index 619526bea..785e70103 100644 --- a/chapter08/eudev.xml +++ b/chapter08/eudev.xml @@ -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> |