diff options
author | lioux <lioux@FreeBSD.org> | 2002-06-26 23:15:48 +0000 |
---|---|---|
committer | lioux <lioux@FreeBSD.org> | 2002-06-26 23:15:48 +0000 |
commit | ba576cda812aa64e2c6dcf5fcf707703418ccc20 (patch) | |
tree | 0bef65338796ef4faac46dcb7a3c38872d642cda /sysutils | |
parent | 73a30cedadff8fd30603c23811c3743d810feded (diff) | |
download | FreeBSD-ports-ba576cda812aa64e2c6dcf5fcf707703418ccc20.zip FreeBSD-ports-ba576cda812aa64e2c6dcf5fcf707703418ccc20.tar.gz |
New port livecd version 1.2.2: Tool Set to create custom FreeBSD
LiveCD
PR: 39870
Submitted by: Edson Brandi <ebrandi.home@uol.com.br>
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/Makefile | 1 | ||||
-rw-r--r-- | sysutils/livecd/Makefile | 28 | ||||
-rw-r--r-- | sysutils/livecd/distinfo | 1 | ||||
-rw-r--r-- | sysutils/livecd/pkg-comment | 1 | ||||
-rw-r--r-- | sysutils/livecd/pkg-descr | 24 | ||||
-rw-r--r-- | sysutils/livecd/pkg-plist | 28 |
6 files changed, 83 insertions, 0 deletions
diff --git a/sysutils/Makefile b/sysutils/Makefile index c91e421..8921f21 100644 --- a/sysutils/Makefile +++ b/sysutils/Makefile @@ -94,6 +94,7 @@ SUBDIR += lcdproc SUBDIR += lfm SUBDIR += libretto-config + SUBDIR += livecd SUBDIR += lmmon SUBDIR += log_analysis SUBDIR += logmon diff --git a/sysutils/livecd/Makefile b/sysutils/livecd/Makefile new file mode 100644 index 0000000..08b8c6f --- /dev/null +++ b/sysutils/livecd/Makefile @@ -0,0 +1,28 @@ +# New ports collection makefile for: FreeBSD LiveCD +# Date created: Wed Jun 26 21:40:01 UTC 2002 +# Whom: Edson Brandi <ebrandi.home@uol.com.br> et al +# +# $FreeBSD$ +# + +PORTNAME= livecd +PORTVERSION= 1.2.2 +CATEGORIES= sysutils +MASTER_SITES= http://www.primeirospassos.org/ \ + http://www.fugspbr.org/ \ + http://www2.fugspbr.org/ + +MAINTAINER= ebrandi.home@uol.com.br + +RUN_DEPENDS= mkisofs:${PORTSDIR}/sysutils/mkisofs + +USE_REINPLACE= yes +NO_BUILD= yes +MAKE_ENV= INSTALL_DATA="${INSTALL_DATA}" \ + INSTALL_SCRIPT="${INSTALL_SCRIPT}" + +post-patch: + @${REINPLACE_CMD} -E -e 's|/usr/local/|${PREFIX}|' \ + ${WRKSRC}/Makefile + +.include <bsd.port.mk> diff --git a/sysutils/livecd/distinfo b/sysutils/livecd/distinfo new file mode 100644 index 0000000..407f9c0 --- /dev/null +++ b/sysutils/livecd/distinfo @@ -0,0 +1 @@ +MD5 (livecd-1.2.2.tar.gz) = b73d0dde44cde3ea110dcf36a970da81 diff --git a/sysutils/livecd/pkg-comment b/sysutils/livecd/pkg-comment new file mode 100644 index 0000000..7daa8e7 --- /dev/null +++ b/sysutils/livecd/pkg-comment @@ -0,0 +1 @@ +Tool Set to create custom FreeBSD LiveCD diff --git a/sysutils/livecd/pkg-descr b/sysutils/livecd/pkg-descr new file mode 100644 index 0000000..9cb66a2 --- /dev/null +++ b/sysutils/livecd/pkg-descr @@ -0,0 +1,24 @@ +The FreeBSD LiveCD Tool Set main goal is allowing one to generate +custom FreeBSD Live CDs. FreeBSD LiveCD was born as a Brazilian +FreeBSD User Group (www.fugspbr.org) project. The objective was to +create a tool that would allow us a safe diagnostic method under +emergency enviroments and specially as a rescue disk where FreeBSD +partitions could only be accessed (mounted) externally. + +What is LiveCD? Its such a simple answer, it is nothing but a set +of patches applied to the FreeBSD Initialization files allowing the +system to run from a CDROM, setting the best way to either mount +under Memory File System (MFS) or Virtual Nodes (vnodes) those +filesystems that need Write and Read access. Slices that just need +Read access are still run from the CD. + +Can I use it to install FreeBSD? Yes, with recent revision 1.2, it +can install a FreeBSD system without any other disks. It also support +batch operation mode for automated installation processes. + +Is LiveCD any different from an ordinarily installed FreeBSD system? +It is a completely functional FreeBSD system just like any ordinarily +installed one. You will be able to both run any applications and +mount any filesystems as any FreeBSD system would allow you. + +WWW: http://livecd.sourceforge.net/ diff --git a/sysutils/livecd/pkg-plist b/sysutils/livecd/pkg-plist new file mode 100644 index 0000000..66263a1 --- /dev/null +++ b/sysutils/livecd/pkg-plist @@ -0,0 +1,28 @@ +livecd/CHANGELOG.TXT +livecd/README.download.english +livecd/README.english +livecd/README.english.new_struc +livecd/README.portugues +livecd/files/LIVECD.raiz.dist +livecd/files/boot.catalog +livecd/files/fstab +livecd/files/fstab.install +livecd/files/motd +livecd/files/patch_generic +livecd/files/patch_rc +livecd/files/rc.conf +livecd/files/rc.live_Br +livecd/files/rc.live_En +livecd/lang/install_Br +livecd/lang/install_En +livecd/lang/livecd_Br +livecd/lang/livecd_En +livecd/lang/vnodes_Br +livecd/lang/vnodes_En +livecd/livecd.sh +livecd/scripts/create_vnodes.sh +livecd/scripts/install_freebsd.sh +@dirrm livecd/scripts +@dirrm livecd/lang +@dirrm livecd/files +@dirrm livecd |