summaryrefslogtreecommitdiff
path: root/scripts/build
AgeCommit message (Collapse)Author
2013-10-15Adding bootstrap hooks.Daniel Baumann
2013-09-19Updating to python 3.3 (Closes: #723702).Daniel Baumann
2013-09-18Removing unused description variable in syslinux configs.Daniel Baumann
2013-09-18Selectively remove chroot-only APT configuration and preferences instead of ↵Jan Blunck
wiping everything.
2013-09-18Remove chroot-only configured apt sources in chroot_archives remove.Jan Blunck
If an archive is configured with *.chroot extension remove it when deconfiguring chroot/etc/apt/sources.list.d directory.
2013-09-18Making workaround for apt-get source actually working in ↵Daniel Baumann
backports-included-but-not-enabled scenarios.
2013-09-06Updating hardcoded defaults for syslinux splash descriptions for progress-linux.Daniel Baumann
2013-08-26Ensure xfsprogs and jfsutils are available in the ISO when d-i is used.Raphaël Hertzog
Otherwise users opting for XFS and JFS filesystems and installing without network won't have them and the (first) boot can be interrupted due to this. Sponsored-by: Offensive Security
2013-08-19Updating syslinux flavour detection for progress-linux.Daniel Baumann
2013-08-19Updating binary repository prefix for progress-linux.Daniel Baumann
2013-08-07Correcting wrong installer directory moving check in progress-linux mode.Daniel Baumann
2013-08-07Renaming some leftover pieces from binary_debian-installer to ↵Daniel Baumann
installer_debian-installer.
2013-08-07Removing obsolete starting of binary_debian-installer in binary.Daniel Baumann
2013-08-07Correcting wrong defaults setting for parent distribution in config/build.Daniel Baumann
2013-08-07Calling bootstrap_archives with correct pass argument.Daniel Baumann
2013-08-07Stripping backports from sources.list temporarily when obtaining sources to ↵Daniel Baumann
workaround apts disregard of pinning for the cases where backports are included but not enabled.
2013-07-30Updating linux-image package names for 3.0 in installer_debian-installer.Daniel Baumann
2013-07-12Expanding all variables in all syslinux configuration files, rathern than on ↵Daniel Baumann
some selected ones only.
2013-07-01Debranding live sources.Daniel Baumann
2013-07-01Moving caching out of bootstrap_{c,}debootstrap to own helper for future ↵Daniel Baumann
unification with chroot caches helper.
2013-07-01Handling dist-upgrade right after bootstrap with copy of chroot_archives as ↵Daniel Baumann
bootstrap_archives in preparation for a future multi-archive bootstrap. It is important for derivatives that the bootstrap cache is setup completely, it is re-used in several places and thus cannot consist of the parent distribution only. Until there's a supportable way to bootstrap from multiple archives at the same time (and multistrap doesn't work for that as discussed in the past), we're going to run a lot of duplicated code here to massage the apt sources for the time being.
2013-07-01Removing some leftovers in chroot_archives from --archives removal.Daniel Baumann
2013-06-25Dropping global archive definitions shipped in ↵Daniel Baumann
/usr/share/live/build/archives (same as with packagelists, hidden archive 'magic' is gone now in favour of explicit config tree configuration).
2013-06-24Using includes.installer instead of includes.debian-installer.Daniel Baumann
2013-06-24Adding note about live-build version in build to get the lb version into ↵Daniel Baumann
build logs.
2013-06-20Splitting out preseed handling from main installer script.Daniel Baumann
2013-06-20Breaking out installer integration into an own stage.Daniel Baumann
2013-06-19Extending wget calls with options variable in bootstrap_archive-keys too ↵Daniel Baumann
(Closes: #712710).
2013-05-31Updating versioning scheme references to match new scheme since wheezy.Daniel Baumann
2013-05-15Sorting imports in python stubs.Daniel Baumann
2013-05-15Moving creation of chroot.files manifest in lb chroot after ↵Daniel Baumann
pseudo-filesystems have been unmounted to avoid loops, thanks to Michal Suchanek <hramrach@gmail.com>.
2013-05-13Sorting kernel versions in reverse order (newest first) in syslinux ↵Daniel Baumann
configurations in consistency with normal bootloader behaviours.
2013-05-06Adding ls -lR files as .files output.Daniel Baumann
2013-05-06Changing how syslinux files are copied to make netboot images work properly.chals
2013-05-06Skipping loadlin inclusion on netboot images.Daniel Baumann
2013-05-06Updating todo in python stubs.Daniel Baumann
2013-05-06Updating derivatives archive-key signature validiation to look by default at ↵Daniel Baumann
both debian and debian-maintainers keyrings.
2013-05-06Writing errors to stderr in Python stubs.Daniel Baumann
2013-05-06Switching argument and configuration handling order in Python stubs.Daniel Baumann
2013-05-06Dropping now unused intermediate config/image.Daniel Baumann
2013-05-06Removing bootstrap_cache, not needed anymore.Daniel Baumann
2013-05-06Temporary hack for lb config to produce config/build until stuff is cleaned ↵Daniel Baumann
up properly.
2013-05-06Updating bootstrap for Python stubs.Daniel Baumann
2013-05-06Replacing bootstrap_cdebootstrap with Python stub.Daniel Baumann
2013-05-06Replacing bootstrap_debootstrap with Python stub.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-06Unifying append options in binary_syslinux when processing configuration files.Daniel Baumann
2013-05-06Stripping out comments in package lists.Daniel Baumann
2013-05-06Aborting early in chroot_package-lists if no package list is found.Daniel Baumann
2013-05-06Cleaning up installer file locations for progress-linux.Daniel Baumann