We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9b5e4fd commit 9bd45c8Copy full SHA for 9bd45c8
build.sh
@@ -620,8 +620,8 @@ make_customize_airootfs() {
620
# Overwrite airootfs with customize_airootfs.
621
local _airootfs _airootfs_script_options _script _script_list _airootfs_list _main_script
622
623
- _airootfs_list=("${channel_dir}/airootfs.${arch}" "${channel_dir}/airootfs.any")
624
- for_module '_airootfs_list+=("${module_dir}/{}/airootfs.${arch}" "${module_dir}/{}/airootfs.any")'
+ _airootfs_list=("${channel_dir}/airootfs.any" "${channel_dir}/airootfs.${arch}")
+ for_module '_airootfs_list=("${module_dir}/{}/airootfs.any" "${module_dir}/{}/airootfs.${arch}" ${_airootfs_list[@]})'
625
626
for _airootfs in ${_airootfs_list[@]};do
627
if [[ -d "${_airootfs}" ]]; then
0 commit comments