summaryrefslogtreecommitdiff
path: root/components/init
AgeCommit message (Collapse)Author
2014-08-28Moving partial python rewrite to separate branch, let's do it in the ↵Daniel Baumann
jessie+1 cycle rather than go with the current mixed code.
2014-08-24Setting default distribution to jessie.Daniel Baumann
2014-04-28Correcting os.chmod usage in lb init.Daniel Baumann
2014-04-26Ensuring correct include directory permissions avoiding tainting of target ↵Daniel Baumann
system in lb init.
2014-02-08Updating copyright notices for 2014.Daniel Baumann
2013-11-10Pre-emptively removing occurances of the short name of the Debian derivative ↵Daniel Baumann
from Canonical that cannot be named.
2013-11-07Correcting file open modes in lb-init.Daniel Baumann
2013-11-06Moving live-build development disclaimer message from lb-config to lb-init.Daniel Baumann
2013-11-06Moving bootstrapping of derivative archive-keys from config to init.Daniel Baumann
2013-11-05Adding --distribution to lb-init.Daniel Baumann
2013-11-05Adding initial stub for lb init.Daniel Baumann
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.