summaryrefslogtreecommitdiff
path: root/functions
AgeCommit message (Collapse)Author
2012-08-27Removing bootstrap-flavour option (Closes: #685675).Daniel Baumann
live-build does too much magic that causes too much effort in maintaining for stuff that hardly everyone uses. Rather than 'translating' back and forth and maintaining compatibility between options of different debootstrap and cdebootstrap versions (and possibly any other in the future), it's is better to 'off-load' this to the user. For non-live specific options passed to the bootstrap tools, we'll be introducing --debootstrap-options and --cdebootstrap-options where users can specify their additional options passed to the respective bootstrap tool, rather than us maintaining them in a 'hardcoded' and selected list.
2012-08-24Moving from cdn.debian.net to http.debian.net as binary mirror.Daniel Baumann
2012-08-14Correcting fallback for default binary volatile mirror on ubuntu, thanks to ↵Daniel Baumann
Luigi Capriotti <l.capriotti@xbmc.org>.
2012-07-30Disabling volatile for wheezy for the time being.Daniel Baumann
Why oh why can people not just create empty indices for the auxiliary repositories once they populate a new suite in the main archive, this is so obvious and I say it after every release.. Keeping these things constantly in sync with reality is tedious, just stupid and sucks big time.
2012-07-30Updating GPL standard header in all files.Daniel Baumann
2012-07-29Dropping global package-lists entirely, only local package lists within the ↵Daniel Baumann
config tree are support.
2012-07-28Adding support for executable statements as '! $command' in package lists.Daniel Baumann
2012-07-28Including gnupg on ubuntu by default through corresponding default for ↵Daniel Baumann
bootstrap includes.
2012-07-27Updating all distribution specific selectors in defaults to be as future ↵Daniel Baumann
proof as possible.
2012-07-27Adding release information for jessie.Daniel Baumann
2012-07-19Fixing up inclusion of functions while allowing local usage of live-build ↵Daniel Baumann
with different file layouts.
2012-07-18Correcting spelling typo of ubuntus 12.10 codename.Daniel Baumann
2012-07-18Setting initial release number for wheezy.Daniel Baumann
2012-07-18Updating squeeze point-release number.Daniel Baumann
2012-07-18Adding support for ntfs as binary filesystem when using syslinux.Daniel Baumann
2012-07-18Decrufting version flag.Daniel Baumann
2012-07-18Using xz to compress images on anything except squeeze, keeping gzip as ↵Daniel Baumann
default for squeeze.
2012-07-18Adding xz as valid compression format.Daniel Baumann
2012-07-18Adding support for zsync control files generation, thanks to Hector Oron ↵Daniel Baumann
<hector.oron@gmail.com> for the idea and prototype.
2012-07-18Renaming net flavour to netboot for consistency.Daniel Baumann
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