Module Name:    src
Committed By:   matt
Date:           Fri Jul  5 15:45:17 UTC 2013

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

Log Message:
Keep both c: and d: paritions so this can work with systems that have
RAW_PART as 2 or 3.  Addresses PR/47688.


To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 src/distrib/utils/embedded/conf/evbarm.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/evbarm.conf
diff -u src/distrib/utils/embedded/conf/evbarm.conf:1.11 src/distrib/utils/embedded/conf/evbarm.conf:1.12
--- src/distrib/utils/embedded/conf/evbarm.conf:1.11	Mon May 20 19:28:44 2013
+++ src/distrib/utils/embedded/conf/evbarm.conf	Fri Jul  5 15:45:17 2013
@@ -1,4 +1,4 @@
-# $NetBSD: evbarm.conf,v 1.11 2013/05/20 19:28:44 christos Exp $
+# $NetBSD: evbarm.conf,v 1.12 2013/07/05 15:45:17 matt Exp $
 # evbarm shared config
 #
 image=$HOME/${board}.img
@@ -55,6 +55,7 @@ drivedata: 0 
 #     size         offset        fstype [fsize bsize cpg/sgs]
  a:   ${asize}     ${aoffset}    4.2BSD  ${fsize} ${bsize} 0  # 
  b:   ${swapsize}  ${swapoffset} swap                         #
+ c:   ${totalsize} 0             unused      0     0          #
  d:   ${totalsize} 0             unused      0     0          #
  e:   ${bootsize}  ${bootoffset} MSDOS                        #
 EOF

Reply via email to