Daniel Baumann
8a0da57266
Reverse keywords in suffix of the package list files for consistency.
...
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-05 08:40:03 +02:00
Daniel Baumann
a56cc98f12
Removing -r from short options in lb_config ( Closes : #636208 ).
2011-08-04 21:32:02 +02:00
Daniel Baumann
17283e776f
Correcting typo in lb_config for program variable, thanks to intrigeri <intrigeri@boum.org>.
2011-07-26 14:49:29 +02:00
Daniel Baumann
ac6147adb7
Consolidating local hooks for chroot and binary into config/hooks/*.{chroot,binary}.
2011-07-19 10:57:02 +02:00
Daniel Baumann
ef2752faab
Adding kubuntu mode in order to have different defadefault hooks enabled for ubuntu and kubuntu (needed for #630088 ).
2011-07-19 10:51:20 +02:00
Daniel Baumann
63560ff0b0
Adjust name of archives directory in config tree.
2011-06-17 11:25:52 +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
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
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
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
5d228a8e3e
Add --initramfs-compression option ( Closes : #627677 ).
2011-06-13 20:38:44 +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
1fc15b55ee
Creating chroot_local-tasklists directory in config.
2011-06-11 15:54:43 +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
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
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
2d25d1f140
Removing obsolete debian-backports auto-configuration.
2011-03-24 20:26:29 +01:00
Daniel Baumann
ef1a33bc14
Adding parent-archive-areas.
2011-03-24 20:25:34 +01:00
Daniel Baumann
ff807068b9
Adding mirror option handling for derivatives.
2011-03-09 19:20:43 +01:00
Daniel Baumann
3047936fb5
Renaming mirror options to parent mirror for handling derivatives nice in future.
2011-03-09 19:20:43 +01:00
Daniel Baumann
90b145de6c
Adding initial support for parent distribution for debian-installer.
2011-03-09 19:20:43 +01:00
Daniel Baumann
2159e3fba7
Adding initial support for making initsystem configurable.
2011-03-09 19:20:42 +01:00
Daniel Baumann
18eeaae602
Updating year in hooks and script files.
2011-03-09 19:20:42 +01:00
Daniel Baumann
6d87f0dde3
Adding derivatives handling for progress.
2011-03-09 19:20:41 +01:00
Daniel Baumann
1d2dd20dd6
Removing legacy support for live-initramfs.
2011-03-09 19:20:40 +01:00
Daniel Baumann
69513e9279
Removing lb_chroot_sysvinit in favour of a hook, which is the appropriate way to handle this.
2011-03-09 19:20:40 +01:00
Daniel Baumann
dd9ecf3560
Removing encryption support until we have something for current kernels again.
2011-03-09 19:20:40 +01:00
Daniel Baumann
21815cb707
Generalizing compression handling and adding support for lzip tarballs.
2011-03-09 19:20:40 +01:00
Daniel Baumann
c0d782a1f4
Removing --apt-pdiff option, this doesn't belong into live-build in the first place.
2011-03-09 19:20:39 +01:00
Ben Armstrong
fa7a693326
Adding '--includes none' documentation in help and man page.
2011-03-09 19:20:39 +01:00
Ben Armstrong
6cb261cf4f
Updating lb config --help and man page.
2011-03-09 19:20:38 +01:00
Daniel Baumann
51944c015f
Renaming --architecture to --architectures in preparation for multi-arch.
2011-03-09 19:20:37 +01:00
Daniel Baumann
68e8fd157e
Renaming 'packages lists' to 'package lists' all over the place.
2011-03-09 19:20:36 +01:00
Daniel Baumann
813f5227ab
Replacing last occurences of lh with lb.
2011-03-09 19:20:36 +01:00
Daniel Baumann
e3800bf32b
Correcting quoting of auto calls, thanks to Andreas Loibl <andreas@andreas-loibl.de>.
2011-03-09 19:20:36 +01:00
Daniel Baumann
da2c2b0bcc
Renaming --binary-indices to --apt-indices for consistency.
2011-03-09 19:20:35 +01:00
Daniel Baumann
cd172cfe21
First step in cleaning up syslinux handling by using syslinux-theme packages rather than embedded templates.
2011-03-09 19:20:35 +01:00
Daniel Baumann
d2d691a5ed
Updating special handling for backports.
2011-03-09 19:20:34 +01:00
Daniel Baumann
c7a9942687
Removing --binary-pool again, not ready yet.
...
See #598935 , #598991 and and
http://lists.debian.org/debian-live/2010/10/msg00079.html
for details.
2011-03-09 19:20:33 +01:00
Daniel Baumann
4826b8c224
Adding option to allow using the live-media pool in live system.
2011-03-09 19:20:31 +01:00
Daniel Baumann
c77053d3d8
Replacing lb_chroot_symlinks with a hook, that's more approriate.
2011-03-09 19:20:31 +01:00
Daniel Baumann
c5c3f6133a
Adding debian version 3.0~a1-1.
2011-03-09 19:19:23 +01:00
Daniel Baumann
2ddc0cef5d
Updating year in manpage, hooks, script and template files.
2011-03-09 19:17:33 +01:00
Ben Armstrong
f10c468359
Adding '--includes none' documentation in help and man page.
2011-03-09 19:17:31 +01:00
Ben Armstrong
eece05b62c
Updating lb config --help and man page.
2011-03-09 19:17:30 +01:00
Daniel Baumann
1459914e2f
Replacing last occurences of lh with lb.
2011-03-09 19:17:29 +01:00
Daniel Baumann
61efbfcd8f
Correcting quoting of auto calls, thanks to Andreas Loibl <andreas@andreas-loibl.de>.
2011-03-09 19:17:28 +01:00
Daniel Baumann
34c33a10ea
Updating special handling for backports.
2011-03-09 19:17:26 +01:00