summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2011-06-15Unifying 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-15Using .list suffix in config/archives.Daniel Baumann
2011-06-15Changing archives key suffix from .gpg to .key.Daniel Baumann
2011-06-15Setting default distribution to wheezy (at least until #622838 is handled).Daniel Baumann
2011-06-15Unifying 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-15Renaming chroot_sources script to chroot_archives for consistency with ↵Daniel Baumann
debian-policy terminology.
2011-06-15Renaming 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-14Make --architectures armel only fail if --linux-flavours was not passed ↵Colin Watson
(Closes: #630464).
2011-06-13Using -wildcards option when calling mksquashfs with an excludes file.Daniel Baumann
2011-06-13Releasing debian version 3.0~a21-1.debian/3.0_a21-1Daniel Baumann
2011-06-13Add --initramfs-compression option (Closes: #627677).Colin Watson
2011-06-13Divert flash-kernel aside while building the chroot (Closes: #630350).Colin Watson
2011-06-13Add --swap-file-path and --swap-file-size options (Closes: #629637).Colin Watson
2011-06-12Correct lb cleans source removals.Daniel Baumann
2011-06-11Removing now unecessary stagefile check in lb_source.Daniel Baumann
2011-06-11Moving installation of live packages to second pass.Daniel Baumann
2011-06-11Obtaining the live passes package selection information at the latest point ↵Daniel Baumann
to catch all other modifications in the package selection.
2011-06-11Releasing debian version 3.0~a20-1.debian/3.0_a20-1Daniel Baumann
2011-06-11Allow 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-11Updating and simplyfing conditionals in package lists.Daniel Baumann
2011-06-11Adding support for 'nif' in package lists.Daniel Baumann
2011-06-11Using locales-all instead of locales in standard list for progress.Daniel Baumann
2011-06-11Creating chroot_local-tasklists directory in config.Daniel Baumann
2011-06-11Reworking chroot_tasks into chroot_local-tasklists, now packages and tasks ↵Daniel Baumann
are (almost) handled identical and through local lists only.
2011-06-11Fix incorrect Ubuntu defaults for security and volatile mirrors (Closes: ↵Colin Watson
#630080).
2011-06-11Always disable dpkg sync, we only support squeeze and newer anyway.Daniel Baumann
2011-06-11Correcting indenting for dpkg sync configuration file.Daniel Baumann
2011-06-11Use dpkg --force-unsafe-io if available (Closes: #630043).Colin Watson
2011-06-11Correct indenting in powerpc kernel defaults.Daniel Baumann
2011-06-11Use powerpc and powerpc64-smp kernel flavours by default for Ubuntu, as ↵Colin Watson
there is no powerpc64 flavour (Closes: #630032).
2011-06-11Removing 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-11Dropping handling of --packages in order to simply things handle packages ↵Daniel Baumann
scheduled for installation through package lists only.
2011-06-11Releasing debian version 3.0~a19-1.debian/3.0_a19-1Daniel Baumann
2011-06-11Don't try to install standard task on anything but ubuntu.Daniel Baumann
2011-06-08Add progress as an option for --mode in lb_config manpage.Richard Nelson
2011-06-08Make --initramfs none work more consistently (Closes: #627887).Colin Watson
2011-06-08Use mkfs.ext2/mkfs.ext2 instead of genext2fs (Closes: #629533).Colin Watson
2011-06-05Updating default kernel flavour for debian on i386.Daniel Baumann
2011-06-05Updating default kernel flavour for progress on i386.Daniel Baumann
2011-06-05Updating packages in sun-java6 example hook.Daniel Baumann
2011-06-03Update VERSION in common.sh to match last release.Richard Nelson
2011-06-03Releasing debian version 3.0~a18-1.debian/3.0_a18-1Daniel Baumann
2011-06-03Updating grub paths for d-i files (Closes: #627695).Daniel Baumann
2011-06-03Correcting wrong task defaults.Daniel Baumann
2011-06-03Removing unused and not really usefull bootstrap-script option (Closes: ↵Daniel Baumann
#603114). This option was not used anyway, and, it's actually not much of the business of live-build anyway. People for custom distributions that can not use the debian default scripts ship their own patched debootstrap, and then you don't need the option anymore.
2011-06-03Removing accidentally twice included English files when installing manpages ↵Daniel Baumann
(Closes: #628897).
2011-06-03Fixing ext2/ext3 case in lb_binary_rootfs to work with --build-with-chroot ↵Colin Watson
false (Closes: #627902).
2011-06-03Moving 'default' hooks for minimal and stripped to example hooks, they will ↵Daniel Baumann
have to be enabled manually now (Closes: #627183). Previously, there were a couple of hooks that were automatically run for some image flavours. This came back from the old days when we had to deconfigure gdm and enable kdm explicitly for kde images. After lenny, this hack was not needed anymore, and there's not much sense to keep the mechanism in place at all. Better, let's treat all images the same way wrt/ hooks and don't do special automagics. The only images that is of concern of are minimal and stripped which we don't build by default anyway. This also stopps confusing others.
2011-06-03Restoring excludes functionality for mksquashfs. This was present some time ↵Daniel Baumann
ago but then got removed.
2011-06-02Correcting accidentally unconditional default for linux-flavours in progress ↵Daniel Baumann
mode.