From 6ed0e7227868409425ec8dd575d39f0f2cae4de7 Mon Sep 17 00:00:00 2001 From: "K. Lange" Date: Mon, 18 Oct 2021 20:30:14 +0900 Subject: [PATCH] base: Print message when loading drivers on startup --- base/etc/startup.d/04_modprobe.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/base/etc/startup.d/04_modprobe.sh b/base/etc/startup.d/04_modprobe.sh index dcec51b3..28c44413 100755 --- a/base/etc/startup.d/04_modprobe.sh +++ b/base/etc/startup.d/04_modprobe.sh @@ -1,5 +1,7 @@ #!/bin/sh +echo -n "Installing device driver modules..." > /dev/pex/splash + # Only load this in virtualbox for now, as we're not # even sure we're doing the remapping correctly... if lspci -q 80EE:CAFE,8086:7000 then insmod /mod/piix4.ko