mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-11-22 03:04:34 +01:00
d0b2dbfa0e
Remove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/
11 lines
203 B
Bash
11 lines
203 B
Bash
#!/bin/sh
|
|
#
|
|
#
|
|
|
|
# Configuration file for release/release.sh to build arm64/aarch64
|
|
# big-iron installation images (not system-on-chip (SoC) images).
|
|
|
|
TARGET="arm64"
|
|
TARGET_ARCH="aarch64"
|
|
KERNEL="GENERIC"
|