Module Name:    src
Committed By:   jakllsch
Date:           Mon Jan 21 17:14:23 UTC 2013

Modified Files:
        src/distrib/utils/embedded/conf: rpi.conf

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


To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 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.10 src/distrib/utils/embedded/conf/rpi.conf:1.11
--- src/distrib/utils/embedded/conf/rpi.conf:1.10	Mon Jan 21 16:59:23 2013
+++ src/distrib/utils/embedded/conf/rpi.conf	Mon Jan 21 17:14:23 2013
@@ -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 @@ wscons=YES
 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

Reply via email to