summaryrefslogtreecommitdiff
path: root/scripts/build
AgeCommit message (Collapse)Author
2011-09-28Renaming and reworking previous chroot_local-preseed into chroot_preseed, ↵Daniel Baumann
now looking for config/preseed/*.preseed{,.chroot} files.
2011-09-28Removing unused global chroot_preseed.Daniel Baumann
2011-09-28Correcting check for debian-installer-distribution when using daily images ↵Daniel Baumann
in non-derivatives mode.
2011-09-27Correcting typo in config/includes.chroot creating in lb_config, thanks to ↵Daniel Baumann
Stanislav Bogatyrev <realloc@realloc.spb.ru> for reporting it.
2011-09-20Removing leftovers from usb-hdd to hdd removal in lb_binary_hdd and ↵Daniel Baumann
lb_source_hdd.
2011-09-14Correcting incomplete checks for local packages in lb_binary_debian-installer.Daniel Baumann
2011-09-14Renaming forgotten lb_binary_usb and lb_source_usb to lb_binary_hdd resp. ↵Daniel Baumann
lb_source_hdd.
2011-09-14Making sure that volatile for the parent distribution is still included in ↵Daniel Baumann
derivatives mode.
2011-09-14Updating volatile handling in chroot_archives for derivatives when using ↵Daniel Baumann
foo-backports distribution scheme.
2011-09-13Renaming usb-hdd binary image type to simply hdd.Daniel Baumann
This is the first step in conglomerating code for all hdd-ish image types, independent of the partitioning scheme being used, and adding future hdd-ish image types for virtualiziation software.
2011-09-12Adding option for setting filesystem label on usb-hdd images.Daniel Baumann
2011-09-07Correcting syntax error in local package handling.Daniel Baumann
2011-09-07Also respect config/packages for packages to be installed in both chroot and ↵Daniel Baumann
binary.
2011-09-07Updating lb_config for config/packages.binary.Daniel Baumann
2011-09-07Using config/packages.binary instead of config/binary_local-udebs.Daniel Baumann
2011-09-07Using config/packages.binary instead of config/binary_local-debs.Daniel Baumann
2011-09-07Using config/includes.binary rather than config/binary_local-includes.Daniel Baumann
2011-09-07Setting origin in apt release files for local packages to ↵Daniel Baumann
config/packages.chroot.
2011-09-07Renaming lb_chroot_packagelists to lb_chroot_package-lists so that helper ↵Daniel Baumann
matches directory.
2011-09-07Renaming config/chroot_packages to config/packages.chroot.Daniel Baumann
2011-09-07Improving messages when saving and restoring stage caches (Closes: #589728).Daniel Baumann
2011-09-07Copying chroot.packages.live to binary.packages.Daniel Baumann
2011-09-07Renaming lb_chroot_local-includes into lb_chroot_includes and check for ↵Daniel Baumann
includes in config/includes.chroot.
2011-09-07Renaming forgotten lb_binary_local-packagelists to lb_binary_packagelists.Daniel Baumann
2011-09-07Renaming binary.packages list files (that contain what package is installed ↵Daniel Baumann
in the chroot) to chroot as they are build during chroot stage, this fixes some rebuild issues.
2011-09-07Completing the restoring of the outer chroot when building in chrooted to ↵Daniel Baumann
not taint subsequent rebuilds of the binary stage with leftovers from the initial lb_binary_rootfs (Closes: #620953).
2011-09-07Doing uuid.conf extraction from initrd with the correct decompression ↵Daniel Baumann
utility (Closes: #637979).
2011-08-26Fixing typos brought in by ext4 support patch.intrigeri
2011-08-25Adding support for ext4 for binary and chroot filesystem, including partial ↵Daniel Baumann
patch from Ben Howard <ben.howard@canonical.com> (Closes: #639298).
2011-08-24Renaming --apt-source to --apt-source-archives.Daniel Baumann
2011-08-24Introducing --apt-sources option to control if the live system should have ↵Daniel Baumann
deb-src entries in sources.list.
2011-08-23Moving removal of udev persistent rules from chroot_hacks to a hook, that ↵Daniel Baumann
way it can be easily skipped if desired.
2011-08-23Moving removal of openssh-server host keys from chroot_hacks to a hook, that ↵Daniel Baumann
way it can be easily skipped if desired.
2011-08-16Merging in last bit of lb_chroot_local-packages into lb_chroot_archives ↵Daniel Baumann
(Closes: #635046).
2011-08-16Unifying lb_chroot_packagelists and lb_chroot_local-packagelists.Daniel Baumann
2011-08-16Correcting wrong variables in volatile handling for derivatives.Daniel Baumann
2011-08-09Also guarding key additions for local configured archives to not fail if no ↵Daniel Baumann
key is supplied.
2011-08-08Guarding archives handling with an additional check to prevent ugly message ↵Daniel Baumann
about files not existing.
2011-08-08Removing left-over mentioning of lb_binary_local-hooks instead of ↵Daniel Baumann
lb_binary_hooks in lb_binary.
2011-08-08Also using definition files without suffix (so that e.g. foo.list is used ↵Daniel Baumann
for both chroot and binary stage).
2011-08-05Reverse keywords in suffix of the package list files for consistency.Daniel Baumann
Previously, config/package-lists/foo.{binary,chroot}.list was used, now we use config/package-lists/foo.list.{binary,chroot}. That way, we're using the same single suffix for all files to make them specific for either binary and chroot, rather than having an exception to the rule for package list files.
2011-08-05Reverse keywords in suffix of the archive definition files for consistency.Daniel Baumann
Previously, config/archives/foo.{binary,chroot}.{key,list} was used, now we use config/archives/foo.{key,list}.{binary,chroot}. That way, we're using the same single suffix for all files to make them specific for either binary and chroot, rather than having an exception to the rule for archive definitions.
2011-08-04Removing -r from short options in lb_config (Closes: #636208).Daniel Baumann
2011-08-04Cleaning up temporary directories at the same time as other cruft.intrigeri
2011-07-26Correcting typo in lb_config for program variable, thanks to intrigeri ↵Daniel Baumann
<intrigeri@boum.org>.
2011-07-25Simplify bind mounting of the config tree during local hooks are run by ↵Daniel Baumann
using read-only bind mounts.
2011-07-25Using 'live' rather than 'incomplete' for cd_type in .disk on images that ↵Daniel Baumann
include debian-installer with live-installer udeb.
2011-07-25Updating grub packages list in binary_debian-installer.Daniel Baumann
2011-07-24Adding mdadm manually to extra packages for binary pool for being used by ↵Daniel Baumann
debian-installer (Closes: #607225).
2011-07-21Making config tree available to chroot hooks.Cody A.W. Somerville