Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 14 Jan 2012 17:34:32 +0000 (UTC)
From:      Eitan Adler <eadler@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r230109 - head/sys/boot/forth
Message-ID:  <201201141734.q0EHYWBj042173@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: eadler (ports committer)
Date: Sat Jan 14 17:34:32 2012
New Revision: 230109
URL: http://svn.freebsd.org/changeset/base/230109

Log:
  - Document TheDraw splash screens in the default loader.conf
  
  Submitted by:	Jason Hellenthal
  Approved by:	glebius
  MFC after:	3 days

Modified:
  head/sys/boot/forth/loader.conf

Modified: head/sys/boot/forth/loader.conf
==============================================================================
--- head/sys/boot/forth/loader.conf	Sat Jan 14 17:07:52 2012	(r230108)
+++ head/sys/boot/forth/loader.conf	Sat Jan 14 17:34:32 2012	(r230109)
@@ -31,9 +31,10 @@ verbose_loading="NO"		# Set to YES for v
 
 splash_bmp_load="NO"		# Set this to YES for bmp splash screen!
 splash_pcx_load="NO"		# Set this to YES for pcx splash screen!
+splash_txt_load="NO"		# Set this to YES for TheDraw splash screen!
 vesa_load="NO"			# Set this to YES to load the vesa module
 bitmap_load="NO"		# Set this to YES if you want splash screen!
-bitmap_name="splash.bmp"	# Set this to the name of the bmp or pcx file
+bitmap_name="splash.bmp"	# Set this to the name of the file
 bitmap_type="splash_image_data" # and place it on the module_path
 
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201201141734.q0EHYWBj042173>