[BACK]Return to 2.1.conf CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / distrib / cdrom

Annotation of src/distrib/cdrom/2.1.conf, Revision 1.2

1.2     ! riz         1: # $NetBSD: 2.1.conf,v 1.1 2005/10/22 15:52:43 riz Exp $
1.1       riz         2: #
                      3: # Makefile fragment for CD sets; includes config information.
                      4:
                      5: ##############################################################################
                      6: # The names of the individual CD images, without ".iso".
                      7: # This also indicates the suffix of configuration variables later in this file
                      8: # which are CD-image specific.
                      9:
                     10: CD_IMAGES=     multi-cd1 multi-cd2 multi-cd3
                     11: CD_IMAGES+=    acorn26cd acorn32cd algorcd alphacd amd64cd amigacd arccd
                     12: CD_IMAGES+=    ataricd catscd cesficcd cobaltcd dreamcastcd evbarmcd
                     13: CD_IMAGES+=    evbmips-mipsebcd evbmips-mipselcd evbppccd evbsh3-sh3ebcd
                     14: CD_IMAGES+=    evbsh3-sh3elcd evbsh5-sh5elcd hp300cd hpcarmcd hpcmipscd hpcshcd
                     15: CD_IMAGES+=    i386cd ibmnwscd luna68kcd mac68kcd macppccd mipscocd mmeyecd
                     16: CD_IMAGES+=    mvmeppccd mvme68kcd netwindercd news68kcd newsmipscd next68kcd
                     17: CD_IMAGES+=    ofppccd pmaxcd pmppccd prepcd sandpointcd sbmips-mipsebcd
                     18: CD_IMAGES+=    sbmips-mipselcd sgimipscd sharkcd sourcecd sparccd sparc64cd
                     19: CD_IMAGES+=    sun2cd sun3cd vaxcd x68kcd
                     20:
                     21: ##############################################################################
                     22: # The maximum size of an individual CD.
                     23:
                     24: CD_SIZE=       700000
                     25:
                     26: ##############################################################################
                     27: # The NetBSD release being packaged on this CD set.  This also implies
                     28: # inclusion of a config file for that release, named NetBSD-${CD_RELEASE}.mk.
                     29: # That file defines the various per-port specifics for that release.
                     30:
                     31: CD_RELEASE=    2.1
                     32:
                     33: ##############################################################################
                     34: # The CD volume IDs for each CD-ROM image.  This will show up as the
                     35: # "volume label" on most operating systems.  This is REQUIRED for each image.
                     36: # Typically only 16 characters should be used for maximum OS compatibility.
                     37:
                     38: .for image in ${CD_IMAGES}
                     39: VOLID.${image}=        NetBSD ${CD_RELEASE} CD ${image:S/^cd//}
                     40: .endfor
                     41:
                     42: # The "abstract file" name.  If there is a file in the CD root describing
                     43: # use of the CD or booting info, this may be useful to some OS's.
                     44:
                     45: #.for image in ${CD_IMAGES}
                     46: #ABSTRACT.${image}=    booting.txt
                     47: #.endfor
                     48:
                     49: # The "copyright file" name.  If there is a file in the CD root describing
                     50: # the copyright of the contained files, this may be useful to some OS's.
                     51: # This usually needs ADDFILES to go along with it.
                     52:
                     53: #.for image in ${CD_IMAGES}
                     54: #COPYRIGHT.${image}=   copyrght.txt
                     55: #ADDFILES.${image}+=   copyrght.txt:${.CURDIR}/extra/copyright.txt,link
                     56: #.endfor
                     57:
                     58: # The "publisher name" field on the CD-ROM.  Room for 128 characters.
                     59:
                     60: PUBLISHER=             The NetBSD Foundation, Inc. / http://www.NetBSD.org/
                     61:
                     62: # The "preparer name" field on the CD-ROM.  Room for 128 characters.
                     63:
                     64: PREPARER=              NetBSD CD Build System
                     65:
                     66: ##############################################################################
                     67: # The ports for which the base OS binaries will be included.
                     68: # MACHINE_ARCH shared distribution directories and the "ALL" shared
                     69: # distribution directory are added automatically where needed.
                     70: #
                     71: # The following ports, if included, will be bootable on their respective
                     72: # CD images:
                     73: #
                     74: #     alpha, amd64, cats, i386, macppc, pmax, sparc, sparc64, sun3, vax.
                     75: #
                     76: # Special notes on booting:
                     77: #
                     78: # * macppc and mac68k will cause the inclusion of HFS partition and
                     79: #   filesystem info on the CD, with automatic MacBinary probing and encoding.
                     80: #
                     81: # * macppc cannot boot on the same disc as either pmax or vax.
                     82: #   macppc uses the same locations in block 0 to store boot
                     83: #   information as pmax and vax.
                     84: #   This will cause a warning in the build, and macppc will override.
                     85: #
                     86: # * sparc64 cannot boot using default boot arguments on the same disc as
                     87: #   the sun3x model of sun3.  These platforms use the same partitions
                     88: #   in the Sun boot map by default.  This will cause a warning in the build,
                     89: #   and sparc64 machines will have to boot with "boot cdrom:g" instead of
                     90: #   "boot cdrom".
                     91:
                     92: BASE_PORTS.multi-cd1=  i386 macppc sparc sparc64
                     93:
                     94: BASE_PORTS.multi-cd2= alpha \
                     95:                amiga atari mac68k next68k sun3
                     96:
                     97: BASE_PORTS.multi-cd3= amd64 \
1.2     ! riz        98:                cobalt hpcmips pmax sgimips vax
1.1       riz        99:
                    100: BASE_PORTS.acorn26cd=acorn26
                    101: BASE_PORTS.acorn32cd=acorn32
                    102: BASE_PORTS.algorcd=algor
                    103: BASE_PORTS.alphacd=alpha
                    104: BASE_PORTS.amd64cd=amd64
                    105: BASE_PORTS.amigacd=amiga
                    106: BASE_PORTS.arccd=arc
                    107: BASE_PORTS.ataricd=atari
                    108: BASE_PORTS.catscd=cats
                    109: BASE_PORTS.cesficcd=cesfic
                    110: BASE_PORTS.cobaltcd=cobalt
                    111: BASE_PORTS.dreamcastcd=dreamcast
                    112: BASE_PORTS.evbarmcd=evbarm
                    113: BASE_PORTS.evbmips-mipsebcd=evbmips-mipseb
                    114: BASE_PORTS.evbmips-mipselcd=evbmips-mipsel
                    115: BASE_PORTS.evbsh3-sh3ebcd=evbsh3-sh3eb
                    116: BASE_PORTS.evbsh3-sh3elcd=evbsh3-sh3el
                    117: BASE_PORTS.evbsh5-sh5elcd=evbsh5-sh5el
                    118: BASE_PORTS.hp300cd=hp300
                    119: BASE_PORTS.hpcarmcd=hpcarm
                    120: BASE_PORTS.hpcmipscd=hpcmips
                    121: BASE_PORTS.hpcshcd=hpcsh
                    122: BASE_PORTS.i386cd=i386
                    123: BASE_PORTS.ibmnwscd=ibmnws
                    124: BASE_PORTS.luna68kcd=luna68k
                    125: BASE_PORTS.mac68kcd=mac68k
                    126: BASE_PORTS.macppccd=macppc
                    127: BASE_PORTS.mipscocd=mipsco
                    128: BASE_PORTS.mmeyecd=mmeye
                    129: BASE_PORTS.mvme68kcd=mvme68k
                    130: BASE_PORTS.mvmeppccd=mvmeppc
                    131: BASE_PORTS.netwindercd=netwinder
                    132: BASE_PORTS.news68kcd=news68k
                    133: BASE_PORTS.newsmipscd=newsmips
                    134: BASE_PORTS.next68kcd=next68k
                    135: BASE_PORTS.ofppccd=ofppc
                    136: BASE_PORTS.pmaxcd=pmax
                    137: BASE_PORTS.pmppccd=pmppc
                    138: BASE_PORTS.prepcd=prep
                    139: BASE_PORTS.sandpointcd=sandpoint
                    140: BASE_PORTS.sbmips-mipsebcd=sbmips-mipseb
                    141: BASE_PORTS.sbmips-mipselcd=sbmips-mipsel
                    142: BASE_PORTS.sgimipscd=sgimips
                    143: BASE_PORTS.sharkcd=shark
                    144: BASE_PORTS.sourcecd=source
                    145: BASE_PORTS.sparccd=sparc
                    146: BASE_PORTS.sparc64cd=sparc64
                    147: BASE_PORTS.sun2cd=sun2
                    148: BASE_PORTS.sun3cd=sun3
                    149: BASE_PORTS.vaxcd=vax
                    150: BASE_PORTS.x68kcd=x68k
                    151:
                    152: .for image in ${CD_IMAGES}
                    153: #INTDIRS.${image}+=    packages
                    154: BASE_PORTS.${image}+=  CHANGES CHANGES-2.0 CHANGES-2.1 CHANGES.prev \
                    155:        LAST_MINUTE README.files
                    156: .endfor
                    157:
                    158: ##############################################################################
                    159: # These provide additional functionality to some host OS's that may or may
                    160: # not be desired in some cases.  Uncomment to enable, or comment out to
                    161: # disable.
                    162:
                    163: # USE_ROCK_RIDGE adds -r to mkisofs to use full Un*x style pathnames and
                    164: # permissions.  For most situations, this is needed.
                    165:
                    166: USE_ROCK_RIDGE=        yes
                    167:
                    168: # USE_LONG_NAMES adds -l to mkisofs to use full 32-character ISO-9660 names.
                    169: # This allows some host OS's, particularly AmigaDOS, the ability to see long
                    170: # filenames in most cases.
                    171:
                    172: USE_LONG_NAMES=        yes
                    173:
                    174: # USE_TRANS_TBL adds -T to mkisofs to provide long names through the use of
                    175: # TRANS.TBL translation table files.  (These will automatically be hidden
                    176: # from Joliet and HFS trees.)  Typically this is not used in conjunction
                    177: # with USE_LONG_NAMES, but may be used if names still exceed 32 characters.
                    178:
                    179: #USE_TRANS_TBL=        yes
                    180:
                    181: # USE_JOLIET adds -J to mkisofs to provide Joliet long filename support for
                    182: # Microsoft Windows OS's
                    183:
                    184: USE_JOLIET=    yes
                    185:
                    186: # USE_APPLE_ISO adds -apple to mkisofs to provide the Apple ISO-9660
                    187: # Extensions.  This gives full MacOS attribute information to files without
                    188: # the overhead of full HFS.  (A disc that is forced into HFS mode by the
                    189: # presence of mac68k or macppc will use HFS, not the Apple ISO Extensions.)
                    190:
                    191: USE_APPLE_ISO= yes
                    192:
                    193: # LOG_MKISOFS causes the mkisofs command to be logged in "extra verbose"
                    194: # mode (-v -v) to the image filename with .log appended.
                    195:
                    196: #LOG_MKISOFS=  yes
                    197:
                    198: ##############################################################################
                    199: # "Easter egg" file.  If this option is present, the standard 32k end padding
                    200: # is replaced by a message in this file (no more than 16k), padded to 32k
                    201: # with null bytes.
                    202:
                    203: #EASTER_EGG=   ${.CURDIR}/extra/egg.txt
                    204:
                    205: ##############################################################################

CVSweb <webmaster@jp.NetBSD.org>