Date: Wed, 4 Aug 2004 11:50:18 +0800 From: "Russell J. Wood" <rjw@open-cpp.net> To: freebsd-questions@freebsd.org Subject: Re: Can i make a CD of the Ports Collection Message-ID: <20040804035018.GA76985@main.open-cpp.net> In-Reply-To: <1091589404.4110551c8311a@arrowana.singnet.com.sg> References: <1091589404.4110551c8311a@arrowana.singnet.com.sg>
next in thread | previous in thread | raw e-mail | index | archive | help
--RnlQjJ0d97Da+TV1 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Yes, this could be done. First, create an ISO image of the directory with `mkisofs' (included in /usr/ports/sysutils/cdrtools): mkisofs -A ports -allow-lowercase -allow-multidot -f -no-cache-inodes -D -l= -J -o ports.iso -p peter -R -V ports /usr/ports Note: this will produce a non-standards compliant ISO image, but it will be= able to be read on both MS Windows and FreeBSD. Then, burn the image to CD using `burncd' (included in /usr/ports/sysutils/cdrtools): burncd -f /dev/acd0 -v -s <your_drive_speed> data ports.iso fixate When it's time to install, remove everything in `/usr/ports' (rm -r /usr/ports/*) and copy the burned data across. And, to finish it of, CVSup = the ports afterwards. - Russell On Wed, Aug 04, 2004 at 11:16:44AM +0800, Peter Ryan wrote: >I am very new, and have been reinstalling >FreeBSD many times to clean up whatever >mess i make and start again. > >I recently used cvsup to update my=20 >ports collection for the 4.10_RELEASE. > >Now, when I reinstall, it takes much longer >because i bring in the updated ports collection >rather than the ports collection on the >install CD (which i burnt from an ISO file) > >Is there some way to burn a cd (for me that >means under winXP) containing the latest=20 >ports collection so that I dont have to >download it each time. > >Or is there a better way of installing >with the latest ports collection. > >Are the ISO images updated with a new >ports collection very frequently ? > >Thanks for any pointers >Peter >_______________________________________________ >freebsd-questions@freebsd.org mailing list >http://lists.freebsd.org/mailman/listinfo/freebsd-questions >To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.or= g" --RnlQjJ0d97Da+TV1 Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (FreeBSD) iD8DBQFBEFz55WL5lrZ5g2cRAn3+AJ9KLsQn0oIWgBMi+/TQo/IMoskMKgCeJkWL eFnKEJgP2YZcrr/m5DewF4k= =PUbU -----END PGP SIGNATURE----- --RnlQjJ0d97Da+TV1--
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20040804035018.GA76985>