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 Slightly reduce the size of the ...
details: https://anonhg.NetBSD.org/src/rev/bfba65b22fc7
branches: trunk
changeset: 352856:bfba65b22fc7
user: jmcneill <jmcneill%NetBSD.org@localhost>
date: Wed Apr 12 23:32:11 2017 +0000
description:
Slightly reduce the size of the MSDOS partition from 124M to 92M. With
the larger size, installing the ODROID-C1 bootloader causes the fs to
become unreadable. Not sure why..
diffstat:
distrib/utils/embedded/conf/evbarm.conf | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 920b023fe14c -r bfba65b22fc7 distrib/utils/embedded/conf/evbarm.conf
--- a/distrib/utils/embedded/conf/evbarm.conf Wed Apr 12 20:05:54 2017 +0000
+++ b/distrib/utils/embedded/conf/evbarm.conf Wed Apr 12 23:32:11 2017 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: evbarm.conf,v 1.25 2017/04/11 17:30:17 jmcneill Exp $
+# $NetBSD: evbarm.conf,v 1.26 2017/04/12 23:32:11 jmcneill Exp $
# evbarm shared config
#
image=$HOME/${board}.img
@@ -8,7 +8,7 @@
swap=256
extra=48 # spare space
init=8
-boot=$((256 - ${init}))
+boot=$((192 - ${init}))
ffsoffset=$(( (${init} + ${boot} + ${swap}) / 2 ))m
size=0 # autocompute
Home |
Main Index |
Thread Index |
Old Index