Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
freebsd
GitHub Repository: freebsd/freebsd-src
Path: blob/main/release/arm64/aarch64.conf
34677 views
1
#!/bin/sh
2
#
3
#
4
5
# Configuration file for release/release.sh to build arm64/aarch64
6
# big-iron installation images (not system-on-chip (SoC) images).
7
8
TARGET="arm64"
9
TARGET_ARCH="aarch64"
10
KERNEL="GENERIC"
11
12