From eef09941ede7e778c57b37ebbf17dd8199be7dcc Mon Sep 17 00:00:00 2001 From: parazyd Date: Tue, 18 Oct 2016 13:53:59 +0200 Subject: [PATCH] document workflow --- doc/workflow.7.md | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) diff --git a/doc/workflow.7.md b/doc/workflow.7.md index 80cfc6b..569df8c 100644 --- a/doc/workflow.7.md +++ b/doc/workflow.7.md @@ -1,4 +1,32 @@ libdevuansdk workflow ===================== +Working with libdevuansdk splits into categories of what you want to do. +`zlibs` are files separated into these "categories": +## bootstrap + +Contains the functions for the bootstrap process. Creating a minimal debootstrap +base, and making it into a tarball for later use so you don't have to wait for +the debootstrap on every build. + +## helpers + +Contains the helper functions for libdevuansdk that make your and my life a bit +easier. + +## imaging + +Contains the functions necessary for creating raw dd-able images. + +## kernel + +Contains the functions for installing a vanilla kernel. + +## rsync + +Contains rsync functions + +## sysconf + +Contains the default system configuration.