initial commit

This commit is contained in:
davedatum
2019-10-28 20:30:32 +00:00
commit f47a603473
188 changed files with 1674 additions and 0 deletions
MakefileREADME.md
cfg
locales
tromjaro-live
tz

9
locales/en_US Normal file

@ -0,0 +1,9 @@
lang=en
bootlang="lang=en_US"
def_bootlang="en_US"
if [ -z "${keyboard}" ]; then
def_keyboard="us"
fi
if [ -z "${timezone}" ]; then
def_timezone="America/New_York"
fi