Subject: Re: Creating ISO CD ...
To: None <klint@klintcentral.net>
From: Izumi Tsutsui <tsutsui@ceres.dti.ne.jp>
List: port-macppc
Date: 10/07/2006 17:03:20
klint@klintcentral.net wrote:

> can somebody tell me if I'm right ?

You don't have to do it manually, just use Makefile:

# cd /usr/src/distrib/cdrom
# vi current.conf

  comment out CD_IMAGES+= foo-${ISO_RELEASE} lines except
  macppccd-${ISO_RELEASE} if you don't need others

# make RELEASE=current RSYNC_SITE=rsync://rsync.NetBSD.org/NetBSD-daily/HEAD/200609250000Z fetch

  of cource you have to change build date in the path appropriately.

  if you already have necessary release sets on your machine,
  maybe you could copy them manually to src/distrib/cdrom/download/ dir.

# make RELEASE=current

  then have fun.

---
Izumi Tsutsui