add mkinitcpio speed functions

This commit is contained in:
Tobias Powalowski 2023-02-16 19:00:53 +01:00
parent efe7761465
commit 3ad74e9297

View file

@ -56,6 +56,6 @@ fi
_change_pacman_conf "${1}" || exit 1 _change_pacman_conf "${1}" || exit 1
_reproducibility "${1}" _reproducibility "${1}"
_set_hostname "${1}" || exit 1 _set_hostname "${1}" || exit 1
_speed_patch _speed_patch "${1}" || exit 1
echo "Finished container setup in ${1}." echo "Finished container setup in ${1}."
# vim: set ft=sh ts=4 sw=4 et: # vim: set ft=sh ts=4 sw=4 et: