forked from AbleOS/ableos_userland
57 lines
1.1 KiB
TOML
57 lines
1.1 KiB
TOML
|
|
[boot]
|
|
[boot.limine]
|
|
default_entry = 1
|
|
timeout = 0
|
|
verbose = true
|
|
interface_resolution = "1024x768x24"
|
|
# Terminal related settings
|
|
term_wallpaper = "boot:///background.bmp"
|
|
term_background = "008080"
|
|
|
|
[boot.limine.ableos]
|
|
comment = "Default AbleOS boot entry."
|
|
protocol = "limine"
|
|
kernel_path = "boot:///kernel"
|
|
kernel_cmdline = "baka=true foobles=true"
|
|
resolution = "1024x768x24"
|
|
|
|
[repositories]
|
|
core = "https://git.ablecorp.us/AbleOS/core"
|
|
userspace = "https://git.ablecorp.us/AbleOS/ableos_userland"
|
|
|
|
[packages]
|
|
[packages.list_files]
|
|
version = "0.1.1"
|
|
hash = ""
|
|
repo = "userspace"
|
|
authors = []
|
|
|
|
[packages.list_files.configuration]
|
|
|
|
[users]
|
|
[users.able]
|
|
home = "/home/able/"
|
|
password_hash = "abc123"
|
|
|
|
[users.able.repositories]
|
|
able_repo = "https://git.ablecorp.us/able/ableos_packages"
|
|
[users.able.packages]
|
|
[users.able.packages.ablecraft]
|
|
version = "0.1.1"
|
|
hash = ""
|
|
repo = "able_repo"
|
|
|
|
[users.able.packages.ablecraft.configuration]
|
|
[users.able.packages.list_files.configuration]
|
|
use_color = true
|
|
|
|
[users.able.packages.list_files.permissions]
|
|
file_paths = ["/"]
|
|
|
|
[users.chad]
|
|
home = "/chad/"
|
|
password_hash = "abc123"
|
|
[users.chad.repositories]
|
|
[users.chad.packages]
|