summaryrefslogtreecommitdiffstats
path: root/data/stage3.1/init
diff options
context:
space:
mode:
Diffstat (limited to 'data/stage3.1/init')
-rwxr-xr-xdata/stage3.1/init2
1 files changed, 2 insertions, 0 deletions
diff --git a/data/stage3.1/init b/data/stage3.1/init
index b8d0c56d..71100d7f 100755
--- a/data/stage3.1/init
+++ b/data/stage3.1/init
@@ -20,7 +20,9 @@ mount -n -t tmpfs -o 'mode=755' run "/run"
[ ! -f /proc/cpuinfo ] && mount -n -t proc proc /proc
[ ! -d /sys/class ] && mount -n -t sysfs sysfs /sys
+echo "/sbin/mdev" > /proc/sys/kernel/hotplug
# read graphic and network adaptor configuration (without proprietary drivers yet)
+
( hwinfo --gfxcard > /etc/hwinfo ) &
( hwinfo --netcard > /etc/netcard ) &