From owner-svn-soc-all@FreeBSD.ORG Sun Aug 10 09:11:45 2014 Return-Path: Delivered-To: svn-soc-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 8F3CAA38 for ; Sun, 10 Aug 2014 09:11:45 +0000 (UTC) Received: from socsvn.freebsd.org (socsvn.freebsd.org [IPv6:2001:1900:2254:206a::50:2]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 7B73F2B39 for ; Sun, 10 Aug 2014 09:11:45 +0000 (UTC) Received: from socsvn.freebsd.org ([127.0.1.124]) by socsvn.freebsd.org (8.14.9/8.14.9) with ESMTP id s7A9Bjs3083662 for ; Sun, 10 Aug 2014 09:11:45 GMT (envelope-from seiya@FreeBSD.org) Received: (from www@localhost) by socsvn.freebsd.org (8.14.9/8.14.9/Submit) id s7A9Bjl7083118 for svn-soc-all@FreeBSD.org; Sun, 10 Aug 2014 09:11:45 GMT (envelope-from seiya@FreeBSD.org) Date: Sun, 10 Aug 2014 09:11:45 GMT Message-Id: <201408100911.s7A9Bjl7083118@socsvn.freebsd.org> X-Authentication-Warning: socsvn.freebsd.org: www set sender to seiya@FreeBSD.org using -f From: seiya@FreeBSD.org To: svn-soc-all@FreeBSD.org Subject: socsvn commit: r272163 - soc2014/seiya/bootsplash/sys/boot/forth MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-soc-all@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: SVN commit messages for the entire Summer of Code repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 10 Aug 2014 09:11:45 -0000 Author: seiya Date: Sun Aug 10 09:11:44 2014 New Revision: 272163 URL: http://svnweb.FreeBSD.org/socsvn/?view=rev&rev=272163 Log: fix default loader.conf Modified: soc2014/seiya/bootsplash/sys/boot/forth/loader.conf Modified: soc2014/seiya/bootsplash/sys/boot/forth/loader.conf ============================================================================== --- soc2014/seiya/bootsplash/sys/boot/forth/loader.conf Sun Aug 10 08:35:42 2014 (r272162) +++ soc2014/seiya/bootsplash/sys/boot/forth/loader.conf Sun Aug 10 09:11:44 2014 (r272163) @@ -38,9 +38,8 @@ bitmap_type="splash_image_data" # and place it on the module_path bsplash_load="NO" # Set this to YES to enable enhanced bootsplash! -# bsplash_first_image="/boot/splash/foo/bg.bmp" # an image drawn before animation -# bsplash_animation_images="/boot/splash/foo/animation%.bmp" # animation images -# bsplash_animation_fps="15" # frame per second +bsplash_image_load="NO" +bsplash_image_type="bsplash_image" ##############################################################