I have used the kickstart generator tool to generate a kickstart/preseed file for ubuntu KVM installations which has worked well until now. It stopped working when I switched over to using a very weak password, which results it halting on an additional option shown below:
What do I need to add to the kickstart file in order to confirm that this is ok?
# Initial user
user ubuntu --fullname "" --password ubuntu
d-i user-setup/allow-password-weak boolean truetopreseed d-i user-setup/allow-password-weak boolean true? Ill try this later thanks – Programster May 20 '14 at 06:35preseed user-setup/allow-password-weak boolean true- omit the d-i – Hamy May 20 '14 at 06:49