Advertisement
Guest User

Untitled

a guest
Oct 4th, 2012
95
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.97 KB | None | 0 0
  1. # Kernel Options
  2. kern.ipc.shmseg=1024
  3. kern.ipc.shmmni=1024
  4. kern.maxproc=10000
  5.  
  6. # Accept the firmware license
  7. legal.intel_ipw.license_ack=1
  8. legal.intel_iwi.license_ack=1
  9.  
  10. # Load additional sata device support
  11. siis_load="YES"
  12. sdhci_load="YES"
  13.  
  14. # Load geom support
  15. geom_journal_load="YES"
  16. geom_mirror_load="YES"
  17. geom_eli_load="YES"
  18.  
  19. # Enable hardware crypto
  20. aesni_load="YES"
  21.  
  22. # Load File-System Support
  23. zfs_load="YES"
  24. tmpfs_load="YES"
  25.  
  26. # Disable acpi throttle by default, fixes issues with powerd and later AMDs
  27. hint.acpi_throttle.0.disabled="1"
  28.  
  29. # Fix crashes on 32bit with Nvidia
  30. machdep.disable_mtrrs=1
  31.  
  32. # Show keystokes for passphrases
  33. kern.geom.eli.visible_passphrase=2
  34.  
  35. # Enable the graphical boot-loader
  36. autoboot_delay="03"
  37. graphics_enable="YES"
  38. beastie_theme="/boot/themes/default/theme.conf"
  39.  
  40. # Load splash screen
  41. splash_pcx_load="YES"
  42. bitmap_load="YES"
  43. bitmap_name="/boot/loading-screen.pcx"
  44.  
  45. # Speed up boot
  46. kern.cam.scsi_delay="500"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement