From 1c1b02874e1749d61b9b1680f744bf8470147416 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?P=C3=81LI=20G=C3=A1bor=20J=C3=A1nos?= Date: Fri, 30 Dec 2022 14:47:25 +0100 Subject: Move to Linux 5.15.85 + Alpine 3.17.0. --- aports/openrc/hwdrivers.initd | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'aports/openrc/hwdrivers.initd') diff --git a/aports/openrc/hwdrivers.initd b/aports/openrc/hwdrivers.initd index 80184c9..c713990 100644 --- a/aports/openrc/hwdrivers.initd +++ b/aports/openrc/hwdrivers.initd @@ -16,10 +16,10 @@ start() { fi ebegin "Loading hardware drivers" - find /sys -name modalias -type f -print0 | xargs -0 sort -u \ + find /sys -name modalias -type f -print0 2> /dev/null | xargs -0 sort -u \ | xargs modprobe -b -a 2> /dev/null # we run it twice so we detect all devices - find /sys -name modalias -type f -print0 | xargs -0 sort -u \ + find /sys -name modalias -type f -print0 2> /dev/null | xargs -0 sort -u \ | xargs modprobe -b -a 2> /dev/null # check if framebuffer drivers got pulled in -- cgit v1.2.3