New port: sysutils/graphicboot

graphicboot starts the machines local X Window and displays
	the messages echoed during boot up while the rc script is
	setting up the operating system.

PR:		ports/83481
Submitted by:	Matthew Holder <sixxgate@hotmail.com>
This commit is contained in:
Edwin Groothuis 2005-10-16 06:19:38 +00:00
parent fc665b1884
commit 397d208a6c
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=145523
6 changed files with 77 additions and 0 deletions

View file

@ -205,6 +205,7 @@
SUBDIR += gpkgdep
SUBDIR += gpte
SUBDIR += graft
SUBDIR += graphicboot
SUBDIR += graveman
SUBDIR += growspd
SUBDIR += grub

View file

@ -0,0 +1,34 @@
# New ports collection makefile for: graphicboot
# Date created: 8 July 2005
# Whom: Matthew Holder <sixxgate@hotmail.com>
#
# $FreeBSD$
#
PORTNAME= graphicboot
PORTVERSION= 1.0
CATEGORIES= sysutils
MASTER_SITES= http://matt.sixxgate.com/files/
MAINTAINER= sixxgate@hotmail.com
COMMENT= Provides graphical X Window startup to FreeBSD during 'rc'
RUN_DEPENDS= xloadimage:${PORTSDIR}/x11/xloadimage
USE_MOTIF= yes
USE_BZIP2= yes
USE_IMAKE= yes
MAN1= graphicboot.1
MANCOMPRESSED= yes
.include <bsd.port.pre.mk>
.if ${OSVERSION} < 500000
BROKEN="The graphical boot requires rcorder which is only on FreeBSD 5 or greater."
.endif
post-install:
${CAT} pkg-message
.include <bsd.port.post.mk>

View file

@ -0,0 +1,2 @@
MD5 (graphicboot-1.0.tar.bz2) = 35f89a49e34ebebc094ff58726ce36af
SIZE (graphicboot-1.0.tar.bz2) = 31131

View file

@ -0,0 +1,8 @@
graphicboot starts the machines local X Window and displays the messages
echoed during boot up while the rc script is setting up the operating
system.
WWW: http://matt.sixxgate.com/
- Matthew Holder
sixxgate@hotmail.com

View file

@ -0,0 +1,21 @@
=========================================================
WARNING: This port port will start X during the startup.
Before adding the graphboot="YES" line to your rc.conf
file please test the port by running it in multi-user
mode. If you need to make any changes to the xorg.conf
file, please remember to leave the resolution at 640x480.
Please not that if you are using XDM or another display
manager for graphical logon, please edit its startup
script by adding the line at the beginning:
echo _XGB_EGB
This will cause the graphicboot to end before the
display manager starts.
To use graphicboot, simply add the line to your rc.conf
file:
graphicboot="YES"
=========================================================

View file

@ -0,0 +1,11 @@
bin/graphicboot
@cwd /etc/Xboot
Xserver
Xresources
xorg.conf
Xsplash.jpg
@cwd /
@dirrm etc/Xboot
@cwd /etc/rc.d
startgraphicboot
endgraphicboot