Commit Graph

573 Commits

Author SHA1 Message Date
Steve McIntyre 64bd969a0c * Fix up boot-alpha to calculate the size of the ramdisk needed, rather
than hard-coding to 16384. Also slight refactoring.
2007-03-20 01:01:16 +00:00
Steve McIntyre 43d4a7d96a * Fix up the Debian_etch, Debian_etch-kde and Debian_etch-xfce
to use debian-installer+kernel-etch rather than -sid
2007-03-19 01:44:19 +00:00
Steve McIntyre 3484e93314 * Other small wording changes and fixes in the README file 2007-03-18 22:49:30 +00:00
Steve McIntyre cf6994ed78 * Remove mention of m68k in data/etc/README.html.in 2007-03-18 22:10:44 +00:00
Steve McIntyre a2d50b9f65 * Fix a silly bug in start_new_disc that would break on discs with
local packages. Thanks to Ronny Aasen for the patch. Closes: #414818
  * Final *final* upload for etch; urgency high to get through the
    freeze.
2007-03-13 23:38:53 +00:00
Steve McIntyre ebfad35c3a Check in current working versions of the tasks files 2007-03-13 02:35:38 +00:00
Steve McIntyre 1fc78c6086 * Fix the extra_image() function in both boot-i386 and boot-amd64 to make
sure we don't end up overwriting extra images from one arch with those
    from the other. Now the multi-arch netinst should work for the installgui
    target for both arches
2007-03-13 02:21:13 +00:00
Steve McIntyre 9006e6dd31 * Add the DEFAULT64 handling to boot-amd64 as well as boot-i386; needed
in both so that things are setup the same regardless of the order in
    which the boot-$arch scripts are called
2007-03-13 01:06:07 +00:00
Steve McIntyre ec87877896 Fix path for creating splash image in boot-amd64. Closes: #413850. 2007-03-12 01:33:39 +00:00
Frans Pop cee637fdd9 Add kernel-package too 2007-03-10 21:41:27 +00:00
Frans Pop 279dd3bafd * forcd1-etch: remove network-console-config; add module-assistant. 2007-03-10 21:31:38 +00:00
Raphaël Hertzog 46369d0dc5 Disable pattern metacharacters in some regex with included variables.
Closes: #413506
2007-03-05 16:09:46 +00:00
Joey Hess 7b1b3973f8 * Updated isolinux.bin to the version from syslinux 3.31-3.
* Re-enable use of 64 bit detection, fixed now.
2007-03-01 19:18:45 +00:00
Steve McIntyre 2ca98a7f32 * Cope with rolling back more than one package in case we go well
over the disc size
  * Use a multiplier of 1.2 for HFS space - overkill, but it fixes
    the multi-arch DVD overflowing. Also log if we're doing HFS.
  * Tweak where we look for s390 boot files to make the weeklies work again.
2007-02-27 20:05:32 +00:00
Raphaël Hertzog a2d9587f1a Don't rely on PATH containing the tools directory. 2007-02-21 14:13:35 +00:00
Steve McIntyre fe17c12b1a update-cd updates 2007-02-20 23:06:49 +00:00
Joey Hess f47d23be43 * Temporarily disable use of 64 bit detection due to syslinx's bug #410729. 2007-02-13 01:14:35 +00:00
Joey Hess 80a037fb83 * Updated isolinux.bin to the version from syslinux 3.31-2. 2007-02-10 04:45:22 +00:00
Joey Hess 3d5259c5ef * Use the 64 bit autodetection feature of syslinux 3.31-2, if available,
to default to the 64 bit target in multiarch isos.
2007-02-04 23:41:44 +00:00
Joey Hess 0a07bb9fdc * Updated tasks for tasksel 2.66. 2007-01-27 18:33:43 +00:00
Steve McIntyre 88c7b08fd7 Improve commenting around INSTALLER_CD option 2007-01-24 14:46:16 +00:00
Frans Pop f245fa4115 * Remove SRCEXCLUDE which is no longer supported. 2007-01-18 23:32:23 +00:00
Joey Hess 461e117d35 whitespace 2007-01-18 14:57:02 +00:00
Steve McIntyre 717c7d601d Typo in bug # 2007-01-14 16:32:46 +00:00
Steve McIntyre 4d4b845069 Gah, fix email address 2007-01-14 16:19:55 +00:00
Steve McIntyre f561cf201d Update changelog ready for a package upload 2007-01-14 15:44:46 +00:00
Steve McIntyre 66c1029d7c Note fix for #406320; the actual change went in *ages* ago. 2007-01-10 13:32:12 +00:00
Joey Hess 6d2b7e578e * Moved interesting-fromcd23 down to come after software from tasks in
priority.
2007-01-06 02:06:56 +00:00
Steve McIntyre df2129f7e1 * Cleanup of Etch version of REAMDE.html.in - use "disc" or "CD/DVD" rather
than "CD" in many places.
2007-01-02 01:59:52 +00:00
Steve McIntyre ba8e154a12 * In start_new_disc, make sure that we call the (badly-named) add-bin-doc
so that we get README.html and README.txt created even for source discs.
2007-01-02 01:56:44 +00:00
Steve McIntyre 55f4db876a + Slightly change the output naming of the disc images to make it safer
to produce more then one type of multi-arch disc
2006-12-30 15:13:07 +00:00
Joey Hess c7ece8748b * Added an update-tasks target to the Makefile and moved the code out of
file header comments to there. Fix some bugs in passing.
* List packages for the various specific desktop tasks ahead of the non-key
  packages for the general desktop task. Along with changes in tasksel 2.60
  this should lead to a generally more useful set of packages on the desktop
  CDs; instead of filling up with OOo, it will fill up with things specific
  to the desktop environment.
* Updated task lists.
2006-12-29 06:05:30 +00:00
Steve McIntyre 17bb18194f * Re-implemented exclude/unexclude support in make_disc_trees.pl instead
of in list2cds. Slight changes in semantics - the new code supports
    regular expressions for matching package names (to make it easier to
    exclude groups of related packages), and EXCLUDE<m> should be used in
    preference to EXCLUDE for packages that are just being shifted to
    later in the set by using UNEXCLUDE<n>.
2006-12-29 05:56:43 +00:00
Frans Pop 199e79c6f8 Create a new tasks/forcd1-etch file and remove old cruft 2006-12-29 03:13:06 +00:00
Steve McIntyre 35743cde5f As a last-minute step before building images, fill in the TOTALNUM
value in the README files in the root of each image.
2006-12-29 02:44:22 +00:00
Steve McIntyre cccbdd469f Gunzip the installation manual in .txt and .pdf format, so it's useful
on other platforms too.
2006-12-29 01:48:26 +00:00
Frans Pop 7af2565ecf * Add linux-image-2.6-prep for powerpc. 2006-12-29 01:14:28 +00:00
Frans Pop ebb664e6d5 Fix changelog 2006-12-29 01:11:44 +00:00
Steve McIntyre eb1131b3df Make make_disc_trees.pl and start_new_disc fail better on errors 2006-12-23 03:03:58 +00:00
Steve McIntyre 528c0072f2 remove Suggests on delo - we grab and use the correct version direct
from the archive instead these days
2006-12-23 03:02:37 +00:00
Steve McIntyre 5189fad5ae Promote Suggests: on delo, palo, netpbm, syslinux to Recommends: 2006-12-23 01:20:40 +00:00
Steve McIntyre 342bcac67b don't suggest binutils-multiarch, we haven't needed that for mipsel CDs since woody 2006-12-23 01:17:47 +00:00
Steve McIntyre 0375525f9a don't depend on debootstrap any more - we grab and use the latest
version direct from the archive instead these days
2006-12-23 01:04:28 +00:00
Steve McIntyre e93bd79b7b don't depend on apt-utils any more - we don't use apt-ftparchive now 2006-12-23 01:00:31 +00:00
Steve McIntyre fc2c31eafb * change the mkisofs dep from (mkisofs | mkhybrid) to (mkisofs | genisoimage)
* remove Recommends on debianutils
2006-12-23 00:53:10 +00:00
Steve McIntyre 58e9b0005c Remove the SKIPMIRRORCHECK variable, now completely obsolete 2006-12-23 00:48:33 +00:00
Steve McIntyre 08e4962506 Make build_all.sh work again, adapting build.sh 2006-12-23 00:45:29 +00:00
Steve McIntyre 8232a68646 don't depend on jigdo-file any more 2006-12-23 00:25:44 +00:00
Steve McIntyre b600a32f13 * Update documentation to at least vaguely match how things work.
* Added support for hook scripts in a few places around the CD
 	creation process, to help people customise their CDs. Quite a
	lot of refactoring needed in make_disc_trees.pl needed to do that.
  * Removed more cruft:
    + old defs in CONF.sh
    + old defs and rules in the Makefile
    + tools/add_secured
2006-12-19 01:58:41 +00:00
Frans Pop 7741fc3c83 CONF.sh: don't determine ARCHES if already set; don't export CPU and KERNEL 2006-12-18 15:22:35 +00:00