Commit aa1c458c by Alexander Khryukin Committed by Stéphane Graber

fix typo and minor cleanup

parent edcf9b59
......@@ -98,8 +98,8 @@ set_guest_root_password()
{
[[ -z "$root_password" ]] && return # pass is empty, abort
echo -n " - setting guest root password.."
echo -n "root passwd is: $root_password"
echo " - setting guest root password.."
echo "root passwd is: $root_password"
echo "root:$root_password" | chroot "$rootfs_path" chpasswd
echo "done."
}
......@@ -149,7 +149,7 @@ copy_openmandriva()
update_openmandriva()
{
echo "automated update in progress..."
urpmi --root $cache/rootfs urpmi-root $cache/rootfs --auto --auto-update --ignorearch
urpmi --root $cache/rootfs --urpmi-root $cache/rootfs --auto --auto-update --ignorearch
}
configure_openmandriva_systemd()
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment