Commit Graph

127 Commits

Author SHA1 Message Date
Frans Pop 67df0a34b0 Include pciutils on installation CDs
It now gets apt-installed by hw-detect.
2010-03-14 07:26:15 +00:00
Frans Pop a06dd3d59f generate_d-i+k_list: no need to explicitly include module-init-tools
It's priority important.
2010-02-22 00:12:54 +00:00
Frans Pop 7acf834acb generate_d-i+k_list: include grub-legacy inctead of grub
The package grub is now an empty package provided by grub-legacy.
2010-02-22 00:12:47 +00:00
Frans Pop 5d791523af generate_d-i+k_list: drop discover as it's no longer used anywhere
It already wasn't used anymore for device detection and starting with
Lenny it's also not used for X.Org anymore.
2010-02-22 00:12:36 +00:00
Frans Pop 8a76e133a9 generate_d-i+k_list: libsysfs2 workaround is no longer needed
As the Provides was dropped in the udeb in Lenny, the package no longer
needs to be included explicitly.
2010-02-22 00:12:28 +00:00
Steve McIntyre cb1a22e63d fix comment bug 2009-08-23 11:01:55 +00:00
Frans Pop 07d571bebb Add console-setup to packages needed for D-I 2009-08-23 07:03:42 +00:00
Frans Pop fe2334131d Add a Xen variant on i386 and amd64
Patch from Ian Campbell.

i386 Xen guests require a PAE (686-bigmem) kernel in order to
run. Therefore this variant includes the relevant installer kernel and
ramdisk in install.386/xen as well as suitable kernel udebs and proper
debs for the installed system.

amd64 Xen has no similar requirement but we include the kernels under
install.amd/xen in order to have a consistent path under both
architectures.
2009-08-09 14:33:00 +00:00
Frans Pop 1eac5a9d65 Generate tasks dynamically; separate task files per distro release
All tasks files are moved to ./tasks/<codename> subdirectories so they
can be more easily kept up-to-date with specific distro releases.

Always generate the debian-installer and tasksel tasks dynamically:
- all task files for the desired suite are copied to the working
  directory at the beginning of each build, and are used from there;
- the debian-installer and tasksel tasks are no longer included in
  releases but are always created automatically at build time; this
  means users no longer need to run the generate_di_* scripts or the
  update_tasksel script;
- the popcon task file will remain included as a static file, but plan
  is to add an option to update it automatically for each build; reason
  is that updating it requires network access.

Bump version to 3.1.
2008-11-13 23:19:30 +00:00
Frans Pop e59ad475b0 Drop brltty from the netinst CDs
brltty has started pulling in libicu, which has a size of 5MB.
An overhead of 5MB is just too big for netinst CD images for a
package that is only needed by a very small group of users and
that will normally also be available from a mirror (brltty gets
installed during finish-install).

For full CDs and DVDs the package will still get included as it's
listed in forcd1.
2008-10-29 14:02:42 +00:00
Frans Pop 274c7dd7a0 Revert "Drop ancient workaround for dependency resolution"
Looks like the workaround is still needed after all, so just remove
unifont from the packages that are forced.

Also, add pptp-linux to images using the di+k list instead of through
this hack (changelog says adding it here needed "FIXME later...").
2008-10-14 12:39:32 +00:00
Frans Pop 9200e82ade Stop including jfbterm unifont on all images
They are no longer installed from D-I as jbfterm was only needed for
base-config and unifont's dependencies have become insane.
Saves 15MB on i386 netinst images.
2008-10-14 11:37:03 +00:00
Otavio Salvador 0a1de9d57a Include multipath-tools-boot for all medias. 2008-09-08 17:43:16 +00:00
Otavio Salvador 52918ed9f0 Only include atl2 packages on i386 and amd64 medias since d-i do not use them on all other arches 2008-08-30 00:41:08 +00:00
Otavio Salvador 3c6d87722f * Include packages needed for systems using atl2 network adator.
* Include speakup modules for i386 and amd64 medias.
2008-08-28 23:21:33 +00:00
Frans Pop e24b17a1e7 Add packages needed for systems using loop-aes encryption
Make sure packages (loop-aes-utils and loop-aes kernel modules)
are included on the installation CD in case loop-aes encryption
is used during partitioning.
2008-08-04 17:06:30 +00:00
Frans Pop 6d8c7bfc94 generate_di+k_list: fix logic error in use of codenames
When building a CD for e.g. etch using D-I from e.g. sid, the script should
not update debian-installer+kernel-sid but debian-installer+kernel-etch in
tasks. After all, debian-installer+kernel-* contains normal packages, and
not udebs. With this change we no longer have to modify the Debian_<codename>
tasks in such cases.
The generated file should of course have '#include <debian-installer-sid>'.
2008-05-17 16:18:04 +00:00
Santiago Garcia Mantinan c580e320e8 Start to add armel support. 2008-05-04 17:38:52 +00:00
Otavio Salvador 35c6eec04a * Make sure we include grub-pc since it's used when GPT disk label is
choosen.
2008-02-14 14:27:03 +00:00
Otavio Salvador b08293c62d force including of laptop-detect on first CD
Make sure we include laptop-detect on arches that are know to have
laptops. This is currently done for i386, amd64 and powerpc.
2008-02-11 12:58:46 +00:00
Frans Pop d07d0ac8af * Instead of including all alternative dependencies in list2cds, only
include the first one. This reduces the size of the netinst and improves
  what's included on CD1. Only loss is console-{data,common,tools} so these
  are now added in generate_di+k_list.
2008-01-02 21:06:24 +00:00
Frans Pop ced27feb2f * Include busybox for architectures that use initramfs-tools; base-installer
will try to install it.
2007-12-13 16:32:39 +00:00
Joey Hess 46a4e3536b * Add acpi-support-base to generate_di+k_list. 2007-11-18 02:39:28 +00:00
Joey Hess c569885764 * Include dmraid deb. Closes: #443991 2007-09-27 17:46:00 +00:00
Steve McIntyre 87b46721b8 Additional HERE command is no longer needed 2007-07-18 02:03:34 +00:00
Frans Pop 03a5813d97 Remove obsolete code to include kernel-image packages for powerpc 2007-07-03 09:29:26 +00:00
Steve McIntyre 8a277132e8 * Removed m68k from the list of arches in generate_di+k_list and
generate_di_list to reduce warnings.
2007-04-10 23:44:56 +00:00
Frans Pop 7af2565ecf * Add linux-image-2.6-prep for powerpc. 2006-12-29 01:14:28 +00:00
Steve McIntyre a689886868 Fix typo bug, improve error handling 2006-12-04 17:23:57 +00:00
Frans Pop 82d1b005fc * tools/generate_di+k_list: no longer include kernel-image packages for
powerpc as we don't support 2.4 based installs anymore. Closes #401429.
2006-12-03 19:11:45 +00:00
Steve McIntyre 4ded5ac8d9 * Add bpalogin near the top of the task list, as requested a long time
ago. Closes: #231583
2006-11-27 23:46:07 +00:00
Frans Pop 8e15dce126 tools/generate_di+k_list: add new required packages for arm 2006-10-28 19:51:11 +00:00
Frans Pop 6813379884 - tasks/exclude-etch: clean out obsolete entries
- tools/generate_di+k_list: generic suffix was dropped for amd64 kernels
2006-10-28 16:45:07 +00:00
Joey Hess 0ca08661f4 * Include brltty in generate_di+k_list. 2006-10-21 19:26:58 +00:00
Joey Hess af5b09d42d * Remove 2.2 kernel for mac from generate_di+k_list, as it's no longer in
the archive.
2006-10-16 18:10:18 +00:00
Joey Hess 2a8a711c0e * Remove 2.4 kernels from generate_di+k_list for i386. 2006-10-16 17:57:29 +00:00
Joey Hess 3eeab7dca4 * On sparc, include libc6-sparcv9 and libc6-sparcv9b, which base-installer
will also pull in.
2006-08-22 21:59:04 +00:00
Joey Hess 222d4e2341 * Include libc6-i686 in generate_di+k_list, base-installer will
soon begin installing this onto machines that can use it.
  (To regain some space, libc6-amd64 will soon stop being standard priority,
  and drop off.)
2006-08-22 21:47:28 +00:00
Frans Pop 139811b42b Update generate_di+k_list to include libdiscover1 2006-08-02 14:55:28 +00:00
Frans Pop de589d8eec Update generate_di+k_list to include libsysfs2 2006-08-02 00:10:07 +00:00
Frans Pop 7a307f7706 No initramfs generator needed for mips, mipsel and m68k 2006-07-28 00:13:50 +00:00
Steve McIntyre 325d409eea * Switch from 2.4 to 2.6 kernels for arm, mips and mipsel
* Switch from yaird over to initramfs-tools (same arches)
  * Much simplified generate_di+k_list - mips and mipsel don't need script
    fragments any more
  * Added elilo for i386
2006-07-27 23:58:59 +00:00
Frans Pop 4dca488b28 - Drop initrd-tools for ia64, powerpc and sparc
- Include initramfs-tools instead of yaird for ia64 and sparc
2006-07-27 23:46:03 +00:00
Frans Pop b29a593a51 - Update to libdevmapper1.02
- No need to include yaird for m68k
2006-07-27 23:40:27 +00:00
Frans Pop 2089c7922a Include only 2.6 kernel images for sparc 2006-07-27 23:36:42 +00:00
Frans Pop 6064831747 Add cryptsetup to first CD; needed for installations using encrypted partitions 2006-07-16 18:30:28 +00:00
Joey Hess b5336e8ec2 * Add 686 kernels, since the netinst CD is much larger and can now easily
fit them and this makes the CD much more attractive for many users.
2006-07-01 23:12:59 +00:00
Steve McIntyre 49c338922d Add extra arm kernels and more utilities into the task lists.
Closes: #373225
2006-06-15 00:00:08 +00:00
Joey Hess cb36cebc21 Closes: #327470
* Applied patch from smarenka to add 2.6 kernels for m68k, also 2.4 kernels
  for appropriate m68k subarches, and also emile, amiboot, atari-bootstrap,
  and initramfs-tools for m68k.
2006-06-13 21:17:46 +00:00
Joey Hess 42f5f35980 * Add sudo to generate_di+k_list, it's needed for installs w/o a root user. 2006-05-12 05:54:08 +00:00