summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2013-10-17Updating German manpage translations.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-15Rewrapping control file.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-10-15Replacing s390 with s390x in architecture specific defaults.Daniel Baumann
2013-10-14Updating package descriptions.Daniel Baumann
2013-09-19Releasing debian version 4.0~alpha26-1.debian/4.0_alpha26-1Daniel 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-18Releasing debian version 4.0~alpha25-1.debian/4.0_alpha25-1Daniel Baumann
2013-09-18Making workaround for apt-get source actually working in ↵Daniel Baumann
backports-included-but-not-enabled scenarios.
2013-09-17Modify l-b-cgi frontend logging paths.Richard Nelson
2013-09-06Releasing debian version 4.0~a24-1.debian/4.0_a24-1Daniel Baumann
2013-09-06Updating initsystem default for progress-linux releases.Daniel Baumann
2013-09-06Releasing debian version 4.0~a23-1.debian/4.0_a23-1Daniel Baumann
2013-09-06Updating hardcoded defaults for syslinux splash descriptions for progress-linux.Daniel Baumann
2013-09-05Updating cgi templates for current bootstrap version 3.0.0 based theme on ↵Daniel Baumann
live-systems.org.
2013-09-05Releasing debian version 4.0~a22-1.debian/4.0_a22-1Daniel 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-07Releasing debian version 4.0~a21-1.debian/4.0_a21-1Daniel 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-25Reorganizing frontend in source tree.Daniel Baumann
2013-06-24Avoid failing on package lists fails that have no newline at the end.Daniel Baumann
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-19Releasing debian version 4.0~a20-1.debian/4.0_a20-1Daniel Baumann
2013-06-19Extending wget calls with options variable in bootstrap_archive-keys too ↵Daniel Baumann
(Closes: #712710).
2013-06-19Adding hook to remove ssl-cert-snakeoil by default.Daniel Baumann
2013-06-19Adding set +e to l-b-cgi.cron so script will finish on errors.Richard Nelson