From 105e6891f6e89c8a544b0497fb93016ddae9f296 Mon Sep 17 00:00:00 2001 From: Adam Williamson Date: Wed, 9 Feb 2022 14:34:17 -0800 Subject: [PATCH] runtime-cleanup: drop kernel drivers/iio This is "industrial input/output". I'm *pretty* sure we don't need to support industrial magnetometers and humidity sensors during installation. Signed-off-by: Adam Williamson --- share/templates.d/99-generic/runtime-cleanup.tmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/share/templates.d/99-generic/runtime-cleanup.tmpl b/share/templates.d/99-generic/runtime-cleanup.tmpl index b69d9538..339c205d 100644 --- a/share/templates.d/99-generic/runtime-cleanup.tmpl +++ b/share/templates.d/99-generic/runtime-cleanup.tmpl @@ -79,7 +79,7 @@ remove /dev/* remove /usr/share/icons/*/icon-theme.cache ## clean up kernel modules -removekmod sound drivers/media drivers/hwmon \ +removekmod sound drivers/media drivers/hwmon drivers/iio \ net/atm net/bluetooth net/sched net/sctp \ net/rds net/l2tp net/decnet net/netfilter net/ipv4 net/ipv6 \ drivers/watchdog drivers/rtc drivers/input/joystick \