fix function names

This commit is contained in:
Tobias Powalowski 2022-02-08 20:22:02 +01:00
parent f964c85e5a
commit eed6a2914b
2 changed files with 2 additions and 2 deletions

View file

@ -3,7 +3,7 @@ source /usr/lib/archboot/functions
source /usr/lib/archboot/server_functions source /usr/lib/archboot/server_functions
_ARCH="aarch64" _ARCH="aarch64"
_root_check _root_check
_check_buildserver _buildserver_check
_update_aarch64_pacman_chroot _update_aarch64_pacman_chroot
_server_release _server_release

View file

@ -3,7 +3,7 @@ source /usr/lib/archboot/functions
source /usr/lib/archboot/server_functions source /usr/lib/archboot/server_functions
_ARCH="x86_64" _ARCH="x86_64"
_root_check _root_check
_check_buildserver _buildserver_check
_pacman_x86_64_use_default _pacman_x86_64_use_default
_server_release _server_release
_pacman_x86_64_restore _pacman_x86_64_restore