From 5354228bb335d5b4277d6010769cbd9cc5d3a725 Mon Sep 17 00:00:00 2001 From: Michael Janczyk Date: Thu, 4 Oct 2007 17:13:25 +0000 Subject: splashy works now with ubuntu. git-svn-id: http://svn.openslx.org/svn/openslx/trunk@1367 95ad53e4-c205-0410-b2fa-d234c58c8868 --- initramfs/distro-specs/ubuntu/functions-default | 2 ++ 1 file changed, 2 insertions(+) (limited to 'initramfs/distro-specs/ubuntu/functions-default') diff --git a/initramfs/distro-specs/ubuntu/functions-default b/initramfs/distro-specs/ubuntu/functions-default index 342a63c6..8ffb722a 100644 --- a/initramfs/distro-specs/ubuntu/functions-default +++ b/initramfs/distro-specs/ubuntu/functions-default @@ -22,6 +22,8 @@ preinit () { # load unix module to provide sockets (is compiled into kernel on # the live CDs!?) modprobe ${MODPRV} unix 2>/dev/null || error "$df_errumod" nonfatal + modprobe ${MODPRV} vesafb 2>/dev/null || error "$df_errumod" nonfatal + modprobe ${MODPRV} fbcon 2>/dev/null || error "$df_errumod" nonfatal } # overwrite settings set by hwautocfg, pathes will change for newer -- cgit v1.2.3-55-g7522