libdevuansdk/docs/workflow.7.md

33 lines
718 B
Markdown
Raw Permalink Normal View History

2016-10-14 07:57:50 +00:00
libdevuansdk workflow
=====================
2016-10-18 11:53:59 +00:00
Working with libdevuansdk splits into categories of what you want to do.
`zlibs` are files separated into these "categories":
2016-10-14 07:57:50 +00:00
2016-10-18 11:53:59 +00:00
## 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.