summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2012-06-25Redirecting rmdir output in postrm for live-build-cron properly (Closes: ↵Daniel Baumann
#676102).
2012-06-12Automatically include intel-microcode when building with firmware and ↵Daniel Baumann
non-free enabled.
2012-06-12Changing default binary.list filename to binary.contents to make it more ↵Daniel Baumann
explicit and not to be confused with package lists.
2012-06-06For consistency, respecting config/environment too for both chroot and ↵Daniel Baumann
binary environments (but the content of sepcific environments for either chroot or binary still has precedence over the generic one).
2012-06-06Releasing debian version 3.0~a50-1.debian/3.0_a50-1Daniel Baumann
2012-06-06Dont assume bash when configuring chroot with QEMU.Hector Oron
Currently running second stage with QEMU on a chroot without bash fails. The following patch teaches chroot to use /bin/sh instead default /bin/bash.
2012-06-06Removing old/non-working graph-helper.Daniel Baumann
2012-06-06Dropping different debian cgi templates and use only the one used on ↵Daniel Baumann
live-build.debian.net.
2012-06-06Removing unmaintained l10n handling.Daniel Baumann
2012-06-06Updating l10n stuff before removing it.Daniel Baumann
2012-06-06Re-arranging frontends in source tree.Daniel Baumann
2012-06-05Defaulting to SHA256 live-media checksums.Daniel Baumann
2012-06-05Updating live-media checksum names for newer live-boot.Daniel Baumann
2012-06-05Automatically translate date formats in po files.Daniel Baumann
2012-06-05Removing grub-efi from d-i packages for the time being, it doesn't work ↵Daniel Baumann
correctly yet.
2012-06-05Correcting cron.d directory removal in postrm.Daniel Baumann
2012-06-04Updating auto example scripts.Daniel Baumann
2012-06-04Releasing debian version 3.0~a49-1.debian/3.0_a49-1Daniel Baumann
2012-06-04Moving local includes from auto/{functions,scripts} to ↵Daniel Baumann
local/{functions,scripts} where they belong.
2012-06-04Updating cache directory names to consistent naming scheme.Daniel Baumann
2012-06-04Making firmware package assembling a bit more robust.Daniel Baumann
2012-06-04Adding grub-efi to static list of packages for the d-i pool for amd64.Daniel Baumann
2012-06-03Renaming internal .stage to .build for consistency within the configuration ↵Daniel Baumann
tree.
2012-06-03Removing some more configuration files on purge (Closes: #672379).Daniel Baumann
2012-06-03Adding default for --debian-installer-preseedfile.Ben Armstrong
2012-06-03Renaming config/binary_debian-installer-includes to ↵Daniel Baumann
config/includes.binary_debian-installer for consistency with the other include directories.
2012-06-03Don't bother supporting firmware on ubuntu, they seem to have a different ↵Daniel Baumann
archive structure.
2012-05-31Removing pre-squeeze XORG_CONFIG variable from the chroot environment.Daniel Baumann
2012-05-31Allowing to use comments in config/environment.{binary,chroot}.Daniel Baumann
2012-05-31Allowing to inject variables through config/environment.binary into the ↵Daniel Baumann
binary environment.
2012-05-31Cleaning http_proxy and ftp_proxy settings in chroot, people using apt ↵Daniel Baumann
proxies set them throught the apt pseudo-proxy options, and people using real proxies use config/environment.{chroot,binary} to set them.
2012-05-31Moving firmware symlink creation to the end of binary_debian-installer in ↵Daniel Baumann
order to ensure to take only the latest packages into account that get into the image, regardless if they come from the archive or are localy included.
2012-05-25Naming resulting binary isohybrid image binary.hybrid.iso from now on for ↵Daniel Baumann
consistency with the different hdd images later on.
2012-05-25Correcting renaming of syslinux files in progress mode to actually work.Daniel Baumann
2012-05-25Releasing debian version 3.0~a48-1.debian/3.0_a48-1Daniel Baumann
2012-05-24Allowing to inject variables through config/environment.chroot into the ↵Daniel Baumann
chroots environment.
2012-05-23Using /boot on live media instead of /isolinux or /syslinux in progress mode.Daniel Baumann
2012-05-23Correcting typo in binary_rootfs to restore 'plain' live filesystem support.Daniel Baumann
2012-05-14Fixing typo in rescue package list.Tails developers
2012-04-29Adding failsafe entries for syslinux bootloaders in embedded configs.Daniel Baumann
2012-04-28Updating release list for ubuntu.Daniel Baumann
2012-04-27Transforming failsafe boot parameter into an own option.Daniel Baumann
2012-04-27Releasing debian version 3.0~a47-1.debian/3.0_a47-1Daniel Baumann
2012-04-27Slight reordering in lb_binary_debian-installer.Daniel Baumann
2012-04-26Adding symlinks in /firmware for debian-installer on live media.Daniel Baumann
2012-04-26Unconditionally including firmware in all images by default. This is safe ↵Daniel Baumann
since only firmware available within the configured archive area is included automatically, see manpage.
2012-04-26Updating static list of live specific packages that get unconditionally ↵Daniel Baumann
added and included in the source images.
2012-04-26Also include firmware-linux meta package if non-free is enabled.Daniel Baumann
While the actual firmware packages are automatically detected, it is handy to have the firmware-linux meta package included if non-free is enabled. That way, future upgrades to newer kernels will keep having all available firmware packages pulled in too.
2012-04-26Automatically preseed some known firmware packages.Daniel Baumann
2012-04-26Adding entries about the firmware options in lb_config manpage.Daniel Baumann