Module Name: src
Committed By: skrll
Date: Thu Nov 28 13:39:18 UTC 2013
Modified Files:
src/distrib/utils/embedded/conf: rpi.conf
Log Message:
Put console=fb back as autodetect is bunged up.
To generate a diff of this commit:
cvs rdiff -u -r1.23 -r1.24 src/distrib/utils/embedded/conf/rpi.conf
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/distrib/utils/embedded/conf/rpi.conf
diff -u src/distrib/utils/embedded/conf/rpi.conf:1.23 src/distrib/utils/embedded/conf/rpi.conf:1.24
--- src/distrib/utils/embedded/conf/rpi.conf:1.23 Mon Sep 16 15:23:57 2013
+++ src/distrib/utils/embedded/conf/rpi.conf Thu Nov 28 13:39:18 2013
@@ -1,4 +1,4 @@
-# $NetBSD: rpi.conf,v 1.23 2013/09/16 15:23:57 ast Exp $
+# $NetBSD: rpi.conf,v 1.24 2013/11/28 13:39:18 skrll Exp $
# Raspberry Pi customization script used by mkimage
#
@@ -33,7 +33,7 @@ EOF
populate() {
cat > ${mnt}/boot/cmdline.txt << EOF
-root=ld0a
+root=ld0a console=fb
#fb=1280x1024 # to select a mode, otherwise try EDID
#fb=disable # to disable fb completely
EOF