diff options
author | bsd <bsd@FreeBSD.org> | 2002-08-09 01:37:33 +0000 |
---|---|---|
committer | bsd <bsd@FreeBSD.org> | 2002-08-09 01:37:33 +0000 |
commit | 8d7e029f248cb536df09f944a9c01a25477e7a36 (patch) | |
tree | 67f805784afde2ebdb7d82a8c5ad1dbd55505a54 /sysutils/cdroot | |
parent | 665e55585637b1079eef98eb6e6e2a672ddb2bb1 (diff) | |
download | FreeBSD-ports-8d7e029f248cb536df09f944a9c01a25477e7a36.zip FreeBSD-ports-8d7e029f248cb536df09f944a9c01a25477e7a36.tar.gz |
Add cdroot: a utility for automating the creation of a full FreeBSD
installation on a bootable CD-ROM. Current version is 1.2.2.
Diffstat (limited to 'sysutils/cdroot')
-rw-r--r-- | sysutils/cdroot/Makefile | 16 | ||||
-rw-r--r-- | sysutils/cdroot/distinfo | 1 | ||||
-rw-r--r-- | sysutils/cdroot/pkg-comment | 1 | ||||
-rw-r--r-- | sysutils/cdroot/pkg-descr | 7 | ||||
-rw-r--r-- | sysutils/cdroot/pkg-plist | 8 |
5 files changed, 33 insertions, 0 deletions
diff --git a/sysutils/cdroot/Makefile b/sysutils/cdroot/Makefile new file mode 100644 index 0000000..be316f6 --- /dev/null +++ b/sysutils/cdroot/Makefile @@ -0,0 +1,16 @@ +# New ports collection makefile for: cdroot +# Date created: 8 August 2002 +# Whom: Brian Dean <bsd@FreeBSD.org> +# +# $FreeBSD$ +# + +PORTNAME= cdroot +PORTVERSION= 1.2.2 +CATEGORIES= sysutils +MASTER_SITES= ${MASTER_SITE_LOCAL} +MASTER_SITE_SUBDIR= bsd + +MAINTAINER= bsd@FreeBSD.org + +.include <bsd.port.mk> diff --git a/sysutils/cdroot/distinfo b/sysutils/cdroot/distinfo new file mode 100644 index 0000000..fbfd1bf --- /dev/null +++ b/sysutils/cdroot/distinfo @@ -0,0 +1 @@ +MD5 (cdroot-1.2.2.tar.gz) = 251b22eeb78f3dc46bbfdcc52d404964 diff --git a/sysutils/cdroot/pkg-comment b/sysutils/cdroot/pkg-comment new file mode 100644 index 0000000..e309695 --- /dev/null +++ b/sysutils/cdroot/pkg-comment @@ -0,0 +1 @@ +Scipts to automate setting up a bootable CD-ROM based FreeBSD system diff --git a/sysutils/cdroot/pkg-descr b/sysutils/cdroot/pkg-descr new file mode 100644 index 0000000..035cb16 --- /dev/null +++ b/sysutils/cdroot/pkg-descr @@ -0,0 +1,7 @@ +This port automates the creation of a bootable CD-ROM which contains a +full FreeBSD installation. Also included is a script for installing a +FreeBSD release, as built by 'make release'. If desired, a floppy +disk with a /etc directory may be provided to supply system /etc +overrides allowing one to use the same CD image to boot multiple +systems, where each system's hostname, IP address, etc is contained on +a seperate floppy disk. See the README file for more information. diff --git a/sysutils/cdroot/pkg-plist b/sysutils/cdroot/pkg-plist new file mode 100644 index 0000000..e075818 --- /dev/null +++ b/sysutils/cdroot/pkg-plist @@ -0,0 +1,8 @@ +bin/mkcdroot +share/cdroot/README +share/cdroot/cdroot_initdisk +share/cdroot/cdroot_inst +share/cdroot/cdroot_mount +share/cdroot/cdroot_site_overrides.sample +share/cdroot/rc.replacement +@dirrm share/cdroot |