[PC-BSD Commits] r682 - pcbsd/trunk/installcd-overlay/boot
svn at pcbsd.org
svn at pcbsd.org
Fri Sep 7 18:30:35 PDT 2007
Author: kris
Date: 2007-09-07 18:30:34 -0700 (Fri, 07 Sep 2007)
New Revision: 682
Modified:
pcbsd/trunk/installcd-overlay/boot/beastie.4th
Log:
Added extra line to loader splash, so the user can boot directly to the
installer in VESA mode instead of an autodected driver.
Modified: pcbsd/trunk/installcd-overlay/boot/beastie.4th
===================================================================
--- pcbsd/trunk/installcd-overlay/boot/beastie.4th 2007-09-06 23:37:58 UTC (rev 681)
+++ pcbsd/trunk/installcd-overlay/boot/beastie.4th 2007-09-08 01:30:34 UTC (rev 682)
@@ -193,6 +193,7 @@
printmenuitem ." Boot PC-BSD in single user mode" bootsinglekey !
printmenuitem ." Boot PC-BSD with verbose logging" bootverbosekey !
printmenuitem ." Boot PC-BSD to emergency console" bootemergencykey !
+ printmenuitem ." Run installer in VESA mode" bootvesakey !
printmenuitem ." Escape to loader prompt" escapekey !
printmenuitem ." Reboot" rebootkey !
menuX @ 20 at-xy
@@ -282,6 +283,10 @@
s" /boot/kernel;/boot/modules;/CONSOLE/" s" module_path" setenv
0 boot
then
+ dup bootvesakey @ = if
+ s" /boot/kernel;/boot/modules;/VESA/" s" module_path" setenv
+ 0 boot
+ then
dup bootsinglekey @ = if
s" YES" s" boot_single" setenv
0 boot
More information about the Commits
mailing list