Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authornl6720 <nl6720@gmail.com>2021-08-24 19:19:20 +0300
committernl6720 <nl6720@gmail.com>2021-08-25 00:29:35 +0300
commitf3959d6ef054af629d162052fd42f3d9fb2512dd (patch)
treecea20703c84a804e6183030d19579e6ba5bf97a7 /docs
parent8d18d8f745b6afae88c896f432b2cfd81c6e134a (diff)
mkarchiso: split out build mode specific checks from _validate_options to _validate_requirements_buildmode_*
The bootstrap build mode does not use packages.${arch}, ${bootmodes[@]} or $airootfs_image_type so there's no need to validate them. Requirements common to iso and netboot are checked with the _validate_common_requirements_buildmode_iso_netboot function. Fixes #149. * Rename _validate_requirements_buildmode_all to _validate_common_requirements_buildmode_all to prevent potential conflicts since we are using _validate_requirements_buildmode_${_buildmode} to run the functions. * Improve searching in an array. See https://stackoverflow.com/a/15394738.
Diffstat (limited to 'docs')
0 files changed, 0 insertions, 0 deletions