Changeset 2617
- Timestamp:
- 08/19/08 18:12:21 (3 months ago)
- Files:
-
- 1 modified
-
pcbsd/trunk/installcd-overlay/boot/beastie.4th (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
pcbsd/trunk/installcd-overlay/boot/beastie.4th
r2029 r2617 44 44 variable bootverbosekey 45 45 variable bootemergencykey 46 variable bootvesakey47 46 variable bootzfskey 48 47 variable bootsinglekey 49 48 variable escapekey 50 49 variable rebootkey 50 variable xvesa 51 variable xvesa_set 51 52 52 53 46 constant dot … … 217 218 printmenuitem ." Boot PC-BSD with verbose logging" bootverbosekey ! 218 219 printmenuitem ." Boot PC-BSD to emergency console" bootemergencykey ! 219 printmenuitem ." Run installer in VESA mode" bootvesakey!220 printmenuitem ." Run installer in VESA mode" xvesa ! 220 221 printmenuitem ." Boot PC-BSD with ZFS support" bootzfskey ! 221 222 printmenuitem ." Escape to loader prompt" escapekey ! … … 258 259 drop 259 260 then 261 s" NO" s" xvesa" setenv 262 0 xvesa_set ! 260 263 beastie-menu 261 264 s" autoboot_delay" getenv … … 307 310 0 boot 308 311 then 309 dup bootvesakey @ = if 310 s" /boot/kernel;/boot/modules;/VESA/" s" module_path" setenv 311 0 boot 312 dup xvesa @ = if 313 xvesa_set @ 1 = if 314 menuX @ 23 at-xy 315 ." xvesa unset" 316 s" NO" s" xvesa" setenv 317 0 xvesa_set ! 318 else 319 menuX @ 23 at-xy 320 ." xvesa set " 321 s" YES" s" xvesa" setenv 322 1 xvesa_set ! 323 then 312 324 then 313 325 dup bootsinglekey @ = if
