From 732ce30389a13693b3916952a13cdb88007c802c Mon Sep 17 00:00:00 2001 From: Pierre Labastie Date: Thu, 1 Jun 2023 17:41:32 +0200 Subject: [PATCH] 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. --- chapter08/eudev.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 consider it dangerous. Create a configuration file to override it: -cat > /etc/udev/rules.d/65-kvm.rules << "EOF" +cat > /etc/udev/rules.d/65-kvm.rules << "EOF" KERNEL=="kvm", GROUP="kvm", MODE="0660", TAG+="uaccess" EOF