summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2012-12-13Avoid re-populating an already populated configuration tree when using lb ↵Daniel Baumann
config --config.
2012-12-13Adding support for live-images configs and arbitrary configuration ↵Daniel Baumann
directories in lb_config --config option.
2012-12-13Correcting spelling typo in bug script.Daniel Baumann
2012-12-12Adding default hook to remove mdadm configuration.Daniel Baumann
mdadm creates a /etc/mdadm/mdadm.conf configuration file on package installation which contains array information from the build system.
2012-12-11Removing not really useful symlinks example hook.Daniel Baumann
2012-12-10Updating wheezy release number.Daniel Baumann
2012-12-10Releasing debian version 3.0~b1-1.debian/3.0_b1-1Daniel Baumann
2012-12-10Skipping creation of soon to be replaced config/templates directory.Daniel Baumann
2012-12-10Removing local/bin by default in lb_clean too.Daniel Baumann
2012-12-10Adding initial menu entries for debian-installer.Raphaël Hertzog
2012-12-06Releasing debian version 3.0~a69-1.Daniel Baumann
2012-12-06Adding back legacy filtering for firmware packages on squeeze when contrib ↵Daniel Baumann
or non-free is not enabled.
2012-12-06Dropping ubuntu guards on firmware selection code, we're not enabling ↵Daniel Baumann
firmware inclusion in ubuntu mode anyway. Also, we're not keeping this as ubuntu should just update their archive structure for content files to match debian. Not worth keeping temporary extra turns just for ubuntu.
2012-12-04Adding proper header to build.sh include.Daniel Baumann
2012-12-04Ensuring that functions are either sources locally or globally, but not both.Daniel Baumann
2012-12-04Adding support for local apt conf.d snippets in archive definitions (Closes: ↵Daniel Baumann
#685791).
2012-12-04Harmonizing apt configuration handling in chroot_archives.Daniel Baumann
2012-12-04Correcting test for no config tree version number to match all other cases, ↵Daniel Baumann
not just lower-than-1.
2012-12-04Updating wording about regenerating config trees.Daniel Baumann
2012-12-01Adding dropped empty-line separator in binary_debian-installer.Daniel Baumann
2012-12-01Adding dropped empty-line separator in defaults.Daniel Baumann
2012-12-01Updating powerpc kernel list on ubuntu.Daniel Baumann
2012-12-01Removing some leftovers from stripped and minimal package lists.Daniel Baumann
2012-11-30Also avoiding to use xz compression for squashfs for kubuntu.Daniel Baumann
2012-11-30Releasing debian version 3.0~a68-1.debian/3.0_a68-1Daniel Baumann
2012-11-30Replicating same qemu support within bootstrap_debootstrao for ↵Daniel Baumann
bootstrap_cdebootstrap too (Closes: #694102).
2012-11-30Using hash rather than pipe as sed separator for writing boot parameters ↵Daniel Baumann
into bootloader configurations (Closes: #694723).
2012-11-29Adding dpkg-source local options.Daniel Baumann
2012-11-29Using four letter digit prefixes for hooks like for consistency with all ↵Daniel Baumann
other live packages.
2012-11-28Adding default hook to remove linux-image backup files.Daniel Baumann
2012-11-28Updating note about integrity check boot parameter within checksum files.Daniel Baumann
2012-11-28Marking comments in checksum files as such to avoid harmless but anoying ↵Daniel Baumann
warning messages during live-boots medium integrity check.
2012-11-22Correct another typo on commit 11d97a6a5f17fe2c500a798aa4a32fa6889e409cRichard Nelson
2012-11-22Correct typo on commit 11d97a6a5f17fe2c500a798aa4a32fa6889e409cRichard Nelson
2012-11-22Adding default-preseeding for non-free firmware only when non-free is ↵Daniel Baumann
actually included, to avoid cluttering debconf db by default on all systems.
2012-11-22Adding backwards compatible handling for squeeze and the ubuntus for ↵Daniel Baumann
old-style Contents files in the archive.
2012-11-19Increased the maxlenth of the entry field cgipackages.list.chroot on l-b.cgi ↵Richard Nelson
(Closes: #693732).
2012-11-19Update git paths for cgi form.Richard Nelson
2012-11-19Correcting a typo in chroot_apt when re-configuring apt preferences, found ↵Daniel Baumann
by Thanatermesis <thanatermesis@gmail.com> (Closes: #685924).
2012-11-14Correcting copying of archive specific apt preferences files, thanks to ↵Daniel Baumann
Thanatermesis <thanatermesis@gmail.com> (Closes: #693250).
2012-11-14Fixing typo in cache directory names, thanks to Thanatermesis ↵Ben Armstrong
<thanatermesis@gmail.com>.
2012-11-02Releasing debian version 3.0~a67-1.debian/3.0_a67-1Daniel Baumann
2012-11-02Workarounding recent archive changes wrt/ content files until #692111 is fixed.Daniel Baumann
2012-11-01Correcting typos in aptitude-options name in lb config, thanks to Frank Gard ↵Daniel Baumann
<frank@familie-gard.de> (Closes: #691930).
2012-10-31Removing debconf-nowarnings option, doesn't provide any advantage to disable ↵Daniel Baumann
this option in the first place.
2012-10-31Also supporting the other way around: removing systemd from a bootstrap and ↵Daniel Baumann
switching to sysvinit for those distributions that default to systemd.
2012-10-31Making sysvinit removal on systemd systems conditional, newer bootstraps ↵Daniel Baumann
might not always pull in sysvinit packages anymore.
2012-10-31Running chrooted commands with DEBCONF_NONINTERACTIVE_SEEN set to true to ↵Daniel Baumann
ensure debconf questions are not reasked uselessly on the final systems.
2012-10-29Removing sysvinit when building images with systemd.Daniel Baumann
2012-10-28Shortening initsystem specific hacks for wheezy, systemd on squeeze never ↵Daniel Baumann
was really supported anyway.