~xubuntu-dev/debian-cd/xubuntu-base

« back to all changes in this revision

Viewing changes to CONF.sh

  • Committer: Loic Minier
  • Date: 2009-04-03 13:39:21 UTC
  • mto: This revision was merged to the branch mainline in revision 1388.
  • Revision ID: lool@antimony-20090403133921-708ffyoc6os6kokk
replace CDIMAGE_VFAT= with IMAGE_FORMAT= (either vfat or iso)

Show diffs side-by-side

added added

removed removed

Lines of Context:
312
312
# package on the CD.  The default is 'true'.
313
313
export NOSUGGESTS=1
314
314
 
 
315
# Image format:
 
316
# vfat = Output an image in VFAT format (.img)
 
317
# iso  = Output an image in ISO 9660 format (.iso)
 
318
if [ -z "$IMAGE_FORMAT" ]; then
 
319
  export IMAGE_FORMAT=iso
 
320
fi
 
321
 
315
322
# Produce jigdo files:
316
323
# 0/unset = Don't do jigdo at all, produce only the full iso image.
317
324
# 1 = Produce both the iso image and jigdo stuff.