Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-03-09 | Using one single packages cache directory for all chroot packages. | Daniel Baumann | |
2011-03-09 | Install 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.) |