summaryrefslogtreecommitdiff
path: root/functions
AgeCommit message (Collapse)Author
2013-01-20Correcting variable default assignment for new configuration tree layout.Daniel Baumann
2013-01-18Correcting typo on functions/default.sh, thanks to jhcha54008 ↵Richard Nelson
<jhcha54008@free.fr> (Closes: #698397).
2013-01-02Defaulting to obsolete md5 for checksums instead of sha256 on debian, as ↵Daniel Baumann
debians cdrom-check in d-i only supports md5.
2013-01-01Updating year in all copyright notices.Daniel Baumann
2012-12-31Setting debian-installer to false in all modes by default.Daniel Baumann
2012-12-30Dropping support for now unused includes feature in package lists.Daniel Baumann
2012-12-30Switching order of kernel flavours in defaults, the last added one in the ↵Daniel Baumann
list becomes the default symlink target in the rootfs by apt.
2012-12-20Moving off binary image parent archive areas into new config tree format.Daniel Baumann
2012-12-20Updating comment for image name config handling.Daniel Baumann
2012-12-20Moving off binary image archive areas into new config tree format.Daniel Baumann
2012-12-19Setting default name to live-image for the time being.Daniel Baumann
2012-12-19Using image name from configuration to name binary output files.Daniel Baumann
2012-12-19Correcting architecture defaults.Daniel Baumann
2012-12-19Separate between configured values and runtime values in new configuration ↵Daniel Baumann
handling.
2012-12-19Also reading in existing values from new config tree format.Daniel Baumann
2012-12-19Moving off binary image architecture into new config tree format.Daniel Baumann
2012-12-19Moving off binary image type into new config tree format.Daniel Baumann
2012-12-19Moving configuration version off as the first option into new config tree ↵Daniel Baumann
format.
2012-12-19Disabling accidentally enabled removal of apt sources hook by default.Daniel Baumann
2012-12-17Removing kubuntu mode, it's not different anymore to standard ubuntu mode.Daniel Baumann
2012-12-17Removing some dead default handling code for global includes which do not ↵Daniel Baumann
exist anymore.
2012-12-17Correcting config tree version check for the current version.Daniel Baumann
2012-12-17Correcting config tree version check for older versions.Daniel Baumann
2012-12-17Renumbering hooks.Daniel Baumann
2012-12-17Merging remove-linux-image-backups into remove-backup-files hook.Daniel Baumann
2012-12-17Adding default hook to use mesa glx renderer.Daniel Baumann
2012-12-17Using consistent naming for default hooks.Daniel Baumann
2012-12-17Adding default hook to use newest nvidia version.Daniel Baumann
2012-12-16Adding default hook to truncate log files.Daniel Baumann
2012-12-16Moving removal of backup and temporary files to their own hook script.Daniel Baumann
2012-12-16Moving kexec-tools default preseeding into its own hook script.Daniel Baumann
2012-12-13Updating removal of adjtime in a split out hook for wheezy.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-10Updating wheezy release number.Daniel Baumann
2012-12-04Updating wording about regenerating config trees.Daniel Baumann
2012-12-04Updating version config tree version check (Closes: #695091).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-30Dropping support for squeeze and squeeze-based distributions.Daniel Baumann
2012-11-28Adding default hook to remove linux-image backup files.Daniel Baumann
2012-11-14Fixing typo in cache directory names, thanks to Thanatermesis ↵Ben Armstrong
<thanatermesis@gmail.com>.
2012-10-31Removing debconf-nowarnings option, doesn't provide any advantage to disable ↵Daniel Baumann
this option in the first place.
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-28Defaulting to systemd as initsystem for wheezy based progress-linux releases ↵Daniel Baumann
and newer.
2012-10-27Using xargs when copying or hardlinking deb files from and to the package ↵Daniel Baumann
cache to avoid hit the shell max command limits (Closes: #691616).
2012-10-25Renaming progress mode to progress-linux to match the used naming scheme.Daniel Baumann
2012-10-22Renaming config/binary_debian-installer to simply config/debian-installer.Daniel Baumann
2012-10-22Renaming local/scripts to local/bin for executables overriding not just lb ↵Daniel Baumann
scripts, but any command during live-build runs.
2012-10-08Correcting variable handling for --bootappend-live-failsafe in defaults.Daniel Baumann