From ed27f00e864699c6d517ae88f613a87bbd34c77a Mon Sep 17 00:00:00 2001 From: Thomas Bächler Date: Sat, 15 Mar 2008 20:18:01 +0100 Subject: v86d failed if called before udev, because /dev/mem didn't exist. This patch allows people to use uvesafb earlier. --- install/base | 1 + 1 file changed, 1 insertion(+) (limited to 'install') diff --git a/install/base b/install/base index dc75917..071e62e 100644 --- a/install/base +++ b/install/base @@ -9,6 +9,7 @@ install () add_device "/dev/null" c 1 3 add_device "/dev/zero" c 1 5 add_device "/dev/console" c 5 1 + add_device "/dev/mem" c 1 1 for f in $(find /lib -name klibc-*.so); do add_file $f -- cgit v1.2.3-24-g4f1b