@eshanized: push via script

This commit is contained in:
2024-03-02 13:41:59 +05:30
parent 7c92a9d7b3
commit 2cb5e6bef8
207 changed files with 1661 additions and 0 deletions

10
cfg/defaults.cfg Normal file
View File

@@ -0,0 +1,10 @@
if [ -z "${def_bootlang}" ]; then
def_bootlang="en_US"
def_keyboard="us"
def_timezone="UTC"
fi
if [ -z "${bootlang}" ]; then
bootlang="lang=${def_bootlang}"
keyboard="keytable=${def_keyboard}"
timezone="tz=${def_timezone}"
fi