Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xbuild-all-images.sh7
1 files changed, 7 insertions, 0 deletions
diff --git a/build-all-images.sh b/build-all-images.sh
new file mode 100755
index 0000000..2715740
--- /dev/null
+++ b/build-all-images.sh
@@ -0,0 +1,7 @@
+#!/bin/bash
+
+cd "$(dirname "$(readlink -e "$0")")"
+
+for ARCHITECTURE in i486 i686 pentium4; do
+ ARCHITECTRUE=$ARCHITECTURE sudo --preserve-env=ARCHITECTURE ./mkimage-arch.sh
+done