1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-22 20:41:26 +00:00

Add cdroot: a utility for automating the creation of a full FreeBSD

installation on a bootable CD-ROM.  Current version is 1.2.2.
This commit is contained in:
Brian S. Dean 2002-08-09 01:37:33 +00:00
parent 371be82174
commit 2e3cd438bc
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=64263
6 changed files with 34 additions and 0 deletions

View File

@ -22,6 +22,7 @@
SUBDIR += bubblemon-dockapp
SUBDIR += cd-write
SUBDIR += cd9660_unicode
SUBDIR += cdroot
SUBDIR += cdrtools
SUBDIR += cfengine
SUBDIR += cfengine2

16
sysutils/cdroot/Makefile Normal file
View File

@ -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>

1
sysutils/cdroot/distinfo Normal file
View File

@ -0,0 +1 @@
MD5 (cdroot-1.2.2.tar.gz) = 251b22eeb78f3dc46bbfdcc52d404964

View File

@ -0,0 +1 @@
Scipts to automate setting up a bootable CD-ROM based FreeBSD system

View File

@ -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.

View File

@ -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