Daniel Baumann
f68ecad438
Making copyright headers distribution neutral.
2011-06-21 09:11:49 +02:00
Daniel Baumann
38c3390ca8
Making copyright file distribution neutral.
2011-06-21 09:10:44 +02:00
Daniel Baumann
bfadca3225
Correct keyring packages temporary workaround to not fail when aptitude is selected ( Closes : #630919 ).
2011-06-18 23:10:39 +02:00
Daniel Baumann
75f87204da
Removing forgotten reference to chroot_packages in lb_chroot.
2011-06-17 12:03:33 +02:00
Daniel Baumann
63560ff0b0
Adjust name of archives directory in config tree.
2011-06-17 11:25:52 +02:00
Daniel Baumann
ff528d09db
Correct rmdir call in top-level Makefiles uninstall target to not fail if there was no prior live-build installation.
2011-06-16 22:24:12 +02:00
Colin Watson
e0a1da6aba
Fix default for LB_PARENT_ARCHIVE_AREAS ( Closes : #630604 ).
2011-06-15 22:30:36 +02:00
Daniel Baumann
b86f9c6380
Since we don't have global packages anymore, renaming lb_chroot_local-packages to lb_chroot_packages and config/chroot_local-packages to config/chroot_packages.
2011-06-15 22:08:44 +02:00
Daniel Baumann
cfb6ecedfa
Since we don't have global tasks anymore, renaming lb_chroot_local-tasklists to lb_chroot_task-lists.
2011-06-15 22:01:51 +02:00
Daniel Baumann
e26d3be01a
Moving config/chroot_local-tasklists/*.list to config/task-lists/*.chroot.list, analogue to config/package-lists.
2011-06-15 21:52:45 +02:00
Daniel Baumann
db4943c415
Moving internal global package lists from 'lists' to 'package-lists'. This is not a user visible change.
2011-06-15 21:47:45 +02:00
Daniel Baumann
9d905734e5
Unifying config/chroot_local-packagelists and config/binary_local-packagelists.
...
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 21:37:10 +02:00
Daniel Baumann
36ecab10d3
Using .list suffix in config/archives.
2011-06-15 21:27:29 +02:00
Daniel Baumann
2312f18ef1
Changing archives key suffix from .gpg to .key.
2011-06-15 21:25:14 +02:00
Daniel Baumann
535051e43d
Setting default distribution to wheezy (at least until #622838 is handled).
2011-06-15 21:14:23 +02:00
Daniel Baumann
a2551605c0
Unifying config/chroot_archives and config/archives, now only using 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 21:05:09 +02:00
Daniel Baumann
2cf5daeaef
Renaming chroot_sources script to chroot_archives for consistency with debian-policy terminology.
2011-06-15 20:48:56 +02:00
Daniel Baumann
a6988b188f
Renaming repositories option to archives for consistency with debian-policy 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-15 20:40:18 +02:00
Colin Watson
65ac1c651c
Make --architectures armel only fail if --linux-flavours was not passed ( Closes : #630464 ).
2011-06-14 12:14:22 +02:00
Daniel Baumann
21dfadb622
Using -wildcards option when calling mksquashfs with an excludes file.
2011-06-13 21:05:05 +02:00
Daniel Baumann
f42443464a
Releasing debian version 3.0~a21-1.
2011-06-13 20:43:25 +02:00
Colin Watson
5d228a8e3e
Add --initramfs-compression option ( Closes : #627677 ).
2011-06-13 20:38:44 +02:00
Colin Watson
d5510c9910
Divert flash-kernel aside while building the chroot ( Closes : #630350 ).
2011-06-13 20:33:28 +02:00
Colin Watson
abcc4ca9bf
Add --swap-file-path and --swap-file-size options ( Closes : #629637 ).
2011-06-13 20:08:34 +02:00
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