From eb4911d8c5a284d6b9ca672ce672f06f16b06970 Mon Sep 17 00:00:00 2001 From: Boian Bonev Date: Wed, 6 Apr 2022 04:17:59 +0300 Subject: [PATCH] Add note to udev.conf that changes to that file require a rebuild of the initramfs Based on debian/patches/udev_conf_comments from the old udev package. systemd-commit: f6de1b02fe703f57cceb59922fde17385e7c4510 Author: Michael Biebl Date: Thu Jul 18 15:33:51 2013 +0200 --- src/udev/udev.conf | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/udev/udev.conf b/src/udev/udev.conf index 47d143300..0d812d4a6 100644 --- a/src/udev/udev.conf +++ b/src/udev/udev.conf @@ -1,3 +1,6 @@ # see udev.conf(5) for details +# +# udevd is also started in the initrd. When this file is modified you might +# also want to rebuild the initrd, so that it will include the modified configuration. #udev_log="info"