summaryrefslogtreecommitdiff
path: root/helpers/lh_chroot_local-packageslists
AgeCommit message (Collapse)Author
2011-03-09Dropping lh_ prefix from internal helpers, this is not user visible.Daniel Baumann
2011-03-09Changing local packageslists behaviour for consistency reasons, now looking ↵Daniel Baumann
for .list suffix and enabling them automatically (Closes: #545403).
2011-03-09Don't install lists from chroot_local-packageslists without them being ↵Chris Lamb
specified in LH_PACKAGES_LISTS (Closes: #490755)
2011-03-09Replacing file checking with ls by function callsAntonio Terceiro
Instead of repeatedly doing "ls ... > /dev/null 2>&1", just use a function that does exactly that.
2011-03-09Tidy calls to new Expand_packagelistChris Lamb
2011-03-09Install most chroot packages in one ${LH_APT} call (Closes: #475739)Chris Lamb
This patch installs (almost) all chroot packages by queueing the package names into a single file and then installing that. It depends on my previous patch to install local packages by using an APT mirror. This speeds up image build causes even greater speedups once more packages adopt triggers. (Packages installed by debconf preseeding are not touched, nor are packages installed by tasks.)
2011-03-09Using new Read_conffile(); now.Daniel Baumann
2011-03-09Adding 'all' configuration file.Daniel Baumann
2011-03-09Updating copyright years to 2008.Daniel Baumann
2011-03-09Adding apt/aptitude options.Daniel Baumann
By using APT_OPTIONS and APTITUDE_OPTIONS in config/common, one can manipulate the default options wich is made to each and every apt and aptitude call.
2011-03-09Replacing backticks with POSIX expression.Daniel Baumann
2011-03-09Adding live-helper 1.0~a23-1.Daniel Baumann
2011-03-09Adding live-helper 1.0~a18-1.Daniel Baumann
2011-03-09Adding live-helper 1.0~a16-1.Daniel Baumann
2011-03-09Adding live-helper 1.0~a13-1.Daniel Baumann
2011-03-09Adding live-helper 1.0~a10-1.Daniel Baumann