Commit Graph

2556 Commits

Author SHA1 Message Date
Daniel Baumann
f342cd85b8 Correct lb cleans source removals. 2011-06-12 09:21:28 +02:00
Daniel Baumann
5b4e20599d Removing now unecessary stagefile check in lb_source. 2011-06-11 20:19:57 +02:00
Daniel Baumann
df7b3d934f Moving installation of live packages to second pass. 2011-06-11 19:36:46 +02:00
Daniel Baumann
48e2af1ab9 Obtaining the live passes package selection information at the latest point to catch all other modifications in the package selection. 2011-06-11 19:18:15 +02:00
Daniel Baumann
5fa597a92d Releasing debian version 3.0~a20-1. 2011-06-11 17:50:15 +02:00
Daniel Baumann
238ae93f41 Allow to optionally run package installation in two passes. Eventually, this allows to have media containing a 'bigger' live system that what they end up installing (Closes: #627439). 2011-06-11 17:26:47 +02:00
Daniel Baumann
65b7eb99f8 Updating and simplyfing conditionals in package lists. 2011-06-11 16:14:35 +02:00
Daniel Baumann
14a3d468dc Adding support for 'nif' in package lists. 2011-06-11 16:03:16 +02:00
Daniel Baumann
9f4b5f3dd0 Using locales-all instead of locales in standard list for progress. 2011-06-11 16:01:07 +02:00
Daniel Baumann
1fc15b55ee Creating chroot_local-tasklists directory in config. 2011-06-11 15:54:43 +02:00
Daniel Baumann
f06a2e3d37 Reworking chroot_tasks into chroot_local-tasklists, now packages and tasks are (almost) handled identical and through local lists only. 2011-06-11 15:54:40 +02:00
Colin Watson
0633d3bc96 Fix incorrect Ubuntu defaults for security and volatile mirrors (Closes: #630080). 2011-06-11 13:37:15 +02:00
Daniel Baumann
01a5160847 Always disable dpkg sync, we only support squeeze and newer anyway. 2011-06-11 13:35:05 +02:00
Daniel Baumann
521bd38d69 Correcting indenting for dpkg sync configuration file. 2011-06-11 13:32:51 +02:00
Colin Watson
7b84bf9498 Use dpkg --force-unsafe-io if available (Closes: #630043). 2011-06-11 13:31:18 +02:00
Daniel Baumann
dc0775d7ae Correct indenting in powerpc kernel defaults. 2011-06-11 13:27:35 +02:00
Colin Watson
eb6242e98e Use powerpc and powerpc64-smp kernel flavours by default for Ubuntu, as there is no powerpc64 flavour (Closes: #630032). 2011-06-11 13:26:31 +02:00
Daniel Baumann
ae6ed7d84a Removing unmaintained chroot_localization script.
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 13:15:06 +02:00
Daniel Baumann
b3ad2f412a Dropping handling of --packages in order to simply things handle packages scheduled for installation through package lists only. 2011-06-11 11:37:37 +02:00
Daniel Baumann
cf8f6cee93 Releasing debian version 3.0~a19-1. 2011-06-11 11:04:36 +02:00
Daniel Baumann
25f7152e5e Don't try to install standard task on anything but ubuntu. 2011-06-11 11:00:42 +02:00
Richard Nelson
2b2e0fb1bf Add progress as an option for --mode in lb_config manpage. 2011-06-08 18:44:54 -05:00
Colin Watson
6bcb29a25c Make --initramfs none work more consistently (Closes: #627887). 2011-06-08 10:07:26 +02:00
Colin Watson
8b05781dbc Use mkfs.ext2/mkfs.ext2 instead of genext2fs (Closes: #629533). 2011-06-08 10:02:10 +02:00
Daniel Baumann
a951e84c4f Updating default kernel flavour for debian on i386. 2011-06-05 11:15:17 +02:00
Daniel Baumann
91ae1c5366 Updating default kernel flavour for progress on i386. 2011-06-05 11:14:21 +02:00
Daniel Baumann
3895e41600 Updating packages in sun-java6 example hook. 2011-06-05 10:47:40 +02:00
Richard Nelson
3fb41b9663 Update VERSION in common.sh to match last release. 2011-06-03 21:02:48 -05:00
Daniel Baumann
b9ddc38afb Releasing debian version 3.0~a18-1. 2011-06-03 12:00:09 +02:00
Daniel Baumann
69f2cc5ee5 Updating grub paths for d-i files (Closes: #627695). 2011-06-03 11:56:42 +02:00
Daniel Baumann
338ebe5e6b Correcting wrong task defaults. 2011-06-03 11:47:08 +02:00
Daniel Baumann
e4928dc223 Removing unused and not really usefull bootstrap-script option (Closes: #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-03 11:10:38 +02:00
Daniel Baumann
daa0dbb9de Removing accidentally twice included English files when installing manpages (Closes: #628897). 2011-06-03 10:55:03 +02:00
Colin Watson
7b92318f64 Fixing ext2/ext3 case in lb_binary_rootfs to work with --build-with-chroot false (Closes: #627902). 2011-06-03 10:44:25 +02:00
Daniel Baumann
348cb4b391 Moving 'default' hooks for minimal and stripped to example hooks, they will 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-03 10:39:45 +02:00
Daniel Baumann
b8eff5a2f2 Restoring excludes functionality for mksquashfs. This was present some time ago but then got removed. 2011-06-03 00:38:09 +02:00
Daniel Baumann
3cd5375fbd Correcting accidentally unconditional default for linux-flavours in progress mode. 2011-06-02 22:55:18 +02:00
Colin Watson
3f36f6ba4b Fix duplicate deconfiguration of apt, upstart, and sysv-rc if build-with-chroot is false (Closes: #627406). 2011-05-21 10:50:31 +02:00
Daniel Baumann
26ad091b3e Releasing debian version 3.0~a17-1. 2011-05-18 19:52:17 +02:00
liandro sg
11eeea6f6c Be more careful with subshells (Closes: #623356). 2011-05-18 19:42:51 +02:00
Daniel Baumann
ceefa557a9 Correcting top-level makefile to automatically get all the supported languages, rather than defining a static list. 2011-05-18 19:38:12 +02:00
Daniel Baumann
fa0f468408 Completing files section in live-build manpage (Closes: #626367). 2011-05-18 19:37:51 +02:00
Daniel Baumann
c492cd4928 Updating to standards version 3.9.2. 2011-05-18 19:35:42 +02:00
Daniel Baumann
57e2fac99b Switching to apt as tasksel for all distributions, except Debian squeeze. 2011-05-16 22:11:26 +02:00
Colin Watson
454043122d Allow installing tasks using apt-get, and do so by default for Ubuntu (Closes: #626940). 2011-05-16 22:11:15 +02:00
Daniel Baumann
c5df1371f8 Removing defaults for the alpha architecture, not supported by debian anymore. 2011-05-16 14:59:38 +02:00
Daniel Baumann
85ef0adafb Correcting comments about which ubuntu release is LTS and which not in releases list. 2011-05-16 13:40:47 +02:00
Daniel Baumann
cd6820dd7a Correcting wrongly attributed -m switch to --mirror-bootstrap, thanks to Colin Watson <cjwatson@ubuntu.com> (Closes: #626905). 2011-05-16 12:13:47 +02:00
Daniel Baumann
6d04c078db Correct derivative main sources.list entries. 2011-05-15 21:52:57 +02:00
Daniel Baumann
ebc3788bf2 Avoid wrong security mirrors when building for artax-backports. 2011-05-15 20:56:26 +02:00