Bring closer to reality with the 1.5 release.
This commit is contained in:
parent
15f4f5b358
commit
46096fe628
@ -1,4 +1,4 @@
|
||||
# $NetBSD: example.conf,v 1.2 2000/11/29 19:56:19 tv Exp $
|
||||
# $NetBSD: example.conf,v 1.3 2000/11/30 21:28:32 tv Exp $
|
||||
#
|
||||
# Makefile fragment for CD sets; includes config information.
|
||||
|
||||
@ -29,8 +29,6 @@ VOLID.cd2= NetBSD ${CD_RELEASE} CD 2
|
||||
|
||||
#ABSTRACT.cd1= booting.txt
|
||||
#ABSTRACT.cd2= booting.txt
|
||||
#ADDFILES.cd1= booting.txt:${.CURDIR}/extra/booting-cd1.txt,link
|
||||
#ADDFILES.cd2= booting.txt:${.CURDIR}/extra/booting-cd2.txt,link
|
||||
|
||||
# The "copyright file" name. If there is a file in the CD root describing
|
||||
# the copyright of the contained files, this may be useful to some OS's.
|
||||
@ -43,7 +41,7 @@ VOLID.cd2= NetBSD ${CD_RELEASE} CD 2
|
||||
|
||||
# The "publisher name" field on the CD-ROM. Room for 128 characters.
|
||||
|
||||
#PUBLISHER= The NetBSD Foundation, Inc. / http://www.netbsd.org/
|
||||
PUBLISHER= The NetBSD Foundation, Inc. / http://www.netbsd.org/
|
||||
|
||||
# The "preparer name" field on the CD-ROM. Room for 128 characters.
|
||||
|
||||
@ -85,11 +83,16 @@ PREPARER= NetBSD CD Build System
|
||||
# mipsel ports:
|
||||
# arc cobalt hpcmips pmax
|
||||
|
||||
BASE_PORTS.cd1= i386 arm32 macppc pc532 sparc sparc64 source patches
|
||||
BASE_PORTS.cd1= i386 arm32 macppc pc532 sparc sparc64 source
|
||||
|
||||
BASE_PORTS.cd2= amiga atari hp300 mac68k mvme68k news68k next68k sun3 \
|
||||
arc cobalt hpcmips pmax alpha vax
|
||||
|
||||
.for image in cd1 cd2
|
||||
#INTDIRS.${image}+= packages
|
||||
BASE_PORTS.${image}+= CHANGES CHANGES.prev LAST_MINUTE MIRRORS README.files
|
||||
.endfor
|
||||
|
||||
##############################################################################
|
||||
# These provide additional functionality to some host OS's that may or may
|
||||
# not be desired in some cases. Uncomment to enable, or comment out to
|
||||
@ -104,14 +107,14 @@ USE_ROCK_RIDGE= yes
|
||||
# This allows some host OS's, particularly AmigaDOS, the ability to see long
|
||||
# filenames in most cases.
|
||||
|
||||
#USE_LONG_NAMES= yes
|
||||
USE_LONG_NAMES= yes
|
||||
|
||||
# USE_TRANS_TBL adds -T to mkisofs to provide long names through the use of
|
||||
# TRANS.TBL translation table files. (These will automatically be hidden
|
||||
# from Joliet and HFS trees.) Typically this is not used in conjunction
|
||||
# with USE_LONG_NAMES, but may be used if names still exceed 32 characters.
|
||||
|
||||
USE_TRANS_TBL= yes
|
||||
#USE_TRANS_TBL= yes
|
||||
|
||||
# USE_JOLIET adds -J to mkisofs to provide Joliet long filename support for
|
||||
# Microsoft Windows OS's
|
||||
@ -123,7 +126,7 @@ USE_JOLIET= yes
|
||||
# the overhead of full HFS. (A disc that is forced into HFS mode by the
|
||||
# presence of mac68k or macppc will use HFS, not the Apple ISO Extensions.)
|
||||
|
||||
#USE_APPLE_ISO= yes
|
||||
USE_APPLE_ISO= yes
|
||||
|
||||
##############################################################################
|
||||
# "Easter egg" file. If this option is present, the standard 32k end padding
|
||||
|
Loading…
Reference in New Issue
Block a user