diff --git a/setup.sh b/setup.sh index 262c33b..c4fffe4 100644 --- a/setup.sh +++ b/setup.sh @@ -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