svn commit: r230652 - stable/7/sys/boot/forth

Eitan Adler eadler at FreeBSD.org
Sat Jan 28 19:33:32 UTC 2012


Author: eadler
Date: Sat Jan 28 19:33:32 2012
New Revision: 230652
URL: http://svn.freebsd.org/changeset/base/230652

Log:
  MFC r230109:
  	 - Document TheDraw splash screens in the default loader.conf
  
  Approved by:	cperciva

Modified:
  stable/7/sys/boot/forth/loader.conf
Directory Properties:
  stable/7/sys/   (props changed)

Modified: stable/7/sys/boot/forth/loader.conf
==============================================================================
--- stable/7/sys/boot/forth/loader.conf	Sat Jan 28 19:33:02 2012	(r230651)
+++ stable/7/sys/boot/forth/loader.conf	Sat Jan 28 19:33:32 2012	(r230652)
@@ -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
 
 


More information about the svn-src-stable-7 mailing list