diff options
author | kevlo <kevlo@FreeBSD.org> | 2003-11-24 12:42:42 +0800 |
---|---|---|
committer | kevlo <kevlo@FreeBSD.org> | 2003-11-24 12:42:42 +0800 |
commit | 65d9e3c3adc15ecc756b325af44389e49ac152bd (patch) | |
tree | 8891ae0014e7453316c49139545c07f88e379886 /sysutils/livecd | |
parent | 881396eca8eb9f6da0eea37660434ce93dc37dcf (diff) | |
download | freebsd-ports-gnome-65d9e3c3adc15ecc756b325af44389e49ac152bd.tar.gz freebsd-ports-gnome-65d9e3c3adc15ecc756b325af44389e49ac152bd.tar.zst freebsd-ports-gnome-65d9e3c3adc15ecc756b325af44389e49ac152bd.zip |
Update to 1.2.4
PR: 59627
Submitted by: MAINTAINER
Diffstat (limited to 'sysutils/livecd')
-rw-r--r-- | sysutils/livecd/Makefile | 4 | ||||
-rw-r--r-- | sysutils/livecd/distinfo | 2 | ||||
-rw-r--r-- | sysutils/livecd/pkg-descr | 5 |
3 files changed, 5 insertions, 6 deletions
diff --git a/sysutils/livecd/Makefile b/sysutils/livecd/Makefile index 96978967c296..2dbcc9baf9e1 100644 --- a/sysutils/livecd/Makefile +++ b/sysutils/livecd/Makefile @@ -6,14 +6,14 @@ # PORTNAME= livecd -PORTVERSION= 1.2.3 +PORTVERSION= 1.2.4 CATEGORIES= sysutils MASTER_SITES= http://www.primeirospassos.org/ MAINTAINER= ebrandi.home@uol.com.br COMMENT= Tool Set to create custom FreeBSD LiveCD -RUN_DEPENDS= mkisofs:${PORTSDIR}/sysutils/mkisofs +#RUN_DEPENDS= mkisofs:${PORTSDIR}/sysutils/mkisofs USE_REINPLACE= yes NO_BUILD= yes diff --git a/sysutils/livecd/distinfo b/sysutils/livecd/distinfo index ad33285aed68..a223df17ae63 100644 --- a/sysutils/livecd/distinfo +++ b/sysutils/livecd/distinfo @@ -1 +1 @@ -MD5 (livecd-1.2.3.tar.gz) = f2b87ecbe01a8f2421f9a13748ba63fb +MD5 (livecd-1.2.4.tar.gz) = 3913e56b3f96ce4290e73c807fb4c037 diff --git a/sysutils/livecd/pkg-descr b/sysutils/livecd/pkg-descr index 9cb66a28dafa..a4062b9b8bc7 100644 --- a/sysutils/livecd/pkg-descr +++ b/sysutils/livecd/pkg-descr @@ -4,21 +4,20 @@ 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/ + +Edson Brandi <ebrandi@fugspbr.org> |