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 Keep both c: and d: paritions so...



details:   https://anonhg.NetBSD.org/src/rev/455d708b127d
branches:  trunk
changeset: 787827:455d708b127d
user:      matt <matt%NetBSD.org@localhost>
date:      Fri Jul 05 15:45:17 2013 +0000

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

diffstat:

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

diffs (17 lines):

diff -r f8f36c69e2c5 -r 455d708b127d distrib/utils/embedded/conf/evbarm.conf
--- a/distrib/utils/embedded/conf/evbarm.conf   Fri Jul 05 15:30:36 2013 +0000
+++ b/distrib/utils/embedded/conf/evbarm.conf   Fri Jul 05 15:45:17 2013 +0000
@@ -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 @@
 #     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



Home | Main Index | Thread Index | Old Index