# This is the default configuration file # General settings [general] # Do not prompt if settings are not defined prompt = false # Package settings [packages] #acid = {} #autoconf = {} #automake = {} #bash = {} #binutils = {} ca-certificates = {} #cargo = {} #cleye = {} #cmatrix = {} #contain = {} coreutils = {} #curl = {} #dash = {} #diffutils = {} #dosbox = {} drivers = {} #duktape = {} extrautils = {} #fd = {} #ffmpeg = {} findutils = {} #freedoom = {} #game-2048 = {} #games = {} #gawk = {} #gcc = {} #generaluser-gs = {} #git = {} #gnu-binutils = {} #gnu-grep = {} #gnu-make = {} installer = {} ion = {} ipcd = {} #lci = {} logd = {} #lua = {} #mdp = {} #nasm = {} #ncdu = {} netdb = {} netstack = {} #netsurf = {} netutils = {} #newlib = {} #newlibtest = {} nulld = {} #openssl = {} #openttd = {} #openttd-opengfx = {} #openttd-openmsx = {} orbdata = {} orbital = {} orbterm = {} orbutils = {} #pastel = {} #patch = {} #periodictable = {} #perl = {} #pixelcannon = {} pkgutils = {} #powerline = {} #prboom = {} ptyd = {} #python = {} randd = {} redoxfs = {} #redox-ssh = {} #rs-nes = {} #rust = {} #rust64 = {} #rustual-boy = {} #sed = {} smith = {} #sodium = {} #terminfo = {} #termplay = {} #timidity = {} #ttf-hack = {} userutils = {} uutils = {} #vim = {} #vttest = {} #xz = {} zerod = {} # User settings [users.root] # Password is set to "password" password = "password" uid = 0 gid = 0 name = "root" home = "/root" [users.user] # Password is unset password = "" [[files]] path = "/etc/init.d/00_base" data = """ nulld zerod randd ipcd logd ptyd pcid /etc/pcid/filesystem.toml """ [[files]] path = "/etc/init.d/10_net" data = """ smolnetd dnsd dhcpd -b """ [[files]] path = "/etc/init.d/20_orbital" data = """ orbital display:3/activate orblogin launcher """ [[files]] path = "/etc/init.d/30_console" data = """ getty display:2 getty debug: -J """ [[files]] path = "/etc/net/dns" data = """ 208.67.222.222 """ [[files]] path = "/etc/net/ip" data = """ 10.0.2.15 """ [[files]] path = "/etc/net/ip_router" data = """ 10.0.2.2 """ [[files]] path = "/etc/net/ip_subnet" data = """ 255.255.255.0 """ [[files]] path = "/etc/net/mac" data = """ 54-52-00-ab-cd-ef """ [[files]] path = "/etc/pkg.d/50_redox" data = "https://static.redox-os.org/pkg" [[files]] path = "/etc/group" data = """ root;0;root user;1000;user sudo;1;user """ [[files]] path = "/etc/hostname" data = """ redox """ [[files]] path = "/etc/issue" data = """ ########## Redox OS ########## # Login with the following: # # `user` # # `root`:`password` # ############################## """ [[files]] path = "/etc/motd" data = """ Welcome to Redox OS! """ [[files]] path = "/usr/bin" data = "/bin" symlink = true