Skip to content

Instantly share code, notes, and snippets.

@rsjethani
Created April 11, 2017 14:42
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rsjethani/40061c9c8f9f51b09c5e036c2f6d8963 to your computer and use it in GitHub Desktop.
Save rsjethani/40061c9c8f9f51b09c5e036c2f6d8963 to your computer and use it in GitHub Desktop.
ubuntu preesed
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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment