1
0
mirror of synced 2026-01-23 10:38:15 +00:00

Fix password interation on image creation

This commit is contained in:
Joan 2013-10-25 10:51:11 +02:00
parent 0e8178ab0f
commit 42345c75d4
2 changed files with 3 additions and 0 deletions

View File

@ -3938,6 +3938,8 @@ sub setupRootPassword
prompt => 'Do you want to try to change the password again??',
default => 'y',
);
} else {
$tryagain=0;
}
}
}

1
debian/changelog vendored
View File

@ -1,5 +1,6 @@
xen-tools (4.4~dev-1) UNRELEASED; urgency=low
* Fixed password prompt iteration
* Also switch from cdn.debian.net to http.debian.net in xen-tools.conf
* Do not run "passwd" via runCommand as that one captures STDOUT for
logging. Makes --passwd usable again. Thanks to Christian Herzog for