Module Name: src
Committed By: skrll
Date: Wed Jan 23 22:20:06 UTC 2013
Modified Files:
src/distrib/utils/embedded/conf: rpi.conf
Log Message:
cmdline needs to be a line! hi jak.
To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 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.11 src/distrib/utils/embedded/conf/rpi.conf:1.12
--- src/distrib/utils/embedded/conf/rpi.conf:1.11 Mon Jan 21 17:14:23 2013
+++ src/distrib/utils/embedded/conf/rpi.conf Wed Jan 23 22:20:06 2013
@@ -1,4 +1,4 @@
-# $NetBSD: rpi.conf,v 1.11 2013/01/21 17:14:23 jakllsch Exp $
+# $NetBSD: rpi.conf,v 1.12 2013/01/23 22:20:06 skrll Exp $
# Raspberry Pi customization script used by mkimage
#
@@ -26,8 +26,7 @@ wscons=YES
EOF
${sudo} cat > ${mnt}/boot/cmdline.txt << EOF
-root=ld0a
-console=fb
+root=ld0a console=fb
#fb=1280x1024 # to select a mode, otherwise try EDID
#fb=disable # to disable fb completely
EOF