summaryrefslogtreecommitdiff
path: root/scripts/build
AgeCommit message (Collapse)Author
2010-09-26Not fail if /dev/random is not available in chroot, newer debootstrap seems ↵Daniel Baumann
not to create it anymore.
2010-09-26Using the same path for win32-loader in squeeze as in sid as it has finally ↵Daniel Baumann
migrated some time ago.
2010-09-22Fixing bpo debian-maintainers.org typo (Closes: #597715).Hector Oron
2010-09-20Also adding kbd to debian-installer packages.Daniel Baumann
2010-09-20Also handling console related packages in debian-installer when ↵Daniel Baumann
live-installer is used.
2010-09-20Adding consle-setup and keyboard-configuration manually to package pool for ↵Daniel Baumann
debian-installer in order to workaround a flawed debian-installer change in squeeze.
2010-09-19Also only respecting packages lists with .list suffix in ↵Daniel Baumann
binary_local-packageslists for consistency.
2010-09-17Making rmdir calls on cleanups more robust.Daniel Baumann
2010-09-16Using short boot parameter 'config' to enable live-config, requires ↵Daniel Baumann
live-config 2.0.7.
2010-09-16Correcting typo in binary sources.list creating.Daniel Baumann
2010-09-16Allowing also symlinks in chroot_local-packages (Closes: #593186).Daniel Baumann
2010-09-16Also populating config tree automatically when calling other top-level ↵Daniel Baumann
commands apart from lb_build.
2010-09-16Updating kernel images number when installing them into live media.Daniel Baumann
2010-09-16Correcting to narrow pattern for counting kernel images (Closes: #581252).Daniel Baumann
2010-09-16Correcting freudian typo when reading in config files.Daniel Baumann
2010-09-16Adding support for inclusion of the debian-backports repository.Daniel Baumann
2010-09-15Correcting typo in lb_config when cleaning up auto/config.Daniel Baumann
2010-09-15Fixing lb_binary_syslinux to add quiet for the default live entries.Daniel Baumann
2010-09-15Adding somewhat prettier header in /etc/apt/sources.list.Daniel Baumann
2010-09-13Updating auto/scripts handling.Daniel Baumann
2010-09-13Avoid running helpers twice when using auto (Closes: #584884).Daniel Baumann
2010-09-12Prefixing helper scripts to make 'out of source' usage usable (Closes: #572455).Daniel Baumann
2010-09-12Updating path in local helper for live-build.Daniel Baumann
2010-09-07Correcting --clean handling in lb_config.Daniel Baumann
2010-09-07Moving location of the global configuration file from ↵Daniel Baumann
/etc/default/live-build to /etc/live/build.conf resp. /etc/live/build.d/.
2010-09-07Updating internal variables from lh to lb scheme, should be the last piece ↵Daniel Baumann
to finish the live-helper to live-build rename.
2010-09-06Also deconfiguring /etc/hosts when using debootstrap to bootstrap system.Daniel Baumann
2010-09-04Adding support for standalone live-boot as initramfs generator.Daniel Baumann
2010-09-02Updating gdm handling for lxde.Daniel Baumann
2010-09-02Updating internal calls to use live-build instead of live-helper.Daniel Baumann
2010-09-02Replacing some more references to live-helper with live-build in scripts.Daniel Baumann
2010-09-02Replacing some references to live-helper with live-build.Daniel Baumann
2010-09-02Updating copyright headers for live-build.Daniel Baumann
2010-08-14Moving /usr/share/live-helper to /usr/share/live/build.Daniel Baumann
2010-08-14Adding slightly modified patch from Cody A.W. Somerville ↵Daniel Baumann
<cody.somerville@canonical.com> to extract casper uuid file from casper initrds.
2010-08-08Setting default desktop for tasksel when installing package tasks to avoid ↵Daniel Baumann
ending up with a pulled in gnome in all cases, thanks a lot to Ben Armstrong <synrg@debian.org> for finding this solution.
2010-08-05Fix LH_INTERACTIVE switch statement.Chris Lamb
Signed-off-by: Chris Lamb <lamby@debian.org>
2010-07-31Run chroot stage with /var/lib/dpkg mounted as a tmpfsChris Lamb
Idea from Thomas Lange and FAI. Speedup in my testcase (standard image) is 3m00 => 2m50, probably much better improvements for the desktop image clients. Signed-off-by: Chris Lamb <lamby@debian.org>
2010-07-30Making cp calls for syslinux templates recursive, thanks to Tiago Bortoletto ↵Daniel Baumann
Vaz <tiago@debian.org>.
2010-07-24Rearranging helpers scripts in source tree.Daniel Baumann