diff options
author | Pierre Labastie <pierre.labastie@neuf.fr> | 2023-06-01 17:41:32 +0200 |
---|---|---|
committer | Pierre Labastie <pierre.labastie@neuf.fr> | 2023-06-01 17:41:32 +0200 |
commit | 732ce30389a13693b3916952a13cdb88007c802c (patch) | |
tree | 95519165b07634030d47b7aba9f5284ee159d5b4 | |
parent | 360371a30f5f29ebc24381912a64d149f7703004 (diff) |
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.
-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> |