From 6da9dfc9e5e2d356fecaa4c0bc57eac3ceb2e688 Mon Sep 17 00:00:00 2001 From: Erich Eckner Date: Thu, 15 Jun 2017 06:24:13 +0200 Subject: allow to build i686 isos from within i686 --- configs/releng/build.sh | 5 ----- 1 file changed, 5 deletions(-) (limited to 'configs') diff --git a/configs/releng/build.sh b/configs/releng/build.sh index c22a4af..d602d78 100755 --- a/configs/releng/build.sh +++ b/configs/releng/build.sh @@ -215,11 +215,6 @@ if [[ ${EUID} -ne 0 ]]; then _usage 1 fi -if [[ ${arch} != x86_64 ]]; then - echo "This script needs to be run on x86_64" - _usage 1 -fi - while getopts 'N:V:L:D:w:o:g:vh' arg; do case "${arg}" in N) iso_name="${OPTARG}" ;; -- cgit v1.2.3-54-g00ecf