summaryrefslogtreecommitdiff
path: root/scripts/build
AgeCommit message (Collapse)Author
2012-07-18Applying patch from Steven Shiau <steven@nchc.org.tw> to conditionally copy ↵Daniel Baumann
/etc/apt/secring.gpg* files.
2012-07-08Adding dynamic informations into the splash and creating the png export at ↵Daniel Baumann
build time.
2012-07-03Improving error message in lb wrapper to show the command in case of a ↵Daniel Baumann
missing command.
2012-06-27Switching from smbfs to cifs-utils (Closes: #679240).Daniel Baumann
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-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-05Updating live-media checksum names for newer live-boot.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-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-03Renaming config/binary_debian-installer-includes to ↵Daniel Baumann
config/includes.binary_debian-installer for consistency with the other include directories.
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-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-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-04-29Adding failsafe entries for syslinux bootloaders in embedded configs.Daniel Baumann
2012-04-27Transforming failsafe boot parameter into an own option.Daniel 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-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 support for including firmware packages automatically within the live ↵Daniel Baumann
system.
2012-04-26Removing 'frozen' symlink in d-i dists, the other suitnames can probably go to.Daniel Baumann
2012-04-26Generating package indices for the detected sections within binary pool, ↵Daniel Baumann
needed for proper firmware package placement.
2012-04-26Installing packages into their detected sections within binary pool, needed ↵Daniel Baumann
for proper firmware package placement.
2012-04-26Adding support for including firmware packages automatically within ↵Daniel Baumann
debian-installer.
2012-04-21Adding memtest to the list of options appended in fail-safe mode.Daniel Baumann
2012-04-18Adding nosplash to the list of options appended in fail-safe mode.intrigeri
2012-04-17Correcting destination directory for extraction of the gfxboot-theme in ↵Daniel Baumann
ubuntu mode.
2012-04-11Temporarily including bzip2 manually when bootstrapping until #657560 has ↵Daniel Baumann
been fixed in unstable.
2012-04-10Correcting regression in the form of a wrong path in binary_syslinux for ↵Daniel Baumann
syslinux theme packages.
2012-04-06When removing fstab for live-installer also touch an empty file for it to ↵Daniel Baumann
avoid other packages failing on non-existing fstab.
2012-04-05Prefering default modules in initrd even on netboot images (Closes: #667594).Daniel Baumann
2012-04-04Moving kernel and initrd into tftpboot directory for netboot images.Daniel Baumann
2012-03-07Avoid calling update-initrd in lb_chroot_hacks if the target system has no ↵Daniel Baumann
initrd, thanks to Hector Oron <zumbi@debian.org>.
2012-03-03Adding architecture to the output message when running lb_config.Daniel Baumann
2012-02-26Removing --username cruft, live-config bootparameters should be used via ↵Daniel Baumann
--bootappend-live.
2012-02-26Removing --hostname cruft, live-config bootparameters should be used via ↵Daniel Baumann
--bootappend-live.
2012-02-07Removing warning about resolvconf package, not be needed anymore.Daniel Baumann
2012-02-07Correcting destination path for uuid.conf when using casper in binary_disk, ↵Daniel Baumann
thanks to Luigi Capriotti <l.capriotti@xbmc.org> (Closes: #658995).
2012-02-07Correcting lzcat call in binary_disk to not bail out due to non-standard ↵Daniel Baumann
file extension (unknown suffix -- unchanged), thanks to Luigi Capriotti <l.capriotti@xbmc.org> (Closes: #658995).