base: Print message when loading drivers on startup
This commit is contained in:
parent
2adb603e7a
commit
6ed0e72278
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user