Skip to main content

Configuration

now that you know the quirks you want to make the system your own

its actually easy since most system configuration happens in one file called sludge.cfg

below will be listed some of the configuration params

DEVICE

This one is covered in here

extenstion formatting

this is used for extenstion formatting so you can set a specific extenstion to a color

lua=0xFF0000

RUN

it runs the file on boot

RUN=bd:/autorun.lua

PATH

it defines the path (you can do multidir just split it with ; )

PATH=bd:/bin;bd:/usrbin

PROMPT

its a lua oneliner which defines how the prompt should look

PROMPT=return "\r\n"..SYS_SESSION.."$"..sys.SHELLDEV..":"..sys.PWD