Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-09-17 | Updating to standards version 3.9.6. | Daniel Baumann | |
2014-09-14 | Adding cinnamon-desktop to frontend/cgi. | Richard Nelson | |
2014-09-12 | Releasing debian version 4.0.2-1.debian/4.0.2-1 | Daniel Baumann | |
Signed-off-by: Daniel Baumann <mail@daniel-baumann.ch> | |||
2014-09-11 | Removing source_includes from toplevel source script, it was a python stub ↵ | Daniel Baumann | |
and will come back at a later point. | |||
2014-09-10 | Dropping syslinux 6 symlinks from bootloader configs for wheezy. | Daniel Baumann | |
In general there's no harm in having them as they are not used on syslinux 4 distributions, however, but it's cosmetically nicer and the path woudn't match anyway. But.. since it turned out that we need the second copy of bootloaders for wheezy anyway as wheezy and jessie are mutually exclusive regarding paths where syslinux files are located, there's no point in having them and confusing users with error messages from cp -aL when stuff can't be dereferenced (which is ok). | |||
2014-09-09 | Dropping incomplete German manpage translations. | Daniel Baumann | |
2014-09-09 | Making check target in manpages makefile comply with the rest. | Daniel Baumann | |
2014-09-09 | Making populating of live.chroot.list distribution specific. | Daniel Baumann | |
2014-09-09 | Add Japanese translations. | victory | |
2014-09-09 | Fix typos in lb_config.1. | victory | |
2014-09-04 | Creating live.list.chroot with live packages in config. | Daniel Baumann | |
2014-08-28 | Releasing debian version 4.0.1-1.debian/4.0.1-1 | Daniel Baumann | |
Signed-off-by: Daniel Baumann <mail@daniel-baumann.ch> | |||
2014-08-28 | Dropping leftover testroot call in bootstrap_cdebootstrap and ↵ | Daniel Baumann | |
bootstrap_debootstrap. | |||
2014-08-28 | Releasing debian version 4.0.0-1. | Daniel Baumann | |
Signed-off-by: Daniel Baumann <mail@daniel-baumann.ch> | |||
2014-08-28 | Restoring old manpages since we're back to the non-python implementation ↵ | Daniel Baumann | |
(Closes: #745134). | |||
2014-08-28 | Moving 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-27 | Exclude lib and non-main sections as tasksel does (Closes: #758218). | Ben Armstrong | |
2014-08-24 | Setting default distribution to jessie. | Daniel Baumann | |
2014-08-22 | Correcting wrong target for /etc/mtab symlink in create-mtab-symlink hook, ↵ | Daniel Baumann | |
thanks to Ben Armstrong <synrg@sanctuary.nslug.ns.ca>. | |||
2014-07-24 | Releasing debian version 4.0~alpha39-1.debian/4.0_alpha39-1 | Daniel Baumann | |
2014-07-24 | Adding second set of bootloader templates for wheezy. | Daniel Baumann | |
2014-07-22 | Unconditionally 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-22 | Enabling syslinux 6 support for jessie as well. | Daniel Baumann | |
2014-07-15 | Include mate-desktop in templates/cgi/debian/form.html | Richard Nelson | |
2014-06-30 | Updating isohdpfx handling for syslinux 6. | Daniel Baumann | |
2014-06-25 | Releasing debian version 4.0~alpha38-1.debian/4.0_alpha38-1 | Daniel Baumann | |
2014-06-25 | If /etc/mtab exists as a file, replace it with a symlink (Closes: #746570). | Simon McVittie | |
2014-06-25 | Adding symlink for udeb data for jessie. | Daniel Baumann | |
2014-06-22 | Add --apt option on frontend/cgi. | Richard Nelson | |
2014-06-17 | Replace 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-13 | Enabling syslinux 6 support for sid. | Daniel Baumann | |
2014-05-26 | Adding '--package-version' to po4a options. | Carlos Zuferri | |
2014-05-25 | Adding .po integrity check target to manpages/Makefile. | Carlos Zuferri | |
2014-05-07 | Also creating source stagefile in source_debian. | Daniel Baumann | |
2014-05-07 | Releasing debian version 4.0~alpha37-1.debian/4.0_alpha37-1 | Daniel Baumann | |
2014-05-07 | Adding wheezy legacy handling for syslinux. | Daniel Baumann | |
2014-05-07 | Only 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-01 | Adding hook to create /etc/mtab as a symlink to /proc/mtab if not already ↵ | Daniel Baumann | |
existing (Closes: #746570). | |||
2014-04-30 | Updating default boot parameters for live-config 4.x. | Daniel Baumann | |
2014-04-28 | Releasing debian version 4.0~alpha36-1.debian/4.0_alpha36-1 | Daniel Baumann | |
2014-04-28 | Correcting os.chmod usage in lb init. | Daniel Baumann | |
2014-04-28 | Truncate /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-27 | Releasing debian version 4.0~alpha35-1.debian/4.0_alpha35-1 | Daniel Baumann | |
2014-04-27 | Add 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-27 | Cleaning /etc/hosts as in previous live-build versions (Closes: #744939). | Daniel Baumann | |
2014-04-27 | Allow cache directories to be symlinks as well (Closes: #741934). | Daniel Baumann | |
2014-04-27 | Switching default debian release to jessie. | Daniel Baumann | |
2014-04-27 | Calling init in build as well when automatically populating a new config tree. | Daniel Baumann | |
2014-04-26 | Releasing debian version 4.0~alpha34-1.debian/4.0_alpha34-1 | Daniel Baumann | |
2014-04-26 | Abort early in installer_preseed if d-i is not included on the image ↵ | Daniel Baumann | |
(Closes: #745855). |