From: Andres Salomon Date: Tue, 14 Oct 2008 22:17:33 +0000 (-0400) Subject: olpc.fth: add video=lxfb as a kernel argument X-Git-Tag: v0.2~24 X-Git-Url: https://spindle.queued.net/cgi-bin/gitweb.cgi?p=xodist;a=commitdiff_plain;h=2cd4a1e19c080ff8429a11f9f03f78cd8b21fe14 olpc.fth: add video=lxfb as a kernel argument This is only necessary if lxfb is compiled as a module, but it doesn't hurt. It tells the debian initramfs to load lxfb (so it gets loaded as quickly as possible). Signed-off-by: Andres Salomon --- diff --git a/functions.sh b/functions.sh index a166867..cdf2b28 100644 --- a/functions.sh +++ b/functions.sh @@ -72,7 +72,7 @@ create_ofwboot() cat >${mntpt}/boot/olpc.fth<