diff options
author | Felix Fietkau <nbd@openwrt.org> | 2007-03-06 19:13:40 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2007-03-06 19:13:40 +0000 |
commit | 2b35413971fea49a7af6d0f2d0a05796a6960d15 (patch) | |
tree | 0961ccf3a4053a6ee4bb704acc44fe992b7201c5 /package | |
parent | 4fa953e600238e6afd912400d57bb4cca6eb2136 (diff) | |
download | upstream-2b35413971fea49a7af6d0f2d0a05796a6960d15.tar.gz upstream-2b35413971fea49a7af6d0f2d0a05796a6960d15.tar.bz2 upstream-2b35413971fea49a7af6d0f2d0a05796a6960d15.zip |
add vga console support for x86-2.6 images (fixes #1342, #840)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6530 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package')
-rwxr-xr-x | package/base-files/files/sbin/mount_root | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/package/base-files/files/sbin/mount_root b/package/base-files/files/sbin/mount_root index dd9d99d8e6..47babf14f8 100755 --- a/package/base-files/files/sbin/mount_root +++ b/package/base-files/files/sbin/mount_root @@ -11,6 +11,7 @@ else mount -t sysfs none /sys mount -t tmpfs tmpfs /dev -o size=512K mknod /dev/console c 5 1 + exec >/dev/console </dev/console 2>&1 mkdir /dev/shm /sbin/hotplug2 --no-persistent --coldplug fi |