diff options
author | Glen Barber <gjb@FreeBSD.org> | 2019-03-21 14:17:55 +0000 |
---|---|---|
committer | Glen Barber <gjb@FreeBSD.org> | 2019-03-21 14:17:55 +0000 |
commit | 6a9f9e9b95142e53ed936ac13ebb214cafc2e7b7 (patch) | |
tree | c4ce50c58dabffd927bd28857f8083f7760f9f1c /release/arm64/PINE64-LTS.conf | |
parent | 7ae3486e6d927eaf8d3c6207cf90a26e94678daf (diff) | |
download | src-6a9f9e9b95142e53ed936ac13ebb214cafc2e7b7.tar.gz src-6a9f9e9b95142e53ed936ac13ebb214cafc2e7b7.zip |
Bump the IMAGE_SIZE for arm64 SoC images to prevent failures due
to full filesystem. This makes the size of the arm64 SoC images
consistent with armv6 and armv7.
MFC after: 3 days
Sponsored by: The FreeBSD Foundation
Notes
Notes:
svn path=/head/; revision=345379
Diffstat (limited to 'release/arm64/PINE64-LTS.conf')
-rw-r--r-- | release/arm64/PINE64-LTS.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/release/arm64/PINE64-LTS.conf b/release/arm64/PINE64-LTS.conf index a73b3c8a1a91..653867d527e8 100644 --- a/release/arm64/PINE64-LTS.conf +++ b/release/arm64/PINE64-LTS.conf @@ -9,7 +9,7 @@ EMBEDDEDBUILD=1 EMBEDDEDPORTS="sysutils/u-boot-pine64-lts" FAT_SIZE="54m -b 1m" FAT_TYPE="16" -IMAGE_SIZE="2560M" +IMAGE_SIZE="3072M" KERNEL="GENERIC" MD_ARGS="-x 63 -y 255" NODOC=1 |