From patchwork Wed Jan 25 00:05:58 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [meta-oe] udev: default disabling DEVCACHE Date: Wed, 25 Jan 2012 00:05:58 -0000 From: Andrea Adami X-Patchwork-Id: 20103 Message-Id: <1327449958-9778-2-git-send-email-andrea.adami@gmail.com> To: * This deprecated mechanism can break boot when root is RO on boot, * probably does not cope well with sysvinit initscripts. * Ininfluent when using systemd. Signed-off-by: Andrea Adami --- meta-oe/recipes-core/udev/udev/default | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/meta-oe/recipes-core/udev/udev/default b/meta-oe/recipes-core/udev/udev/default index 5c4937a..d0050b8 100644 --- a/meta-oe/recipes-core/udev/udev/default +++ b/meta-oe/recipes-core/udev/udev/default @@ -1,4 +1,4 @@ # Default for /etc/init.d/udev # Comment this out to disable device cache -DEVCACHE="/etc/dev.tar" +#DEVCACHE="/etc/dev.tar"