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 Use fat16 as the partition is to...
details: https://anonhg.NetBSD.org/src/rev/8ffd114beadf
branches: trunk
changeset: 466995:8ffd114beadf
user: skrll <skrll%NetBSD.org@localhost>
date: Wed Jan 08 20:49:22 2020 +0000
description:
Use fat16 as the partition is too small for fat32. from Harold Gutch
diffstat:
distrib/utils/embedded/conf/rpi_inst.conf | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r f08ab91a10ea -r 8ffd114beadf distrib/utils/embedded/conf/rpi_inst.conf
--- a/distrib/utils/embedded/conf/rpi_inst.conf Wed Jan 08 18:47:43 2020 +0000
+++ b/distrib/utils/embedded/conf/rpi_inst.conf Wed Jan 08 20:49:22 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: rpi_inst.conf,v 1.14 2020/01/05 16:41:07 skrll Exp $
+# $NetBSD: rpi_inst.conf,v 1.15 2020/01/08 20:49:22 skrll Exp $
# Raspberry Pi customization script used by mkimage
#
@@ -16,7 +16,7 @@
init=8
size=$(( 10485760 + ${swap} * 1024 * 512 + ${boot} * 1024 * 512 + ${init} * 1024 * 512 ))
-msdosid=12
+msdosid=14
make_label() {
make_label_evbarm
Home |
Main Index |
Thread Index |
Old Index