1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-23 04:23:08 +00:00

Add mksunbootcd 1.0, a program to make ISO images suitible to boot on

sparc systems.

PR:		24086
Submitted by:	Roman Shterenzon <roman@xpert.com>
This commit is contained in:
Will Andrews 2001-03-10 19:24:43 +00:00
parent de0889a11e
commit 7281bf7499
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=39454
6 changed files with 37 additions and 0 deletions

View File

@ -68,6 +68,7 @@
SUBDIR += mei
SUBDIR += memtest
SUBDIR += mkisofs
SUBDIR += mksunbootcd
SUBDIR += monitord
SUBDIR += muse
SUBDIR += no-login

View File

@ -0,0 +1,23 @@
# New ports collection makefile for: mksunbootcd
# Date Created: 5 Jan 2001
# Whom: Roman Shterenzon <roman@xpert.com>
#
# $FreeBSD$
#
PORTNAME= mksunbootcd
PORTVERSION= 1.0
CATEGORIES= sysutils
MASTER_SITES= ftp://ftp.netbsd.org/pub/NetBSD/misc/mksunbootcd/
MAINTAINER= roman@xpert.com
MAN1= mksunbootcd.1
GNU_CONFIGURE= yes
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/mksunbootcd ${PREFIX}/bin
${INSTALL_MAN} ${WRKSRC}/${MAN1} ${PREFIX}/man/man1
.include <bsd.port.mk>

View File

@ -0,0 +1 @@
MD5 (mksunbootcd-1.0.tar.gz) = edc50758db95aefa137d4ba235aa3dc1

View File

@ -0,0 +1 @@
Makes ISO images suitible to boot on sparc systems

View File

@ -0,0 +1,10 @@
mksunbootcd combines filesystem partitions for Sun Microsystems,
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.
See http://www.netbsd.org for more information on NetBSD.
WWW: http://www.netbsd.org/
Roman Shterenzon <roman@xpert.com>

View File

@ -0,0 +1 @@
bin/mksunbootcd