~ubuntu-branches/ubuntu/trusty/debian-cd/trusty-proposed

« back to all changes in this revision

Viewing changes to debian/CONF.sh

  • Committer: Bazaar Package Importer
  • Author(s): Steve McIntyre, Raphaël Hertzog, Steve McIntyre, Otavio Salvador, Didier Raboud
  • Date: 2011-03-04 14:56:50 UTC
  • Revision ID: james.westby@ubuntu.com-20110304145650-1l2okjaaw9kcnyx3
Tags: 3.1.6
[ Raphaël Hertzog ]
* Add the missing accent in my family name in Uploaders.
* Drop Frans Pop from Uploaders, RIP.

[ Steve McIntyre ]
* Start wheezy development, doing "svn cp squeeze wheezy" and
  "s/squeeze/wheezy/" in various places.
* Add support for over-riding disc size on demand, used for some of the
  squeeze release builds.
* Add disk size definitions for 1/2/4/8 GB USB sticks.
* Extend the size-override code to allow to override an individual disc
  in the set (e.g. to make the first DVD fit on a 4GB USB
  stick). Closes: #612074
* Special-case builds of source-only discs: if we think we've
  overflowed the disc size, try to carry on for a few more packages
  to get closer to actually filling the disc. Closes: #613751.
* Path to sparc daily builds has changed.
* armel hasn't booted off CD in ages for us; comment out the DI_WWW_HOME
  definition to stop the mirror script complaining.
* Add more checksum types to generated Release files; go from md5 only
  to md5, sha1, sha256 and sha512.
* tools/start_new_disc: tone down messages about missing
  {BASE,UDEB}_{INCLUDE,EXCLUDE} files from ERROR to WARNING.
  Closes: #615043

[ Otavio Salvador ]
* Add btrfs-tools on required packages by installer. Closes: #612007.

[ Didier Raboud ]
* Remove win32-loader standalone flavours from the tools/ directory on
  x86. Closes: #612224

Show diffs side-by-side

added added

removed removed

Lines of Context:
58
58
# Name of the distribution for the image filename (Defaults to 'debian')
59
59
# export CDNAME=debian
60
60
 
61
 
# Building squeeze cd set ...
62
 
export CODENAME=squeeze
 
61
# Building wheezy cd set ...
 
62
export CODENAME=wheezy
63
63
 
64
64
# By default use Debian installer packages from $CODENAME
65
65
if [ -z "$DI_CODENAME" ]; then
204
204
# DLDVD:             standard 8.5 GB dual-layer DVD
205
205
# BD:                standard 25 GB blu-ray
206
206
# DLBD:              standard 50 GB dual-layer blu-ray
 
207
# STICK1GB:          1GB USB stick or similar
 
208
# STICK2GB:          2GB USB stick or similar
 
209
# STICK4GB:          4GB USB stick or similar
 
210
# STICK8GB:          8GB USB stick or similar
207
211
# CUSTOM:            up to you - specify a size to go with it (in 2K blocks)
208
212
export DISKTYPE=CD
209
213
#export DISKTYPE=CUSTOM
210
214
#export CUSTOMSIZE=XXXX
 
215
# If you want to over-ride this choice (e.g. to make a larger version of a given disk),
 
216
# you can do the following:
 
217
# export FORCE_CD_SIZE=<type> to change all the sizes in a given run
 
218
# export FORCE_CD_SIZE1=<type> to change the size of disk 1 (only)
211
219
 
212
220
# List of languages for which language tasks from tasksel should be
213
221
# included. See tasks/README.tasksel for further info.