~tsimonq2/debian-cd/lubuntu-cosmic-changes

« back to all changes in this revision

Viewing changes to CONF.sh

  • Committer: Arch Librarian
  • Date: 2005-03-22 00:47:41 UTC
  • Revision ID: Arch-1:debian-cd@arch.ubuntu.com%debian-cd--MAIN--0--patch-29
Initial revision
Author: aph
Date: 1999-11-11 17:10:38 GMT
Initial revision

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#
 
2
# This file will have to be sourced where needed
 
3
#
 
4
 
 
5
# The YACS dir
 
6
# Where I am (hoping I'm in the yacs dir)
 
7
export BASEDIR=`pwd`
 
8
 
 
9
# Building potato cd set ...
 
10
export CODENAME=potato
 
11
 
 
12
# ... for arch  
 
13
export ARCH=i386
 
14
 
 
15
# Paths to the mirrors
 
16
export MIRROR=/ftp/debian
 
17
# Comment the following line if you don't have/want non-US
 
18
export NONUS=/ftp/debian-non-US
 
19
 
 
20
# Path of the temporary directory
 
21
export TDIR=/ftp/tmp
 
22
 
 
23
# Path where the images will be written
 
24
export OUT=/rack/debian-cd
 
25
 
 
26
# Do I want to have NONFREE
 
27
# export NONFREE=1
 
28
 
 
29
# Sparc only : bootdir (location of cd.b and second.b)
 
30
#export BOOTDIR=
 
31
 
 
32
# Symlink farmers should uncomment this line :
 
33
#export SYMLINK=1
 
34
 
 
35
# Options
 
36
#export MKISOFS=/usr/bin/mkhybrid
 
37
#export MKISOFS_OPTS="-a -r -T"      #For normal users
 
38
#export MKISOFS_OPTS="-a -r -F -T"   #For symlink farmers