summaryrefslogtreecommitdiff
path: root/scripts
AgeCommit message (Collapse)Author
2012-07-19Moving main executables away from scripts subdirectory.Daniel Baumann
2012-07-18Enabling security archives on wheezy.Daniel Baumann
2012-07-18Correcting some distribution specific checks to make them derivatives compliant.Daniel Baumann
2012-07-18Adding support for ntfs as binary filesystem when using syslinux.Daniel Baumann
2012-07-18Correcting freudian typo in package check for chroot filesystems ↵Daniel Baumann
dependencies in binary_rootfs.
2012-07-18Also removing zsync files in lb clean.Daniel Baumann
2012-07-18Correcting live-build and live-boot versions for splash.svg post-processing.Daniel Baumann
2012-07-18Decrufting version flag.Daniel Baumann
2012-07-18Updating splash.svg handling for unchrooted and chrooted builds.Daniel Baumann
2012-07-18Adding support for pinning preferences files in ↵Daniel Baumann
config/archives/*.pref{.chroot,.binary}.
2012-07-18Handle multiple version numbers when having more than one linux flavours for ↵Daniel Baumann
splash.svg post-processing.
2012-07-18Removing spurious lb_source_netboot, there's not such thing as a netboot ↵Daniel Baumann
specific source tarball anyway.
2012-07-18Adding xz as valid compression format.Daniel Baumann
2012-07-18Adding support for zsync control files generation, thanks to Hector Oron ↵Daniel Baumann
<hector.oron@gmail.com> for the idea and prototype.
2012-07-18Renaming net flavour to netboot for consistency.Daniel Baumann
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.