~ubuntu-branches/ubuntu/wily/debian-cd/wily

« back to all changes in this revision

Viewing changes to CONF.sh

  • Committer: Bazaar Package Importer
  • Author(s): Steve McIntyre, Frans Pop, Otavio Salvador, Steve McIntyre
  • Date: 2009-02-12 09:13:24 UTC
  • Revision ID: james.westby@ubuntu.com-20090212091324-5g5frjh4te5d9ikb
Tags: 3.1.1
[ Frans Pop ]
* sparc: remove bogus default "append=cdrom" line from silo.conf template.
* sparc: ensure the default 'install' option also gets KERNEL_PARAMS set.
* start_new_disc: fix a typo so that DISC_PKG_HOOK might work. Thanks to
  Jonathan Hall for the patch. Closes: #513421
* boot-x86: drop support for no longer really useful ISOLINUX_DEFAULT
  environment variable (see #512303 for discussion).
* x86: clean up compatibility code that was needed for D-I Lenny RC1
  isolinux configuration files.

[ Otavio Salvador ]
* do not exclude libaio1-udeb from CDs.

[ Steve McIntyre ]
* Merge patches from Jonathan Hall:
  + Add better support for extra components, improve non-i386 mirror
    support (Closes: 514237)
  + tools/update_tasks no longer assumes i386 for all builds (Closes: #513497)
  + tools/which_deb no longer assumes i386 for all builds (Closes: #513498)
* For source-only builds, don't do any task updates as they're not
  useful anyway.
* Last high-urgency upload, ready for Lenny!

Show diffs side-by-side

added added

removed removed

Lines of Context:
48
48
unset SPLASHPNG         || true
49
49
unset OMIT_MANUAL        || true
50
50
unset OMIT_RELEASE_NOTES || true
51
 
unset OMIT_DOC_TOOLS     || true
 
51
unset OMIT_DOC_TOOLS     || true
52
52
 
53
53
# The debian-cd dir
54
54
# Where I am (hoping I'm in the debian-cd dir)