3-xen-orchestra-install #4

Merged
hygienic-books merged 84 commits from 3-xen-orchestra-install into main 2023-10-22 14:23:54 +00:00
Showing only changes of commit 66eb02ff7d - Show all commits

@ -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