diff options
| author | Jonathan Bauer | 2013-02-21 14:51:21 +0100 |
|---|---|---|
| committer | Jonathan Bauer | 2013-02-21 14:51:21 +0100 |
| commit | e9aa73fc7642e47b10d8e264091b5e5860ca44e5 (patch) | |
| tree | fc6a87bfc6313459064b386a7654c9c432f9f157 /data/stage3.1/init | |
| parent | [core] stage31 lib as symlink to use /mnt/lib when squashfs is mounted (diff) | |
| download | tm-scripts-e9aa73fc7642e47b10d8e264091b5e5860ca44e5.tar.gz tm-scripts-e9aa73fc7642e47b10d8e264091b5e5860ca44e5.tar.xz tm-scripts-e9aa73fc7642e47b10d8e264091b5e5860ca44e5.zip | |
[core] libs and firmware for stage3.1
Diffstat (limited to 'data/stage3.1/init')
| -rwxr-xr-x | data/stage3.1/init | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/data/stage3.1/init b/data/stage3.1/init index 7e633ff9..14516a50 100755 --- a/data/stage3.1/init +++ b/data/stage3.1/init @@ -22,7 +22,7 @@ mount -n -t tmpfs -o 'mode=755' run "/run" [ ! -d /sys/class ] && mount -n -t sysfs sysfs /sys # read primary graphic adaptor configuration (without proprietary drivers yet) -( hwinfo --gfxcard --usb-ctrl > /etc/hwinfo ) & +( hwinfo --gfxcard > /etc/hwinfo ) & # load local file systems insmod /lib/modules.0/aufs.ko |
