Commit Graph

26 Commits

Author SHA1 Message Date
Steve McIntyre 4b512541d8 Make sure the DEBIAN_KERNEL placeholder in README.* is replaced;
switch from cpp to sed for that so it works inside quoted
text. Closes: #699198
2013-01-29 18:22:44 +00:00
Steve McIntyre 8ac07a76fd Describe discs appropriately depending on the kernel used.
Closes: #673975
2012-05-30 07:35:23 +00:00
cd-builder user 2b26169add make sure FORCE_FIRMWARE has a value for use in README.html.in 2010-07-08 10:34:09 +00:00
Steve McIntyre b9c25ca204 * Add support for forcing firmware packages onto CD#1:
+ Add "FORCE_FIRMWARE=1" to CONF.sh to turn this on
    + Will pick up on packages in the "firmware" task and install them
    + Will also add sym-links to them in CD1/firmware so that new d-i code
      can find them easily.
    + Will add a short sentence into README.html/README.txt
  * Add top-level control of which checksums are desired for output images
    see the CHECKSUMS setting in CONF.sh
  * Fix some bashisms in tools/apt-selection.
2010-05-27 00:52:25 +00:00
Raphaël Hertzog 8fd196b6b0 Add new OMIT_DOC_TOOLS option to work with (partial) mirrors lacking the
doc and tools directories.
2008-03-05 21:17:42 +00:00
Steve McIntyre 0cc7cac700 Don't fail if there are no CSS files or image files in data/${CODENAME} 2007-09-26 19:02:26 +00:00
Steve McIntyre 66e79adda2 a new look for README.html - CSS and new graphics 2007-09-25 16:08:49 +00:00
Otavio Salvador ee4fab7ef8 * Applied patch from Robert Millan <rmh@aybabtu.com> to fix image
generation with read-only mirrors. Closes: #441397.
2007-09-10 17:48:38 +00:00
Frans Pop fff66f0336 - Also export COMPLETE for use in the README file template
- Clean up: remove files for potato and woody release
2007-04-10 23:31:01 +00:00
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
Steve McIntyre 9bb616bedf Minor changes to README.html.in and generation of README.html: cope
with unofficial, official beta and official release CDs better. Let's
not repeat the sarge mistake. Closes: #312604
2006-10-05 23:08:09 +00:00
Steve McIntyre 5d2516c0cd Try to fix the "unofficial development version" bug on official CDs. 2006-08-20 22:31:19 +00:00
Steve McIntyre 388284a8c5 Updated tools/add-bin-doc to stop warnings when generating README.html
Re-add the kernel-headers packages to match kernel images.
2005-06-04 19:31:27 +00:00
Steve McIntyre 74ed0539fd Multiple changes before final release:
* Add release notes to CD#1 on full CD/DVD sets, and link them from
    README.html
  * Tweak the generated Release files to be "stable" rather than
    "testing"
  * Added Sven's patch: a pegasos forth boot script
2005-06-04 14:36:59 +00:00
Joey Hess 42a763d6e7 - Add OMIT_MANUAL variable, which can be set to 1 to drop the install
manual from small CDs to save space. We will probably be adding several
      new translations, and possibly PDFs, and that would use too much space
      on the small CDs.
    - Also make the README link to the manual on the Debian web site if
      OMIT_MANUAL=1.
    - Update the README to mention manual translations are available.
2005-03-03 02:03:45 +00:00
Joey Hess e9c6a241b2 remove README.non-US 2004-05-05 15:52:53 +00:00
Raphaël Hertzog 5be9dc670b - Remove debian-keyring.tar.gz from doc dir.
- Don't include Contents-$ARCH.gz on netinst/businesscard CDs.
2004-03-25 06:35:36 +00:00
Josip Rodin be3dd0c0b3 semicolons? who needs semicolons? (selfish indulgence. sorry. :) 2003-07-25 16:13:41 +00:00
Petter Reinholdtsen 6e49467d61 Make disk number available in tools/add-bin-doc. 2002-12-14 14:02:07 +00:00
Tollef Fog Heen 40c7cb2411 Patch courtesy of Petter Reinholdtsen, hand-applied because of conflicts.
- Preserve timestamps when copying files into the CDs
 - Make sure build.sh can run in -e (stop on error) mode
 - Report if packages needed by debootstrap is missing on a CD
 - Report how much space is reserved on each CD
 - Handle boot-floppy directories without documentation
2002-07-11 22:01:44 +00:00
Raphaël Hertzog 525819ce3d * Handle missing Contents file better.
* Prepare 2.2.12 release.
2002-01-20 14:37:56 +00:00
Anne Bezemer 966cf8eda6 * Redesigned and updated README to match new www.debian.org style. 2001-04-24 20:15:56 +00:00
Jim Westveer ce412c1c59 Workaround for no woody Contents-(ARCH) in non-US --jwest 2000-10-08 19:31:12 +00:00
Anne Bezemer 6b1816998c Get correct dedication.txt regardless of point release number. 2000-08-12 22:44:53 +00:00
Ben Collins df7986ecb8 Changes for the dedication aswell as a fix for sum/list generation in build_all.sh 2000-07-25 15:03:57 +00:00
Steve McIntyre 6ef81f9eb6 Added FORCENONUSONCD1 option - forces non-US packages/sources onto the
first CD where possible. We then make 2 copies of this, one with
non-US and one without. Useful for people wanting to create non-US and
US-safe CD sets without having to spend so much disk space.

Side-effects: The CD tress are now $(DIR)/CD<foo> instead of
$(DIR)/<foo>
2000-06-16 23:42:50 +00:00