Fix password interation on image creation
This commit is contained in:
parent
0e8178ab0f
commit
42345c75d4
@ -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
1
debian/changelog
vendored
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user