index : releng | |
Archlinux32 release engineering | gitolite user |
summaryrefslogtreecommitdiff |
author | Andreas Baumann <mail@andreasbaumann.cc> | 2022-02-04 10:49:22 +0100 |
---|---|---|
committer | Andreas Baumann <mail@andreasbaumann.cc> | 2022-02-04 10:49:22 +0100 |
commit | 0e0c175bb98bcb92f195e8adca29db4d60ccda8e (patch) | |
tree | 96ff40f186251ee66ecdbe5d5f43d76fbd302fab | |
parent | 015efed85b2d9a99da9f4487680d55829573ba71 (diff) |
-rwxr-xr-x | build-iso | 9 |
@@ -106,15 +106,8 @@ if [ $# -gt 0 ]; then exit 2 fi -echo "parameters for ISO are:" -echo "mkarchiso config: $config" -echo "architecture: $arch" -echo "destination ISO file: $iso" -sleep 5 +echo "building '$iso' for architecture '$arch' with configuration '$config'..." -echo "building $iso..." -tmp_dir=$(mktemp -d) -trap 'rm -rf --one-file-system "${tmp_dir}"' EXIT env arch="${arch}" setarch i686 mkarchiso \ -L "ARCH32_$DATE" -o "${output_dir}" -w "${tmp_dir}" -v "/usr/local/share/archiso/configs/${config}" |