From 486c6f22266b3dd52bc166a00f7dcdc908813b53 Mon Sep 17 00:00:00 2001 From: Tobias Powalowski Date: Fri, 1 Mar 2024 22:04:46 +0100 Subject: [PATCH] retrigger module loading on soft-reboot --- usr/lib/archboot/update/manage.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/usr/lib/archboot/update/manage.sh b/usr/lib/archboot/update/manage.sh index 76fc6255c..ef3b7d966 100644 --- a/usr/lib/archboot/update/manage.sh +++ b/usr/lib/archboot/update/manage.sh @@ -250,6 +250,8 @@ _new_environment() { rm "${_RAM}"/{init,"${_VMLINUZ}"} &>"${_NO_LOG}" _progress "100" "Switching to rootfs ${_RAM}..." sleep 2 + # stop coldplug service to retrigger module loading on soft-reboot + systemctl stop systemd-udev-trigger systemctl soft-reboot fi _progress "86" "Preserving Basic Setup values..."