Module Name:    src
Committed By:   jmcneill
Date:           Tue Apr 11 17:30:17 UTC 2017

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

Log Message:
Increase the size of the boot partition and remove the 'd' part from the
disklabel.


To generate a diff of this commit:
cvs rdiff -u -r1.24 -r1.25 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.24 src/distrib/utils/embedded/conf/evbarm.conf:1.25
--- src/distrib/utils/embedded/conf/evbarm.conf:1.24	Sat Aug  1 10:04:50 2015
+++ src/distrib/utils/embedded/conf/evbarm.conf	Tue Apr 11 17:30:17 2017
@@ -1,4 +1,4 @@
-# $NetBSD: evbarm.conf,v 1.24 2015/08/01 10:04:50 jmcneill Exp $
+# $NetBSD: evbarm.conf,v 1.25 2017/04/11 17:30:17 jmcneill Exp $
 # evbarm shared config
 #
 image=$HOME/${board}.img
@@ -7,8 +7,8 @@ MACHINE=evbarm
 
 swap=256
 extra=48		# spare space
-boot=120
 init=8
+boot=$((256 - ${init}))
 ffsoffset=$(( (${init} + ${boot} + ${swap}) / 2 ))m
 
 size=0		# autocompute
@@ -59,7 +59,6 @@ drivedata: 0 
  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