summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2014-08-28Releasing debian version 4.0.1-1.debian/4.0.1-1Daniel Baumann
Signed-off-by: Daniel Baumann <mail@daniel-baumann.ch>
2014-08-28Dropping leftover testroot call in bootstrap_cdebootstrap and ↵Daniel Baumann
bootstrap_debootstrap.
2014-08-28Releasing debian version 4.0.0-1.Daniel Baumann
Signed-off-by: Daniel Baumann <mail@daniel-baumann.ch>
2014-08-28Restoring old manpages since we're back to the non-python implementation ↵Daniel Baumann
(Closes: #745134).
2014-08-28Moving partial python rewrite to separate branch, let's do it in the ↵Daniel Baumann
jessie+1 cycle rather than go with the current mixed code.
2014-08-27Exclude lib and non-main sections as tasksel does (Closes: #758218).Ben Armstrong
2014-08-24Setting default distribution to jessie.Daniel Baumann
2014-08-22Correcting wrong target for /etc/mtab symlink in create-mtab-symlink hook, ↵Daniel Baumann
thanks to Ben Armstrong <synrg@sanctuary.nslug.ns.ca>.
2014-07-24Releasing debian version 4.0~alpha39-1.debian/4.0_alpha39-1Daniel Baumann
2014-07-24Adding second set of bootloader templates for wheezy.Daniel Baumann
2014-07-22Unconditionally replacing bootloader symlinks with syslinux 6 from jessie, ↵Daniel Baumann
this will break building wheezy images (so we have to come up with something better than that prior upload).
2014-07-22Enabling syslinux 6 support for jessie as well.Daniel Baumann
2014-07-15Include mate-desktop in templates/cgi/debian/form.htmlRichard Nelson
2014-06-30Updating isohdpfx handling for syslinux 6.Daniel Baumann
2014-06-25Releasing debian version 4.0~alpha38-1.debian/4.0_alpha38-1Daniel Baumann
2014-06-25If /etc/mtab exists as a file, replace it with a symlink (Closes: #746570).Simon McVittie
2014-06-25Adding symlink for udeb data for jessie.Daniel Baumann
2014-06-22Add --apt option on frontend/cgi.Richard Nelson
2014-06-17Replace subprocess.call() with subprocess.check_call().Kiel Christofferson
Using check_call(), a non-zero return value from the subprocess will cause the desired behavior of an aborted build with a stack trace.
2014-06-13Enabling syslinux 6 support for sid.Daniel Baumann
2014-05-26Adding '--package-version' to po4a options.Carlos Zuferri
2014-05-25Adding .po integrity check target to manpages/Makefile.Carlos Zuferri
2014-05-07Also creating source stagefile in source_debian.Daniel Baumann
2014-05-07Releasing debian version 4.0~alpha37-1.debian/4.0_alpha37-1Daniel Baumann
2014-05-07Adding wheezy legacy handling for syslinux.Daniel Baumann
2014-05-07Only removing stage files in lb clean --stage and keep .build around in ↵Daniel Baumann
order for init to detect initialized config directories properly.
2014-05-01Adding hook to create /etc/mtab as a symlink to /proc/mtab if not already ↵Daniel Baumann
existing (Closes: #746570).
2014-04-30Updating default boot parameters for live-config 4.x.Daniel Baumann
2014-04-28Releasing debian version 4.0~alpha36-1.debian/4.0_alpha36-1Daniel Baumann
2014-04-28Correcting os.chmod usage in lb init.Daniel Baumann
2014-04-28Truncate /etc/machine-id instead of deleting it.Simon McVittie
If /etc/machine-id exists but is empty, systemd will do tricks with bind-mounts to ensure that a valid transient UUID is bind-mounted over it, which is exactly what we want for a live system. If /etc/machine-id does not exist, systemd-journald will just fail, which is undesirable.
2014-04-27Releasing debian version 4.0~alpha35-1.debian/4.0_alpha35-1Daniel 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-27Cleaning /etc/hosts as in previous live-build versions (Closes: #744939).Daniel Baumann
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-04-27Calling init in build as well when automatically populating a new config tree.Daniel Baumann
2014-04-26Releasing debian version 4.0~alpha34-1.debian/4.0_alpha34-1Daniel Baumann
2014-04-26Abort early in installer_preseed if d-i is not included on the image ↵Daniel Baumann
(Closes: #745855).
2014-04-26Ensuring correct include directory permissions avoiding tainting of target ↵Daniel Baumann
system in lb init.
2014-04-26Adjusting splash.svg filename in embedded syslinux configurations to match ↵Daniel Baumann
code (Closes: #745020).
2014-04-26Updating sha1sum for recompressed initrd images (Closes: #745205).Daniel Baumann
2014-04-26Dropping superfluous comment about recompression initrd images in chroot_hacks.Daniel Baumann
2014-04-26Run hooks in sorted order (Closes: #745839).Simon McVittie
glob.glob() returns files in filesystem order, which is unpredictable on many modern filesystems.
2014-04-26Using cp -a on all non-fat filesystems to copy content into the binary image ↵Daniel Baumann
(Closes: #745824).
2014-04-25Failing in lb config when config wasn't initialized first with lb init ↵Daniel Baumann
(Closes: #744365).
2014-04-25Correcting required installer package determination to avoid extra packages, ↵Daniel Baumann
thanks to Benjamin Moody <benjamin.moody@gmail.com> (Closes: #739729).
2014-04-25Only automatically do replacements within syslinux configs when they are not ↵Daniel Baumann
directories (as they can be in the pxelinux.cfg case), thanks to Antony Messerli <amesserl@rackspace.com> (Closes: #745760).
2014-03-31Releasing debian version 4.0~alpha33-1.debian/4.0_alpha33-1Daniel Baumann
2014-03-31Building with dh --parallel.Daniel Baumann