From 742619240c9f534123e8205eef8dca1a20c7d439 Mon Sep 17 00:00:00 2001 From: weltio weltio Date: Fri, 21 Jan 2022 09:49:49 +0000 Subject: https://gitlab.archlinux.org/archlinux/archiso/-/issues/163 --- archiso/mkarchiso | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'archiso') diff --git a/archiso/mkarchiso b/archiso/mkarchiso index dab6bde..f6b3395 100755 --- a/archiso/mkarchiso +++ b/archiso/mkarchiso @@ -1048,6 +1048,7 @@ _read_profile() { . "${profile}/profiledef.sh" # Resolve paths of files that are expected to reside in the profile's directory + [[ -n "$arch" ]] || arch="$(uname -m)" [[ -n "$packages" ]] || packages="${profile}/packages.${arch}" packages="$(realpath -- "${packages}")" pacman_conf="$(realpath -- "${pacman_conf}")" @@ -1155,7 +1156,6 @@ _set_overrides() { fi # Set variables that do not have overrides - [[ -n "$arch" ]] || arch="$(uname -m)" [[ -n "$airootfs_image_type" ]] || airootfs_image_type="squashfs" [[ -n "$iso_name" ]] || iso_name="${app_name}" } -- cgit v1.2.3-54-g00ecf