960de852b7
In the past, we had lb config for both creating a configuration directory and updating settings in there. With the rewrite in Python, we're now changing this finally to the more sane 'init' (create initial 'sample' configuration directory tree, taking most arguments that lb config did) and 'config' which will only be a get/set program to work on top of an already initialized configuration tree. |
||
---|---|---|
components | ||
data/debian-cd | ||
debian | ||
examples | ||
frontend | ||
functions | ||
manpages | ||
scripts | ||
share | ||
templates | ||
COPYING | ||
Makefile | ||
README.Python | ||
VERSION |
README.Python
live-build 4.x is transitioning from shell scripts to Python scripts. In order to ensure a smooth transition without breaks until completion, one component at the time is being rewritten and re-documented without interconnection between them. Once done, the newly Python sources will be shaped into modules and subcommands properly.