Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-07-21 | Calling mkdir with -p to avoid build failures with multiple kernels on disk ↵ | Daniel Baumann | |
info in ubuntu mode, thanks to Cody A.W. Somerville <cody.somerville@canonical.com>. | |||
2011-07-21 | Adding function for more resilient detachment of loopback devices. | Cody A.W. Somerville | |
2011-07-20 | Setting partition flags in source_usb after creating the filesystem in order ↵ | Cody A.W. Somerville | |
to avoid bug in parted that makes them forget the flags. | |||
2011-07-20 | Adding a comment to the chroot calls in excludes handling of binary_chroot ↵ | Daniel Baumann | |
whey the chroot function is not used. | |||
2011-07-20 | Updating lb_binary_linux-image to only copy over kernel and initrd if ↵ | Cody A.W. Somerville | |
LB_LINUX_PACKAGES doesn't equal 'none'. | |||
2011-07-20 | Fixing corruption of usb binary images caused by trying to modify flags in ↵ | Cody A.W. Somerville | |
partition table when image is mounted with offset. | |||
2011-07-19 | Reworking binary hooks helper. | Daniel Baumann | |
2011-07-19 | Correcting comments in chroot_hooks to match usage. | Daniel Baumann | |
2011-07-19 | Calling dpkg-divert with --quiet in chroot_dpkg. | Daniel Baumann | |
2011-07-19 | Enabling hooks based on the mode we're building for. | Daniel Baumann | |
2011-07-19 | Consolidating local hooks for chroot and binary into ↵ | Daniel Baumann | |
config/hooks/*.{chroot,binary}. | |||
2011-07-19 | Adding kubuntu mode in order to have different defadefault hooks enabled for ↵ | Daniel Baumann | |
ubuntu and kubuntu (needed for #630088). | |||
2011-07-19 | Also unmounting /run in lb_clean eventhough it's not really needed anyway ↵ | Daniel Baumann | |
but let's be on the caucious side (Closes: #633052). | |||
2011-07-19 | Using --no-check-gpg option when using debootstrap >= 1.0.30 and apt secure ↵ | Daniel Baumann | |
is disabled, thanks to Eugenio Paolantonio <me@medesimo.eu> (Closes: #633356). | |||
2011-07-16 | Skipping binary_linux-image if no kernel was choosen to be installed ↵ | Daniel Baumann | |
deliberately, thanks to Adam Conrad <adconrad@ubuntu.com>. | |||
2011-07-08 | Correct gdm/gdm3 handling, prefere gdm for squeeze as before and use gdm3 ↵ | Daniel Baumann | |
for everything else. | |||
2011-07-04 | Remove lxde test on LB_TASKS for gdm so we now get gdm3. | Richard Nelson | |
2011-06-29 | Correcting wrong chroot call in chroot_archives, only affecting derivatives. | Daniel Baumann | |
2011-06-21 | Making copyright headers distribution neutral. | Daniel Baumann | |
2011-06-18 | Correct keyring packages temporary workaround to not fail when aptitude is ↵ | Daniel Baumann | |
selected (Closes: #630919). | |||
2011-06-17 | Removing forgotten reference to chroot_packages in lb_chroot. | Daniel Baumann | |
2011-06-17 | Adjust name of archives directory in config tree. | Daniel Baumann | |
2011-06-15 | Since we don't have global packages anymore, renaming ↵ | Daniel Baumann | |
lb_chroot_local-packages to lb_chroot_packages and config/chroot_local-packages to config/chroot_packages. | |||
2011-06-15 | Since we don't have global tasks anymore, renaming lb_chroot_local-tasklists ↵ | Daniel Baumann | |
to lb_chroot_task-lists. | |||
2011-06-15 | Moving config/chroot_local-tasklists/*.list to ↵ | Daniel Baumann | |
config/task-lists/*.chroot.list, analogue to config/package-lists. | |||
2011-06-15 | Unifying config/chroot_local-packagelists and config/binary_local-packagelists. | Daniel Baumann | |
Rather than using config/chroot_local-packagelists/*.list and config/binary_local-packagelists/*.list, we're simply using config/package-lists/*.chroot.list and config/package-lists/*.binary.list. | |||
2011-06-15 | Using .list suffix in config/archives. | Daniel Baumann | |
2011-06-15 | Changing archives key suffix from .gpg to .key. | Daniel Baumann | |
2011-06-15 | Unifying config/chroot_archives and config/archives, now only using ↵ | Daniel Baumann | |
config/archives. Previously, we had config/chroot_sources (or config/chroot_archives) that allowed local configuration for third-party repositories but we also had config/archives (or config/repositories) that did the very same, but also alled to use 'variables' (e.g. @DISTRIBUTION@ or @ARCHIVE_AREAS@ to be used) that got replaces automatically. Now, we have only config/archives that can do both. This gets rid of the unecessary double handling of the same thing in two places. | |||
2011-06-15 | Renaming chroot_sources script to chroot_archives for consistency with ↵ | Daniel Baumann | |
debian-policy terminology. | |||
2011-06-15 | Renaming repositories option to archives for consistency with debian-policy ↵ | Daniel Baumann | |
terminology. In order to be consistent with terminology used in debian-policy, we've always tried to use the same names for the same things. The repository option is one of the last things that were too late in squeeze release cycle to be renamed in time. | |||
2011-06-13 | Using -wildcards option when calling mksquashfs with an excludes file. | Daniel Baumann | |
2011-06-13 | Add --initramfs-compression option (Closes: #627677). | Colin Watson | |
2011-06-13 | Divert flash-kernel aside while building the chroot (Closes: #630350). | Colin Watson | |
2011-06-13 | Add --swap-file-path and --swap-file-size options (Closes: #629637). | Colin Watson | |
2011-06-12 | Correct lb cleans source removals. | Daniel Baumann | |
2011-06-11 | Removing now unecessary stagefile check in lb_source. | Daniel Baumann | |
2011-06-11 | Moving installation of live packages to second pass. | Daniel Baumann | |
2011-06-11 | Obtaining the live passes package selection information at the latest point ↵ | Daniel Baumann | |
to catch all other modifications in the package selection. | |||
2011-06-11 | Allow to optionally run package installation in two passes. Eventually, this ↵ | Daniel Baumann | |
allows to have media containing a 'bigger' live system that what they end up installing (Closes: #627439). | |||
2011-06-11 | Creating chroot_local-tasklists directory in config. | Daniel Baumann | |
2011-06-11 | Reworking chroot_tasks into chroot_local-tasklists, now packages and tasks ↵ | Daniel Baumann | |
are (almost) handled identical and through local lists only. | |||
2011-06-11 | Always disable dpkg sync, we only support squeeze and newer anyway. | Daniel Baumann | |
2011-06-11 | Correcting indenting for dpkg sync configuration file. | Daniel Baumann | |
2011-06-11 | Use dpkg --force-unsafe-io if available (Closes: #630043). | Colin Watson | |
2011-06-11 | Removing unmaintained chroot_localization script. | Daniel Baumann | |
The chroot_localization script did two things: * contain a hardcoded list for a couple of packages->l10n-packages * (supposed) to set the locales boot parameter correct. While the first was totally outdated and is a thing that needs to be constantly updated for changes in debian (and nobody wants to do that) and it's a broken approach anyway, the second is useless since we're using syslinux-themes packages anyway. | |||
2011-06-11 | Dropping handling of --packages in order to simply things handle packages ↵ | Daniel Baumann | |
scheduled for installation through package lists only. | |||
2011-06-11 | Don't try to install standard task on anything but ubuntu. | Daniel Baumann | |
2011-06-08 | Make --initramfs none work more consistently (Closes: #627887). | Colin Watson | |
2011-06-08 | Use mkfs.ext2/mkfs.ext2 instead of genext2fs (Closes: #629533). | Colin Watson | |