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 Specify the root device in cmdli...



details:   https://anonhg.NetBSD.org/src/rev/b313a5b65d90
branches:  trunk
changeset: 784197:b313a5b65d90
user:      jakllsch <jakllsch%NetBSD.org@localhost>
date:      Mon Jan 21 17:14:23 2013 +0000

description:
Specify the root device in cmdline.txt, also, it's 'Pi', not 'PI'.

diffstat:

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

diffs (19 lines):

diff -r 1bfd183fb0fd -r b313a5b65d90 distrib/utils/embedded/conf/rpi.conf
--- a/distrib/utils/embedded/conf/rpi.conf      Mon Jan 21 16:59:23 2013 +0000
+++ b/distrib/utils/embedded/conf/rpi.conf      Mon Jan 21 17:14:23 2013 +0000
@@ -1,5 +1,5 @@
-# $NetBSD: rpi.conf,v 1.10 2013/01/21 16:59:23 skrll Exp $
-# Raspberry PI customization script used by mkimage
+# $NetBSD: rpi.conf,v 1.11 2013/01/21 17:14:23 jakllsch Exp $
+# Raspberry Pi customization script used by mkimage
 #
 
 board=rpi
@@ -26,6 +26,7 @@
 EOF
 
        ${sudo} cat > ${mnt}/boot/cmdline.txt << EOF
+root=ld0a
 console=fb
 #fb=1280x1024          # to select a mode, otherwise try EDID 
 #fb=disable            # to disable fb completely



Home | Main Index | Thread Index | Old Index