From 2cd4a1e19c080ff8429a11f9f03f78cd8b21fe14 Mon Sep 17 00:00:00 2001 From: Andres Salomon Date: Tue, 14 Oct 2008 18:17:33 -0400 Subject: [PATCH] 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 --- functions.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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<