summaryrefslogtreecommitdiff
path: root/scripts/build
AgeCommit message (Collapse)Author
2013-01-06Cleaning up binary_loadlin.Daniel Baumann
2013-01-04Using cat instead of echo to workaround incompatible and conflicting uses in ↵Daniel Baumann
escaping of \t in dash and bash, and less importantly to workaround a false-positive in checkbashisms.
2013-01-02Dropping pre-squeeze handling for win32-loader files.Daniel Baumann
2013-01-02Adding support for sha512 checksums.Daniel Baumann
2013-01-02Removing all checksum files in lb clean.Daniel Baumann
2013-01-02Correcting legacy filename for checksum files.Daniel Baumann
2013-01-02Updating win32-loader.ini for wheezy.Daniel Baumann
2013-01-02Only including gtk d-i in win32-loader config if available on the target image.Daniel Baumann
2013-01-02Creating install.bat for loadlin.Daniel Baumann
2013-01-02Dropping stable and unstable dist symlinks for d-i in dists for wheezy.Daniel Baumann
2013-01-02Creating autorun.inf in binary_win32-loader.Daniel Baumann
2013-01-02Also ignoring legacy checksum filenames when creating checksum files.Daniel Baumann
2013-01-02Correcting spelling typo in help text within the binary checksums file.Daniel Baumann
2013-01-02Defaulting to obsolete filenames for checksums on debian, as debians ↵Daniel Baumann
cdrom-check in d-i only supports legacy filenames (Closes: #697082).
2013-01-02Don't fail when adding symlinks for firmware in binary/firmware for ↵Daniel Baumann
debian-installer and the symlink already exists (Closes: #696688).
2013-01-01Updating year in all copyright notices.Daniel Baumann
2012-12-31Using .cfg suffix for consistency with debian-installer on preseed files in ↵Daniel Baumann
config/preseed.
2012-12-30Correcting glitch with plain chroot filesystems in binary_chroot.Daniel Baumann
2012-12-30Removing redundant check for linux-images in binary_linux-image.Daniel Baumann
2012-12-30Omitting memtest in binary if chroot filesystem is set to none.Daniel Baumann
2012-12-30Omitting binary manifest creation when chroot filesystem is set to none.Daniel Baumann
2012-12-22Removing grub package from binary_debian-installer for wheezy.Daniel Baumann
2012-12-17Removing kubuntu mode, it's not different anymore to standard ubuntu mode.Daniel Baumann
2012-12-16Moving removal of backup and temporary files to their own hook script.Daniel Baumann
2012-12-16Marking loop-aes-utils related hack as squeeze only.Daniel Baumann
2012-12-16Moving kexec-tools default preseeding into its own hook script.Daniel Baumann
2012-12-16Removing old code in chroot_hacks for tasks which are not used anymore.Daniel Baumann
2012-12-16Switching from genisoimage to xorriso.Daniel Baumann
2012-12-13Updating removal of adjtime in a split out hook for wheezy.Daniel Baumann
2012-12-13Avoid re-populating an already populated configuration tree when using lb ↵Daniel Baumann
config --config.
2012-12-13Adding support for live-images configs and arbitrary configuration ↵Daniel Baumann
directories in lb_config --config option.
2012-12-10Skipping creation of soon to be replaced config/templates directory.Daniel Baumann
2012-12-10Removing local/bin by default in lb_clean too.Daniel Baumann
2012-12-06Adding back legacy filtering for firmware packages on squeeze when contrib ↵Daniel Baumann
or non-free is not enabled.
2012-12-06Dropping ubuntu guards on firmware selection code, we're not enabling ↵Daniel Baumann
firmware inclusion in ubuntu mode anyway. Also, we're not keeping this as ubuntu should just update their archive structure for content files to match debian. Not worth keeping temporary extra turns just for ubuntu.
2012-12-04Adding support for local apt conf.d snippets in archive definitions (Closes: ↵Daniel Baumann
#685791).
2012-12-04Harmonizing apt configuration handling in chroot_archives.Daniel Baumann
2012-12-01Adding dropped empty-line separator in binary_debian-installer.Daniel Baumann
2012-12-01Updating powerpc kernel list on ubuntu.Daniel Baumann
2012-11-30Also avoiding to use xz compression for squashfs for kubuntu.Daniel Baumann
2012-11-30Replicating same qemu support within bootstrap_debootstrao for ↵Daniel Baumann
bootstrap_cdebootstrap too (Closes: #694102).
2012-11-30Using hash rather than pipe as sed separator for writing boot parameters ↵Daniel Baumann
into bootloader configurations (Closes: #694723).
2012-11-29Using four letter digit prefixes for hooks like for consistency with all ↵Daniel Baumann
other live packages.
2012-11-28Updating note about integrity check boot parameter within checksum files.Daniel Baumann
2012-11-28Marking comments in checksum files as such to avoid harmless but anoying ↵Daniel Baumann
warning messages during live-boots medium integrity check.
2012-11-22Correct another typo on commit 11d97a6a5f17fe2c500a798aa4a32fa6889e409cRichard Nelson
2012-11-22Correct typo on commit 11d97a6a5f17fe2c500a798aa4a32fa6889e409cRichard Nelson
2012-11-22Adding default-preseeding for non-free firmware only when non-free is ↵Daniel Baumann
actually included, to avoid cluttering debconf db by default on all systems.
2012-11-22Adding backwards compatible handling for squeeze and the ubuntus for ↵Daniel Baumann
old-style Contents files in the archive.
2012-11-19Correcting a typo in chroot_apt when re-configuring apt preferences, found ↵Daniel Baumann
by Thanatermesis <thanatermesis@gmail.com> (Closes: #685924).