refactor(meta): Add function numbering (#3)

This commit is contained in:
hygienic-books 2023-10-20 15:41:17 +02:00
parent 5cb1e6b1f2
commit 66eb02ff7d

View File

@ -510,6 +510,7 @@ EOF
}
function install_os_in_chroot () {
#1.16
### Reinit keyring
# As keyring is initialized at boot, and copied to the install dir with pacstrap, and ntp is running
# Time changed after keyring initialization, it leads to malfunction
@ -678,7 +679,7 @@ function finalize_os_setup () {
function main () {
if we_are_changerooted; then
install_os_in_chroot
install_os_in_chroot #1.16
else
set_ntp #1.1
update_pacman_db #1.2