URI: 
       tworkflow.7.md - libdevuansdk - common library for devuan's simple distro kits
  HTML git clone https://git.parazyd.org/libdevuansdk
   DIR Log
   DIR Files
   DIR Refs
   DIR Submodules
   DIR README
   DIR LICENSE
       ---
       tworkflow.7.md (718B)
       ---
            1 libdevuansdk workflow
            2 =====================
            3 
            4 Working with libdevuansdk splits into categories of what you want to do.
            5 `zlibs` are files separated into these "categories":
            6 
            7 ## bootstrap
            8 
            9 Contains the functions for the bootstrap process. Creating a minimal debootstrap
           10 base, and making it into a tarball for later use so you don't have to wait for
           11 the debootstrap on every build.
           12 
           13 ## helpers
           14 
           15 Contains the helper functions for libdevuansdk that make your and my life a bit
           16 easier.
           17 
           18 ## imaging
           19 
           20 Contains the functions necessary for creating raw dd-able images.
           21 
           22 ## kernel
           23 
           24 Contains the functions for installing a vanilla kernel.
           25 
           26 ## rsync
           27 
           28 Contains rsync functions
           29 
           30 ## sysconf
           31 
           32 Contains the default system configuration.