osbuilder

Crates.ioosbuilder
lib.rsosbuilder
version0.3.0
sourcesrc
created_at2024-01-17 07:10:58.993421
updated_at2024-03-09 07:44:02.194631
descriptionOS-agnostic builder for building custom OS
homepage
repositoryhttps://gitlab.com/MatuushOS/osbuilder
max_upload_size
id1102549
size47,201
Matus Mastena (TenTypekMatus)

documentation

README

OS builder

pipeline status

This is a repository for osbuilder, an OS-agnostic builder

Contributing

Fork the repository and then follow the instructions

git add <whatever files you want to add>
git commit -am "<type of contribution>: <what you've done>"
git push

Then, if you're done, open a PR.

Example configuration

You'll get one if you run osbuilder, but you can also copy this one.

[buildopts]
tb_name = "mtos_latest"
distro_name = "MatuushOS"
support_url = ""
version = 0.9999
threads = 6
to_fetch = [""]
bdir = ""
dir_structure = "MatuushOS"
xcscriptdir = ""
bscriptdir = ""
Commit count: 0

cargo fmt