mirror of
https://git.freebsd.org/ports.git
synced 2025-05-25 15:36:35 -04:00
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:
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
|
@ -205,6 +205,7 @@
|
|||
SUBDIR += gpkgdep
|
||||
SUBDIR += gpte
|
||||
SUBDIR += graft
|
||||
SUBDIR += graphicboot
|
||||
SUBDIR += graveman
|
||||
SUBDIR += growspd
|
||||
SUBDIR += grub
|
||||
|
|
34
sysutils/graphicboot/Makefile
Normal file
34
sysutils/graphicboot/Makefile
Normal 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>
|
2
sysutils/graphicboot/distinfo
Normal file
2
sysutils/graphicboot/distinfo
Normal file
|
@ -0,0 +1,2 @@
|
|||
MD5 (graphicboot-1.0.tar.bz2) = 35f89a49e34ebebc094ff58726ce36af
|
||||
SIZE (graphicboot-1.0.tar.bz2) = 31131
|
8
sysutils/graphicboot/pkg-descr
Normal file
8
sysutils/graphicboot/pkg-descr
Normal 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
|
21
sysutils/graphicboot/pkg-message
Normal file
21
sysutils/graphicboot/pkg-message
Normal 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"
|
||||
=========================================================
|
11
sysutils/graphicboot/pkg-plist
Normal file
11
sysutils/graphicboot/pkg-plist
Normal 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
|
Loading…
Add table
Reference in a new issue