svn commit: r230651 - stable/8/sys/boot/forth

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


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

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

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

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