Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xscripts/run_archiso.sh12
1 files changed, 0 insertions, 12 deletions
diff --git a/scripts/run_archiso.sh b/scripts/run_archiso.sh
index 74f3096..36569b5 100755
--- a/scripts/run_archiso.sh
+++ b/scripts/run_archiso.sh
@@ -115,18 +115,6 @@ run_image() {
-no-reboot
}
-set_image() {
- if [[ -z "$image" ]]; then
- printf 'ERROR: %s\n' "Image name can not be empty."
- exit 1
- fi
- if [[ ! -f "$image" ]]; then
- printf 'ERROR: %s\n' "Image (${image}) does not exist."
- exit 1
- fi
- image="$1"
-}
-
image=''
oddimage=''
accessibility=''