diff options
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 |
