1#!/bin/sh 2# 3# 4 5# Configuration file for release/release.sh to build i386/i386. 6# Note: CHROOT_MAKEENV assumes the build host is amd64. 7 8TARGET="i386" 9TARGET_ARCH="i386" 10KERNEL="GENERIC" 11CHROOT_MAKEENV="TARGET=${TARGET} TARGET_ARCH=${TARGET_ARCH}" 12