Commit Graph

21 Commits

Author SHA1 Message Date
Steve McIntyre a269a8fd4c Merge of changes from Steve's development branch to take us to
debian-cd version 3.0.0. Highlights:

  * Support now added for multi-arch CDs/DVDs, including mixed
    binary/source discs. Multi-arch discs should be bootable on those
    multiple arches, modulo boot-sector clashes. Extra support added
    in boot-i386 and boot-amd64 to make the 2 main arches happily
    co-exist.

  * Disc sizing is now much more intelligent - sizes are defined
    depending on the disk type chosen at the start, and discs are now
    filled exactly to those sizes while files are added rather than
    the old up-front guessing method. Equally, the metadata on the
    disc (Packages, Packages.gz, Sources, Sources.gz, md5sums.txt) is
    generated as much as possible while this is happening to make the
    sizing code incredibly accurate. Using this method of disc sizing
    means that customising discs should be much easier/safer - either
    add custom contents at the start and debian-cd will fill the
    remainder of the disc, or afterwards roll back the packages on the
    disc and add extras later.

  * Source is now treated as (almost) just another arch, with most of
    the special casing for source hidden internally. If asking for
    source-only discs, they will simply be built using all the
    available sources. If combined with other arches, the sources will
    automatically be chosen to match the binary packages. Meeting GPL
    requirements was never so easy!

  * Removed lots of old cruft to clean up the codebase:
    + non-US support
    + woody support
    + lots of old support scripts that have been made redundant
    + significantly simpler Makefile, much easier to follow
    + old boot-$ARCH.calc files for estimating boot-file sizes are now
      (obviously) obsolete and therefore gone
2006-12-07 23:09:01 +00:00
Colin Watson 7a843520eb * Include prep support on powerpc images again. 2006-12-04 10:30:40 +00:00
Steve McIntyre 3f2f6c11e3 Don't attempt to make ppc CDs bootable after #1 2006-11-27 09:43:10 +00:00
Steve McIntyre 38aa21763a * DEVEL BRANCH MERGE: Change mkisofs_opts usage: add a shell function
for the boot-$arch scripts to use rather than simply appending to the
    $N.mkisofs_opts file directly. Needed for forthcoming multi-arch
    support.
2006-11-27 02:15:29 +00:00
Steve McIntyre 6f101339c8 Add the build date/time into a few more places so people can see them
more easily; add the build time into the .disk/info file.
2006-11-26 22:42:02 +00:00
Colin Watson 83af20b93f cope with powerpc cdrom -> cdrom64 change 2006-08-29 14:09:19 +00:00
Frans Pop ba45622865 Fix URL to powerpc images 2006-06-24 12:31:04 +00:00
Frans Pop 20434539ca Wouter Verhelst has taken over daily d-i builds for powerpc 2006-06-23 20:50:42 +00:00
Colin Watson c017d3cf55 * Only tell mkisofs to use the prep initrd if it's available (which it
currently isn't for 2.6.16).
2006-04-27 14:05:22 +00:00
Frans Pop 0596978928 Colin Watson has taken over daily d-i builds for PowerPC 2006-03-28 16:23:04 +00:00
Colin Watson f315aecc40 use $DI_CODENAME in boot-powerpc rather than hardcoding sarge/etch 2005-10-18 08:27:19 +00:00
Sven Luther 3adf94038b Readded the bitness thingy, which got lost before i had svn access. 2005-09-20 17:26:10 +00:00
Sven Luther 5aaa17f9fc Better fix, which doesn't go over the net. 2005-09-20 15:10:06 +00:00
Sven Luther 25b483599a Now test not only if $DI_DIR is not empty, but also if it is a real dir.
This was not the case in the powerpc builds, and thus the build failed.
2005-09-20 14:55:36 +00:00
Sven Luther 75b9f25cc5 Added set -x to actually provide some visible info in the log about what is happening. Hopefully it will work this time. 2005-09-20 12:15:50 +00:00
Raphaël Hertzog 86b020552d Little fix committed for Sven Luther. 2005-09-19 14:12:28 +00:00
Joey Hess 46f282657d second half of sven's patch 2005-09-17 17:05:27 +00:00
Joey Hess fc0ae496b1 * Applied patch from Sven Luther which adds powerpc64 kernels to
the CDs, and adds IBM chrp boot files. Closes: #328274
* Remove Debian_sid task, which dates from before woody and should not be
  used.
2005-09-14 17:55:39 +00:00
Joey Hess d51a2cabd4 - Synced up all sarge changes to etch. 2005-06-10 21:45:45 +00:00
Santiago Garcia Mantinan d3ab791cdb Port to etch previous changes I commited for sarge. 2005-05-17 16:08:15 +00:00
Joey Hess 14988d1047 Add etch stuff. Mostly copied unchanged from sarge, with light edits.
Only enable the rescue isolinux targets for etch.

I hope at least some of the etch stuff (like tools/boot/etch) can be used
for the daily CD builds that build using d-i daily builds.
2005-05-05 16:15:44 +00:00