[PC-BSD Commits] r2002 - pcbsd/trunk/installcd-overlay/boot
svn at pcbsd.org
svn at pcbsd.org
Mon Jun 2 11:34:15 PDT 2008
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)
@@ -194,6 +194,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 ." Boot PC-BSD with ZFS support" bootzfskey !
printmenuitem ." Run installer in VESA mode" bootvesakey !
printmenuitem ." Escape to loader prompt" escapekey !
printmenuitem ." Reboot" rebootkey !
@@ -292,6 +293,12 @@
s" YES" s" boot_single" setenv
0 boot
then
+ dup bootzfskey @ = if
+ s" 512M" s" vm.kmem_size" setenv
+ s" 512M" s" vm.kmem_size_max" setenv
+ s" /boot/kernel;/boot/modules;/ZFS/" s" module_path" setenv
+ 0 boot
+ then
dup escapekey @ = if
2drop
s" NO" s" autoboot_delay" setenv
More information about the Commits
mailing list