Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/distrib/utils/embedded/conf cmdline needs to be a line! hi jak.



details:   https://anonhg.NetBSD.org/src/rev/d85079543579
branches:  trunk
changeset: 784280:d85079543579
user:      skrll <skrll%NetBSD.org@localhost>
date:      Wed Jan 23 22:20:06 2013 +0000

description:
cmdline needs to be a line! hi jak.

diffstat:

 distrib/utils/embedded/conf/rpi.conf |  5 ++---
 1 files changed, 2 insertions(+), 3 deletions(-)

diffs (19 lines):

diff -r 8e90be467390 -r d85079543579 distrib/utils/embedded/conf/rpi.conf
--- a/distrib/utils/embedded/conf/rpi.conf      Wed Jan 23 21:59:37 2013 +0000
+++ b/distrib/utils/embedded/conf/rpi.conf      Wed Jan 23 22:20:06 2013 +0000
@@ -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 @@
 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



Home | Main Index | Thread Index | Old Index