f295b9db79
big-iron installation images. MFC after: 3 days MFC with: r325948, r325949, r325950, r325951 Sponsored by: The FreeBSD Foundation
13 lines
259 B
Bash
13 lines
259 B
Bash
#!/bin/sh
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
# Configuration file for release/release.sh to build i386/i386.
|
|
# Note: CHROOT_MAKEENV assumes the build host is amd64.
|
|
|
|
TARGET="i386"
|
|
TARGET_ARCH="i386"
|
|
KERNEL="GENERIC"
|
|
CHROOT_MAKEENV="TARGET=${TARGET} TARGET_ARCH=${TARGET_ARCH}"
|