summaryrefslogtreecommitdiff
path: root/components/init
AgeCommit message (Collapse)Author
2014-08-26Improving indenting of code writing build.conf file in init.Daniel Baumann
2014-08-26Using own stagefile for init.Daniel Baumann
2014-08-26Adding deb-src entries for sources.list source archives.Daniel Baumann
2014-08-26Adding note about creating installer.includes directory as well later on.Daniel Baumann
2014-08-26Completing mirror handling in init.Daniel Baumann
2014-08-26Making configuration names in build.conf all lower case.Daniel Baumann
2014-08-26Defaulting to live-config-systemd for anything but wheezy.Daniel Baumann
2014-08-25Moving mirror configuration from config to init.Daniel Baumann
2014-08-25Writing configuration out to config/build.conf in init component and getting ↵Daniel Baumann
rid of intermediate configuration file by using only new build.conf file.
2014-08-25Setting default values in init stub.Daniel Baumann
2014-08-24Adding --system parameter in init component.Daniel Baumann
2014-08-24Moving common hooks to subdirectory to allow system specific hooks.Daniel Baumann
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.