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 7a07b18156 - Show all commits

View File

@ -641,7 +641,7 @@ function install_os_in_chroot () {
function set_root_pw () { function set_root_pw () {
#3.2 #3.2
printf -- '%s\n' 'root:password' | chpasswd --root '/mnt' printf -- '%s\n' 'root:password' | chpasswd --crypt-method 'SHA512' --root '/mnt'
} }
function configure_networking () { function configure_networking () {