summaryrefslogtreecommitdiff
path: root/functions
AgeCommit message (Collapse)Author
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
2011-09-30Setting default ubuntu release to oneric.Daniel Baumann
2011-09-30Defaulting to ubuntu-oneiric syslinux theme on Ubuntu.Colin Watson
2011-09-30Using the correct mirror locations for Ubuntu ports.Adam Conrad
2011-09-30Adding --system option to define the resulting image type to be a live ↵Daniel Baumann
system or a normal, non-live system.
2011-09-30Setting default armel linux flavour for Ubuntu.Ben Howard
2011-09-28Renaming virtual-hdd-root-size to hdd-size in preparation of merging ↵Daniel Baumann
virtual-hdd into hdd.
2011-09-22Enclosing shell variables for iso-* defaults in escaped double-quotes while ↵Yaroslav Halchenko
evaluating for the length to allow using parentheses (Closes: #642463).
2011-09-14Switching away from cdn.debian.net as default mirrors for progress, too ↵Daniel Baumann
unreliable outside of Europe.
2011-09-13Renaming usb-hdd binary image type to simply hdd.Daniel Baumann
This is the first step in conglomerating code for all hdd-ish image types, independent of the partitioning scheme being used, and adding future hdd-ish image types for virtualiziation software.
2011-09-13Correcting syntax error in tr command used in default for hdd-label in ↵Daniel Baumann
progress mode.
2011-09-12Adding option for setting filesystem label on usb-hdd images.Daniel Baumann
2011-09-07Correcting wrong spelling of cache in exit function, thanks to David Endler ↵Daniel Baumann
for spotting it.
2011-09-07Improve message when skipping a helper because it is already run.Daniel Baumann
2011-09-01Automatically using an embedded live-build copy from within the config tree ↵Daniel Baumann
at local/live-build, if existing. This allows to ship (an almost) self contained config tree.
2011-08-27Only calling udevadm in losetup function when udev is installed on the host ↵Daniel Baumann
system.
2011-08-25Adding support for ext4 for binary and chroot filesystem, including partial ↵Daniel Baumann
patch from Ben Howard <ben.howard@canonical.com> (Closes: #639298).
2011-08-24Renaming --apt-source to --apt-source-archives.Daniel Baumann
2011-08-24Avoiding magic defaults for --apt-indices option when using minimal or ↵Daniel Baumann
stripped packagelist.
2011-08-24Setting apt-source to false in progress mode.Daniel Baumann
2011-08-24Introducing --apt-sources option to control if the live system should have ↵Daniel Baumann
deb-src entries in sources.list.
2011-08-23Moving removal of udev persistent rules from chroot_hacks to a hook, that ↵Daniel Baumann
way it can be easily skipped if desired.
2011-08-23Moving removal of openssh-server host keys from chroot_hacks to a hook, that ↵Daniel Baumann
way it can be easily skipped if desired.
2011-08-13Enabling volatile suite for progress itself in progress mode.Daniel Baumann
2011-08-08Correcting path to VERSION file.Richard Nelson
2011-08-08Using global version file rather than using copied information in ↵Daniel Baumann
functions/common.sh.
2011-08-08Releasing debian version 3.0~a28-1.debian/3.0_a28-1Daniel Baumann
2011-08-08Releasing debian version 3.0~a27-1.debian/3.0_a27-1Daniel Baumann
2011-08-04Releasing debian version 3.0~a26-1.debian/3.0_a26-1Daniel Baumann
2011-08-04Correcting indentiation in hook defaults assignment.Daniel Baumann
2011-08-04Adding hook to update apt-file cache (Closes: #636440).Daniel Baumann
2011-07-29Setting default kernel flavours for armel to all available flavour due to ↵Daniel Baumann
the nature of armel images (single rootfs image, multiple kernel images).
2011-07-24Add forgotten handling of already set chroot_hooks in defaults.Daniel Baumann
2011-07-21Updating derivatives handling for d-i mirror defaults to better match the ↵Daniel Baumann
reality that by default, most derivatives are not going to actually rebuild d-i.
2011-07-21Setting default compression levels to -6 for gzip, bzip, lzip and lzma tarballs.Daniel Baumann
2011-07-21Adding function for more resilient detachment of loopback devices.Cody A.W. Somerville
2011-07-20Avoid to hijack root-command with linux32, rather set use it in the chroot ↵Daniel Baumann
function only.
2011-07-20Appending 'linux32' to LB_ROOT_COMMAND if 'uname -m' is x86_64 and ↵Cody A.W. Somerville
LB_ARCHITECTURE is i386.
2011-07-19Enabling hooks based on the mode we're building for.Daniel Baumann
2011-07-19Saving packages in cache even when failing or interrupting a build (Closes: ↵Daniel Baumann
#586929).
2011-07-19Adding kubuntu mode in order to have different defadefault hooks enabled for ↵Daniel Baumann
ubuntu and kubuntu (needed for #630088).
2011-07-15Update VERSION in common.sh to match last release.Richard Nelson
2011-07-14Using updated kernel default flavours for sid also for wheezy.Daniel Baumann
2011-06-29Releasing debian version 3.0~a23-1.debian/3.0_a23-1Daniel Baumann
2011-06-29Releasing debian version 3.0~a22-1.debian/3.0_a22-1Daniel Baumann
2011-06-21Making copyright headers distribution neutral.Daniel Baumann
2011-06-15Fix default for LB_PARENT_ARCHIVE_AREAS (Closes: #630604).Colin Watson
2011-06-15Moving internal global package lists from 'lists' to 'package-lists'. This ↵Daniel Baumann
is not a user visible change.