3-xen-orchestra-install #4
2
setup.sh
2
setup.sh
@ -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 () {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user