diff options
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/mksunbootcd/Makefile | 18 | ||||
-rw-r--r-- | sysutils/mksunbootcd/files/md5 | 3 | ||||
-rw-r--r-- | sysutils/mksunbootcd/pkg/COMMENT | 1 | ||||
-rw-r--r-- | sysutils/mksunbootcd/pkg/DESCR | 13 | ||||
-rw-r--r-- | sysutils/mksunbootcd/pkg/PLIST | 4 |
5 files changed, 39 insertions, 0 deletions
diff --git a/sysutils/mksunbootcd/Makefile b/sysutils/mksunbootcd/Makefile new file mode 100644 index 00000000000..a4616cb654a --- /dev/null +++ b/sysutils/mksunbootcd/Makefile @@ -0,0 +1,18 @@ +# $NetBSD: Makefile,v 1.1.1.1 2000/03/25 16:38:54 dmcmahill Exp $ +# + +DISTNAME= mksunbootcd-19990513 +CATEGORIES= sysutils +MASTER_SITES= ${MASTER_SITE_LOCAL} + +MAINTAINER= dmcmahill@netbsd.org +HOMEPAGE= http://www.netbsd.org + +ONLY_FOR_PLATFORM= NetBSD-*-sparc + +do-install: + ${INSTALL_PROGRAM} ${WRKSRC}/mksunbootcd ${PREFIX}/sbin + ${INSTALL_MAN} ${WRKSRC}/mksunbootcd.1 ${PREFIX}/man/man8/mksunbootcd.8 + ${INSTALL_MAN} ${WRKSRC}/mksunbootcd.cat1 ${PREFIX}/man/cat8/mksunbootcd.0 + +.include "../../mk/bsd.pkg.mk" diff --git a/sysutils/mksunbootcd/files/md5 b/sysutils/mksunbootcd/files/md5 new file mode 100644 index 00000000000..6c86768572e --- /dev/null +++ b/sysutils/mksunbootcd/files/md5 @@ -0,0 +1,3 @@ +$NetBSD: md5,v 1.1.1.1 2000/03/25 16:38:54 dmcmahill Exp $ + +MD5 (mksunbootcd-19990513.tar.gz) = e402f20cd2f1c481462ced4cc1392232 diff --git a/sysutils/mksunbootcd/pkg/COMMENT b/sysutils/mksunbootcd/pkg/COMMENT new file mode 100644 index 00000000000..24aa72dc413 --- /dev/null +++ b/sysutils/mksunbootcd/pkg/COMMENT @@ -0,0 +1 @@ +combines filesystems for Sun computers to make bootable CD-ROM images diff --git a/sysutils/mksunbootcd/pkg/DESCR b/sysutils/mksunbootcd/pkg/DESCR new file mode 100644 index 00000000000..6a4cf9c2866 --- /dev/null +++ b/sysutils/mksunbootcd/pkg/DESCR @@ -0,0 +1,13 @@ +The mksunbootcd program combines filesystem partitions for Sun Microsys- +tems, Inc. computers into an image suitable for writing to a compact +disc, that will allow the disc to be booted on the sun3, sun3x, sun4, +sun4c, sun4m and sun4u platforms. This hardware is supported by the +NetBSD sparc, sparc64 and sun3 ports. The architecture arguments above +must be the bootable filesystem images for the named architecture. +filesystem is typically an iso9660 filesystem, see mount_cd9660(8) for +details, but can be any type as long as the first 512 bytes of the image +are not used. This image is modified, and the additional partitions +added after this partition, in order. If any architecture image is miss- +ing, that partition is not used. If a disc with sun4 and sun4m support +only was to be created, a dummy image would need to be in place for +sun4c. diff --git a/sysutils/mksunbootcd/pkg/PLIST b/sysutils/mksunbootcd/pkg/PLIST new file mode 100644 index 00000000000..22ac2b614b8 --- /dev/null +++ b/sysutils/mksunbootcd/pkg/PLIST @@ -0,0 +1,4 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2000/03/25 16:38:54 dmcmahill Exp $ +sbin/mksunbootcd +man/man8/mksunbootcd.8 +man/cat8/mksunbootcd.0 |