Use fat16 as the partition is too small for fat32. from Harold Gutch
This commit is contained in:
parent
6372dd6bcf
commit
cb88287373
|
@ -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 @@ boot=112
|
|||
init=8
|
||||
|
||||
size=$(( 10485760 + ${swap} * 1024 * 512 + ${boot} * 1024 * 512 + ${init} * 1024 * 512 ))
|
||||
msdosid=12
|
||||
msdosid=14
|
||||
|
||||
make_label() {
|
||||
make_label_evbarm
|
||||
|
|
Loading…
Reference in New Issue