summaryrefslogtreecommitdiff
path: root/functions
AgeCommit message (Collapse)Author
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.
2013-05-06Renaming config/control to config/image.Daniel Baumann
2013-05-06Dropping dedicated updates (formerly volatile) mirror handling, not needed ↵Daniel Baumann
anymore.
2013-05-06Dropping dedicated backports mirror handling, not needed anymore with the ↵Daniel Baumann
move of backports.d.o into ftp.d.o.
2013-05-06Adding check for ntfs-3g on the host system, precluding the initial ntfs ↵Daniel Baumann
binary filesystem support (Closes: #697793).
2013-05-06Setting memtest default to none.Daniel Baumann
2013-05-06Debranding package for derivatives.Daniel Baumann
2013-05-06Removing all references to my old email address.Daniel Baumann
2013-05-06Increasing oversizing factor of ext* filesystems from 5 to 6%.Raphaël Hertzog
At least on armel with ext4, 5% turned out to not be enough in some use cases. With 6% the failure was gone.
2013-05-06Removing non-existent --apt-indices none references.Daniel Baumann
2013-05-06Removing incomplete support for fakeroot.Daniel Baumann
2013-05-06Removing incomplete support for root-command.Daniel Baumann
2013-05-06Adding release version for ubuntu raring.Daniel Baumann
2013-05-06Defaulting to latest ubuntu release by default in ubuntu mode.Daniel Baumann
2013-05-06De-debianizing linux-flavour defaults on i386 and only including 486.Daniel Baumann
This is 'debranding' in the sense that live-build defaults are for people building images with a config from scratch, live-build should not have the options that we use for the official prebuilt debian-live images as debian-defaults for all images and force that upon everyone (as defaults). Rather, a 'lb config' should produce a as vanilla as possible configuration tree.
2013-05-06Dropping powerpc bootloader support (yaboot), there is nobody actively ↵Daniel Baumann
maintaining this in live-build.
2013-05-06Dropping sparc bootloader support (silo), there is nobody actively ↵Daniel Baumann
maintaining this in live-build.
2013-05-06Aborting with error if hdd label has a whitespace (Closes: #648861).Daniel Baumann
2013-05-06Updating wheezy release number.Daniel Baumann
2013-05-06Dropping theme package support, themes are either in the config tree or the ↵Daniel Baumann
embedded one from live-build is used.
2013-05-06Adding hook to remove systemd machine-id.Daniel Baumann
2013-05-06Switching default binary filesystem for hdd images to fat32 to be more ↵Daniel Baumann
robust on todays flash devices.
2013-05-06Updating wheezy pre-release number for b4.Daniel Baumann
2013-05-06Correcting variable default assignment for new configuration tree layout.Daniel Baumann
2013-05-06Correcting typo on functions/default.sh, thanks to jhcha54008 ↵Richard Nelson
<jhcha54008@free.fr> (Closes: #698397).
2013-05-06Defaulting to obsolete md5 for checksums instead of sha256 on debian, as ↵Daniel Baumann
debians cdrom-check in d-i only supports md5.
2013-05-06Updating year in all copyright notices.Daniel Baumann
2013-05-06Setting debian-installer to false in all modes by default.Daniel Baumann
2013-05-06Dropping support for now unused includes feature in package lists.Daniel Baumann
2013-05-06Switching 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.
2013-05-06Moving off binary image parent archive areas into new config tree format.Daniel Baumann
2013-05-06Updating comment for image name config handling.Daniel Baumann
2013-05-06Moving off binary image archive areas into new config tree format.Daniel Baumann
2013-05-06Setting default name to live-image for the time being.Daniel Baumann
2013-05-06Using image name from configuration to name binary output files.Daniel Baumann
2013-05-06Correcting architecture defaults.Daniel Baumann
2013-05-06Separate between configured values and runtime values in new configuration ↵Daniel Baumann
handling.
2013-05-06Also reading in existing values from new config tree format.Daniel Baumann
2013-05-06Moving off binary image architecture into new config tree format.Daniel Baumann
2013-05-06Moving off binary image type into new config tree format.Daniel Baumann
2013-05-06Moving configuration version off as the first option into new config tree ↵Daniel Baumann
format.
2013-05-06Disabling accidentally enabled removal of apt sources hook by default.Daniel Baumann
2013-05-06Removing kubuntu mode, it's not different anymore to standard ubuntu mode.Daniel Baumann
2013-05-06Removing some dead default handling code for global includes which do not ↵Daniel Baumann
exist anymore.
2013-05-06Correcting config tree version check for the current version.Daniel Baumann