summaryrefslogtreecommitdiff
path: root/functions
AgeCommit message (Collapse)Author
2015-05-10Switching from http.debian.net to httpredir.debian.org as default binary mirror.Daniel Baumann
2015-05-03Dropping automagics for ubuntu.Daniel Baumann
Future live-build versions will still allow to use casper, but its configuration will be done differently by a custom config tree, rather than embedded and maintenance intensive code in live-build itself.
2015-05-03Dropping automagics for casper.Daniel Baumann
Future live-build versions will still allow to use casper, but its configuration will be done differently by hooks in the config tree, rather than embedded and maintenance intensive code in live-build itself.
2015-04-29Moving grub and grub2 templates into shared bootloader config directory.Daniel Baumann
2015-04-28Setting progress-linux default distribution to cairon.Daniel Baumann
2015-04-28Setting debian default distribution to stretch.Daniel Baumann
2015-04-26Don't truncate files outside the build chroot.Daniel Reichelt
The list of files passed to Truncate() might contain absolute symlinks pointing to files outside the chroot, which previously destroyed files on the build host.
2015-02-07Making functions/chroot_bind_path.sh executable within the source tree ↵Daniel Baumann
(Closes: #777096).
2015-02-04Adding linux flavours for arm64/armhf architectures.Fathi Boudra
Signed-off-by: Fathi Boudra <fabo@debian.org>
2015-01-26Switching to default to linux-image-586 on i386.Daniel Baumann
2015-01-25Correcting packagelist parsing when packages are listed with notation of a ↵Daniel Baumann
specific version (Closes: #775832).
2015-01-25Enabling security and release updates for jessie.Daniel Baumann
2015-01-04Updating year in copyright notices to 2015.Daniel Baumann
2015-01-04Dropping some sparc leftovers (Closes: #774196).Daniel Baumann
2015-01-04Changing package dependency checks within chroot to work outside as well.Daniel Baumann
2014-12-23Dropping cdebootstrap support (Closes: #773657).Daniel Baumann
debootstrap is the official tool to bootstrap debian, cdebootstrap has had the one or other bug making it broken for times during the release cycles. The extra effort of supporting both debootstrap and cdebootstrap is hardly worth it since the bootstrap stage is cached anyway.
2014-12-10Cleaning up from python removal (LIVE_IMAGE_PARENT_ARCHIVE_AREAS).Daniel Baumann
2014-12-10Updating misc settings for progress-linux.Daniel Baumann
2014-12-10Address "should check that we're building on debian through e.g. a ↵jnqnfe
'derivative-is-based-on' variable or somesuch" fixme.
2014-12-10Bind local repository into chroot directory.Jan Blunck
If a local repository path is given as a mirror URL lets bind it into the chroot. The local repository will be unmounted while processing "remove" or latest by the exit function.
2014-12-10Skip comments in package lists.Raphaël Hertzog
Comments in package lists used to work in live-build 3.x (although possibly only as a side-effect of some other logic) and being able to comment package is a useful feature (to explain why some packages are included and to make it easy to uncomment some lines to add more useful packages).
2014-12-10Dropping support for wheezy.Daniel Baumann
2014-12-10Somewhat fixing sysvinit and casper legacy support, slightly improved patch ↵Daniel Baumann
from Rui Miguel P. Bernardo <rui.bernardo.pt@gmail.com> (Closes: #772522, #772651). This however will still not work properly building upstart based images but they have been broken/unsupported anyway since a long time.
2014-12-10Fix broken calls to Get_conffiles() from Read_conffiles() and ↵jnqnfe
Print_conffiles() (Closes: #770645).
2014-12-10Cleaning up from python removal (LIVE_IMAGE_ARCHIVE_AREAS).Daniel Baumann
2014-12-10Cleaning up from python removal (LIVE_IMAGE_ARCHITECTURE).Daniel Baumann
2014-12-10Update linux flavours for armhf/armel.Raphaël Hertzog
With linux 3.16 in Debian Jessie, armmp and armmp-lpae are the only armhf flavours availale. On armel, we lost the support of the iop32x flavour.
2014-04-30Updating default boot parameters for live-config 4.x.Daniel Baumann
2014-04-27Add support for making ext[234] or btrfs hdd images bootable with extlinux ↵Simon McVittie
(Closes: #745816) extlinux configuration for the bootable image is installed to /boot/extlinux, matching the extlinux-install script in Debian. From the configuration point of view it's still called "syslinux", the same as the rest of the syslinux family (pxelinux, isolinux etc.)
2014-04-27Allow cache directories to be symlinks as well (Closes: #741934).Daniel Baumann
2014-04-27Switching default debian release to jessie.Daniel Baumann
2014-03-02Auto-detect foreign architectures in packagelist.Kiel Christofferson
* Add function to output unique list of foreign architectures from an expanded package list. * If foreign architectures are detected, add unique architectures to dpkg and update apt. * This requires users to explicitly list at least _one_ package of a foreign architecture in their package list (e.g. foo:arch) for any other foreign arch dependencies to be handled appropriately.
2014-02-08Updating copyright notices for 2014.Daniel Baumann
2013-11-04Switching from global lock file to config tree specific one.Daniel Baumann
2013-11-03Automatically symlink hooks upon creation of the configuration tree.Daniel Baumann
2013-10-23Dropping incomplete and not really supported exposed root mode.Daniel Baumann
This might come back in future if there's demand for it and the base is sufficiently cleaned up first.
2013-10-15Replacing s390 with s390x in architecture specific defaults.Daniel Baumann
2013-09-06Updating initsystem default for progress-linux releases.Daniel Baumann
2013-06-24Avoid failing on package lists fails that have no newline at the end.Daniel Baumann
2013-06-19Adding hook to remove ssl-cert-snakeoil by default.Daniel Baumann
2013-05-31Dropping some EOL ubuntu release information.Daniel Baumann
2013-05-31Updating versioning scheme references to match new scheme since wheezy.Daniel Baumann
2013-05-06Adding hook to disable 70-persistent-cd.rules udev rule to prevent udev ↵Daniel Baumann
remember the cd device name both the one of the build system and the one of the live system (Closes: #706926).
2013-05-06Renaming remove-udev-persistent-rules.chroot hook to ↵Daniel Baumann
remove-udev-persistent-net-rules.chroot for future additional udev hooks.
2013-05-06Enabling release updates (formerly known as volatile) for wheezy.Daniel Baumann
2013-05-06Updating bootstrap mirror for progress-linux.Daniel Baumann
2013-05-06Dropping now unused intermediate config/image.Daniel Baumann
2013-05-06Using LB_HDD_SIZE to determine the size of the image.Michael Stummvoll
If LB_HDD_SIZE is "auto" the size will be determined automatically as before else it will be the given size in MB. Also setting the default for this to "auto"
2013-05-06Fixing missing quotes for tr commands to avoid unwanted expansions.Michael Stummvoll
[A-Z] and [a-z] expands if there is a file or directory with one letter in the directory.
2013-05-06Removing dedicated emdebian mode, this can entirely be handled with ↵Daniel Baumann
different defaults.