summaryrefslogtreecommitdiff
path: root/scripts
AgeCommit message (Collapse)Author
2013-11-04Rewriting binary_hooks in python.Daniel Baumann
2013-11-03Automatically symlink hooks upon creation of the configuration tree.Daniel Baumann
2013-11-03Rewriting chroot_hooks in python.Daniel Baumann
2013-11-03Also processing config/hooks/*.hook in bootstrap_hooks, if any.Daniel Baumann
2013-11-03Rewriting bootstrap_hooks in python.Daniel Baumann
2013-10-28Updating rsvg calls in binary_syslinux for newer versions of librsvg2-bin, ↵Daniel Baumann
thanks to Roberto Carlos Morano <rcmorano@emergya.com> (Closes: #728030).
2013-10-23Weakening mode on pts for compliance with eglibc 2.18 within containers ↵Daniel Baumann
during build.
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-21Depending on python3, thanks to Richard Nelson <unixabg@gmail.com> (Closes: ↵Daniel Baumann
#726806)
2013-10-17Adding note about outdated/unsupported versions in general ↵Daniel Baumann
develop-ment-version warning message.
2013-10-17Updating descriptions in python stubs.Daniel Baumann
2013-10-17Sorting todo items in python stubs.Daniel Baumann
2013-10-17Calling parted with optimal aligning.Daniel Baumann
2013-10-17Harmonize comments in python stubs.Daniel Baumann
2013-10-17Using 4 instead of 4.0 for unreleased 4.x versions as version number in ↵Daniel Baumann
python stubs.
2013-10-17Making warning about alpha version of live-build in lb_config conditional on ↵Daniel Baumann
the internal version.
2013-10-16Moving /selinux to /sys/fs/selinux to accomodate newer selinux in debian.Daniel Baumann
2013-10-15Depending on python only for the time being, rather than python3.3.Daniel Baumann
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.