2 Jun 2008 20:34
[PC-BSD Commits] r2002 - pcbsd/trunk/installcd-overlay/boot
Author: kris Date: 2008-06-02 11:34:14 -0700 (Mon, 02 Jun 2008) New Revision: 2002 Modified: pcbsd/trunk/installcd-overlay/boot/beastie.4th Log: Added an ZFS option to beastie menu, since ZFS needs more than our typical kernel memory Modified: pcbsd/trunk/installcd-overlay/boot/beastie.4th =================================================================== --- pcbsd/trunk/installcd-overlay/boot/beastie.4th 2008-05-31 13:33:17 UTC (rev 2001) +++ pcbsd/trunk/installcd-overlay/boot/beastie.4th 2008-06-02 18:34:14 UTC (rev 2002) <at> <at> -194,6 +194,7 <at> <at> 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 ." Boot PC-BSD with ZFS support" bootzfskey ! printmenuitem ." Run installer in VESA mode" bootvesakey ! printmenuitem ." Escape to loader prompt" escapekey ! printmenuitem ." Reboot" rebootkey ! <at> <at> -292,6 +293,12 <at> <at> s" YES" s" boot_single" setenv 0 boot then + dup bootzfskey <at> = if + s" 512M" s" vm.kmem_size" setenv + s" 512M" s" vm.kmem_size_max" setenv(Continue reading)
RSS Feed