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 rpi.img: Bump boot partition in ...



details:   https://anonhg.NetBSD.org/src/rev/3e599399701b
branches:  trunk
changeset: 946561:3e599399701b
user:      rin <rin%NetBSD.org@localhost>
date:      Tue Dec 01 04:21:10 2020 +0000

description:
rpi.img: Bump boot partition in a similar manner to other images.

diffstat:

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

diffs (19 lines):

diff -r 15e1e618c4b7 -r 3e599399701b distrib/utils/embedded/conf/rpi_inst.conf
--- a/distrib/utils/embedded/conf/rpi_inst.conf Tue Dec 01 04:20:21 2020 +0000
+++ b/distrib/utils/embedded/conf/rpi_inst.conf Tue Dec 01 04:21:10 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: rpi_inst.conf,v 1.16 2020/05/18 21:19:34 jmcneill Exp $
+# $NetBSD: rpi_inst.conf,v 1.17 2020/12/01 04:21:10 rin Exp $
 # Raspberry Pi customization script used by mkimage
 #
 
@@ -12,8 +12,8 @@
 
 swap=8
 extra=8                # spare space
-boot=112
 init=8
+boot=$(( 192 - ${init} ))
 
 size=$(( 10485760 + ${swap} * 1024 * 512 + ${boot} * 1024 * 512 + ${init} * 1024 * 512 ))
 msdosid=14



Home | Main Index | Thread Index | Old Index