mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-11-24 01:07:21 +01:00
ac099daf67
We do not currently generate armv7 distribution sets, because we don't build any installer images. However, having such sets available can be useful for quickly installing a base system, particularly in the case of creating an armv7 poudriere jail on arm64. Add a configuration file for the generation of these distribution sets. Reviewed by: manu, imp, gjb MFC after: 3 weeks Relnotes: yes Differential Revision: https://reviews.freebsd.org/D29923
9 lines
182 B
Bash
9 lines
182 B
Bash
#!/bin/sh
|
|
|
|
# Configuration file for release/release.sh to build arm/armv7 distribution
|
|
# images (not system-on-chip (SoC) images).
|
|
|
|
TARGET="arm"
|
|
TARGET_ARCH="armv7"
|
|
KERNEL="GENERIC"
|