configuration files
kernel.cfg
this file stores minux's main configuration settings
location:"/etc/minux-main/config/kernel.cfg"
memory value: _G.cfgfile
contents:
shell="/bin/bash.sh" - mv:_G.mnxdshell - default command line shell/prompt
ui="/bin/bash.sh" - mv: _G.mnxsui - default system user interface, gets overridden by _G.mnxdui if user configures another one
logpath="/var/log/" - mv:_G.mnxlogpath - path to log file directory
logmode=false - mv: _G.mnxlogmode - enables or disables the log system, true or false
login=false - mv: _G.mnxloginmode - enables or disables login system, true or false
authsys="/bin/login.sh" - mv: _G.mnxauthsys - path to the auth/login system program
maptsource="/etc/minux-main/data/mapt/source.db" - mv: _G.mnxmaptsource - path to mapt source list
maptinstall="/etc/minux-main/data/mapt/installed.db" - mv: _G.mnxmaptinstall - path to mapt installed programs list
userdata="/etc/minux-main/data/user/" - mv: _G.mnxuserdata - path to user data
update=0 - mv: _G.mnxupdate - auto update setting, 0 = disabled, numeric value
crashhandler=true - mv _G.mnxcrashh - enable or disable crash handler, true or false
tempfolder="/temp" - mv _G.mnxtempfolder - default folder for temporary files