Follow `OpenStack Coding Style`_ and `OpenStack Coding Standard`_ as much as possible.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
d-i debian-installer/locale string en_US | |
d-i console-setup/ask_detect boolean false | |
d-i keyboard-configuration/xkb-keymap select us | |
d-i passwd/user-fullname string Ryan Lancer | |
d-i passwd/username string ryan | |
# Normal user's password, either in clear text | |
d-i passwd/user-password ryan123 insecure | |
d-i passwd/user-password-again ryan123 insecure |