diff options
| author | Michael Neves | 2013-02-27 19:37:04 +0100 |
|---|---|---|
| committer | Michael Neves | 2013-02-27 19:37:04 +0100 |
| commit | 459c9c02adf020d3e85d809c902196e801085a65 (patch) | |
| tree | aeec9e371eb37ea0419c05870b4a9a699c331d70 /data/stage3.1/init | |
| parent | copy modules/firmware to stage31, generate separate initramfs for squashfs (diff) | |
| parent | tihi (diff) | |
| download | tm-scripts-459c9c02adf020d3e85d809c902196e801085a65.tar.gz tm-scripts-459c9c02adf020d3e85d809c902196e801085a65.tar.xz tm-scripts-459c9c02adf020d3e85d809c902196e801085a65.zip | |
init and build_core merges
Diffstat (limited to 'data/stage3.1/init')
| -rwxr-xr-x | data/stage3.1/init | 2 |
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 ) & |
