From e292472fe60d96d704572063f2b8ea526439e227 Mon Sep 17 00:00:00 2001 From: Stefan Junker Date: Wed, 29 Jul 2015 18:02:25 +0200 Subject: [PATCH] rewordings --- README.md | 16 +++++++++++----- 1 file changed, 11 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index e8f2c37..78764e0 100644 --- a/README.md +++ b/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. This will allow for very fast setups of containers that involve only downloading from trusted repositories. - # Usage - ## Buildit configuration **.builtit-config.yaml** ``` @@ -138,12 +136,20 @@ In case a sysadmin needs a patched and specifically configured version of it's f ``` # Implementation -### Things to start with - * https://embedux.github.io/documentation/usage/rootfs/configuration.yml/index.html +## Resources +### 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 * https://gitweb.gentoo.org/proj/releng.git/tree/releases/weekly/specs/amd64?id=HEAD * https://github.com/zefhemel/nix-docker * [nix build darm 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://github.com/jordansissel/fpm/wiki +