rewordings
This commit is contained in:
parent
ae1a69524d
commit
e292472fe6
1 changed files with 11 additions and 5 deletions
16
README.md
16
README.md
|
@ -30,9 +30,7 @@ As a portable system, builds can be processed locally on a users workstation or
|
||||||
The build system will ship tools that make it easy to discover and share source and binary files that are respectively consumed and produced by the build system.
|
The build system will ship tools that make it easy to discover and share source and binary files that are respectively consumed and produced by the build system.
|
||||||
This will allow for very fast setups of containers that involve only downloading from trusted repositories.
|
This will allow for very fast setups of containers that involve only downloading from trusted repositories.
|
||||||
|
|
||||||
|
|
||||||
# Usage
|
# Usage
|
||||||
|
|
||||||
## Buildit configuration
|
## Buildit configuration
|
||||||
**.builtit-config.yaml**
|
**.builtit-config.yaml**
|
||||||
```
|
```
|
||||||
|
@ -138,12 +136,20 @@ In case a sysadmin needs a patched and specifically configured version of it's f
|
||||||
```
|
```
|
||||||
|
|
||||||
# Implementation
|
# Implementation
|
||||||
### Things to start with
|
## Resources
|
||||||
* https://embedux.github.io/documentation/usage/rootfs/configuration.yml/index.html
|
### CoreOS related tools
|
||||||
|
* https://github.com/derekchiang/acbuild
|
||||||
|
* https://github.com/coreos/manifest
|
||||||
|
|
||||||
|
### Similar Projects
|
||||||
|
* Previous work of mine: https://embedux.github.io/documentation/usage/rootfs/configuration.yml/index.html
|
||||||
|
|
||||||
|
### Operating Systems and Package managers
|
||||||
* http://nixos.org/nixos/about.html
|
* http://nixos.org/nixos/about.html
|
||||||
* https://gitweb.gentoo.org/proj/releng.git/tree/releases/weekly/specs/amd64?id=HEAD
|
* https://gitweb.gentoo.org/proj/releng.git/tree/releases/weekly/specs/amd64?id=HEAD
|
||||||
* https://github.com/zefhemel/nix-docker
|
* https://github.com/zefhemel/nix-docker
|
||||||
* [nix build darm
|
* [nix build darm
|
||||||
paper](http://www.researchgate.net/publication/228629017_The_Nix_Build_Farm_A_declarative_approach_to_continuous_integration)
|
paper](http://www.researchgate.net/publication/228629017_The_Nix_Build_Farm_A_declarative_approach_to_continuous_integration)
|
||||||
* https://github.com/jordansissel/fpm/wiki
|
|
||||||
* https://blogs.gentoo.org/zmedico/2015/07/06/tardelta-generate-a-tarball-of-differences-between-two-tarballs/
|
* https://blogs.gentoo.org/zmedico/2015/07/06/tardelta-generate-a-tarball-of-differences-between-two-tarballs/
|
||||||
|
* https://github.com/jordansissel/fpm/wiki
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue