Created
May 6, 2018 23:30
-
-
Save johnny13/6c4555731f96770e2f230e0e4396ade1 to your computer and use it in GitHub Desktop.
Debian PRESEED Variables
This file contains hidden or 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
| export PRESEED_COUNTRY="US" | |
| export PRESEED_HOSTNAME="fractal-server" | |
| export PRESEED_KEYMAP="us" | |
| export PRESEED_LANGUAGE="en" | |
| export PRESEED_LOCALE="en_US.UTF-8" | |
| export PRESEED_PASSWORD="fractal" | |
| export PRESEED_USER_FULLNAME="FRAC" | |
| export PRESEED_USERNAME="frac" | |
| export PRESEED_TIMEZONE="America/Chicago" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment