summaryrefslogtreecommitdiff
path: root/functions
AgeCommit message (Collapse)Author
2012-06-06For consistency, respecting config/environment too for both chroot and ↵Daniel Baumann
binary environments (but the content of sepcific environments for either chroot or binary still has precedence over the generic one).
2012-06-06Removing unmaintained l10n handling.Daniel Baumann
2012-06-06Updating l10n stuff before removing it.Daniel Baumann
2012-06-05Defaulting to SHA256 live-media checksums.Daniel Baumann
2012-06-04Moving local includes from auto/{functions,scripts} to ↵Daniel Baumann
local/{functions,scripts} where they belong.
2012-06-03Renaming internal .stage to .build for consistency within the configuration ↵Daniel Baumann
tree.
2012-06-03Don't bother supporting firmware on ubuntu, they seem to have a different ↵Daniel Baumann
archive structure.
2012-05-31Removing pre-squeeze XORG_CONFIG variable from the chroot environment.Daniel Baumann
2012-05-31Allowing to use comments in config/environment.{binary,chroot}.Daniel Baumann
2012-05-31Cleaning http_proxy and ftp_proxy settings in chroot, people using apt ↵Daniel Baumann
proxies set them throught the apt pseudo-proxy options, and people using real proxies use config/environment.{chroot,binary} to set them.
2012-05-24Allowing to inject variables through config/environment.chroot into the ↵Daniel Baumann
chroots environment.
2012-04-28Updating release list for ubuntu.Daniel Baumann
2012-04-27Transforming failsafe boot parameter into an own option.Daniel Baumann
2012-04-26Unconditionally including firmware in all images by default. This is safe ↵Daniel Baumann
since only firmware available within the configured archive area is included automatically, see manpage.
2012-04-26Adding support for including firmware packages automatically within the live ↵Daniel Baumann
system.
2012-04-26Adding support for including firmware packages automatically within ↵Daniel Baumann
debian-installer.
2012-04-23Updating defaults for linux-latest metapackages in wheezy.Daniel Baumann
2012-03-19Updating release list for ubuntu.Daniel Baumann
2012-03-19Updating release list for progress.Daniel Baumann
2012-03-04Switching default bootstrap mirror from ftp.de.debian.org to ftp.debian.org, ↵Daniel Baumann
now that ftp.debian.org has upgraded hardware and bandwith.
2012-03-03Excluding security and volatile archives for ubuntu precise for the the time ↵Daniel Baumann
being.
2012-02-26Removing --username cruft, live-config bootparameters should be used via ↵Daniel Baumann
--bootappend-live.
2012-02-26Removing --hostname cruft, live-config bootparameters should be used via ↵Daniel Baumann
--bootappend-live.
2012-02-20Removing full path from chroot calls in chroot function.Daniel Baumann
Temporarily, we had /usr/share/live/build/scripts/build/lb_* named without the lb_* prefix which made calling chroot being called with full path in order to diffrentiate between lb chroot and /usr/sbin/chroot when usling live-build from a local source tree.
2012-02-16Add forgotten fallback for mode setting if lsb_release is not installed.Daniel Baumann
2012-02-14Correcting typo in ubuntu default distribution name, thanks to Marco Lechner ↵Daniel Baumann
<marco.lechner@fossgis.de> (Closes: #659823).
2012-02-13Correcting typo in defaults for backports mirror.Daniel Baumann
2012-02-06Improve backports handling in derivatives mode.Daniel Baumann
If LB_BACKPORTS=true, then backports are configured in sources.list, however, not enabled. If backports are enabled depends on pinning, either manually through apt/preferences.d snipplets in local includes/chroot_apt, or, depending on distribution (e.g. building artax-backports enables pinning automatically).
2012-02-06Updating year in copyright notices for 2012.Daniel Baumann
2012-02-06Updating squeeze point release number.Daniel Baumann
2012-02-06Autodetecting mode depending on which distribution we're building.Daniel Baumann
2012-02-06Correcting typo in security chroot mirror variable assembling.Daniel Baumann
2012-02-06Applying patch from Ivailo Monev to remove stage files for ↵Daniel Baumann
pseudo-filesystems helpers in exit function.
2012-02-06Updating lb_binary_syslinux for embedded syslinux themes.Daniel Baumann
2012-01-18Setting default mirror for progress to cdn.archive.progress-linux.org.Daniel Baumann
2012-01-12Switching priorities of mirror defaults (which mirror default is used from ↵Daniel Baumann
which previously set mirror default etc.) to the way it was intendet to be. If not building a derivative with two seperate repositories, users should only need to bother about setting the --mirror*|LB_MIRROR* options, the --parent-mirror*|LB_PARENT_MIRROR* does get set automatically correctly now.
2012-01-12Adding armhf kernel defaults, thanks for Ying-Chun Liu <paulliu@debian.org> ↵Daniel Baumann
for bringing it up (Closes: #655557).
2012-01-10Unmount /root/config in case of error.Matthijs Kooijman
When there is an error, the Exit() handler unmounts filesystems within the chroot. This adds /root/config to the list used when /proc/mounts is not available.
2011-12-30Enabling contrib and non-free by default for progress.Daniel Baumann
2011-11-29Inverting logic for defaults or archive-areas wrt/ parent and derivatives.Daniel Baumann
2011-11-04Also setting 5% margin for ext4 images, thanks to Neil Wilson ↵Daniel Baumann
<neil@aldur.co.uk> for spotting it (Closes: #647601).
2011-10-30Correcting defaults d-i mirror for progress.Daniel Baumann
2011-10-28Adding precise in releases list.Daniel Baumann
2011-10-28Adding expire date for oneiric in releases list.Daniel Baumann
2011-10-22Adding hook to remove dbus machine id.Daniel Baumann
2011-10-16Disable backports forcefully when building artax-backports images direcly.Daniel Baumann
2011-10-13Correcting typo in defaults for system variable.Daniel Baumann
2011-10-13Updating squeeze point release number.Daniel Baumann
2011-10-05Adding foreign bootstrap via qemu for cross arch building.Ben Howard
2011-09-30Removing EOL Ubuntu dapper from release information.Daniel Baumann