Advertisement
Guest User

Untitled

a guest
Apr 16th, 2012
37
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.01 KB | None | 0 0
  1. # Basic modules to be loaded
  2. #BASICMODULES=""
  3.  
  4. ## Modules that should be loaded before anything (i.e. jbd for ext3)
  5. PREMODS="ahci dm_mod md_mod raid1 sd_mod reiserfs ext3"
  6.  
  7. ## Should initrd be compressed?
  8. COMPRESS=yes
  9.  
  10. ## What filesystem to use (rom or ext2)?
  11. # PLD Linux kernel has only romfs compiled in.
  12. #INITRDFS=rom
  13. #INITRDFS=initramfs
  14.  
  15. ## Do install SCSI modules (if / is on SCSI partition)?
  16. PROBESCSI=yes
  17. #
  18. ### Do install IDE modules (if / is on IDE partition)?
  19. PROBEIDE=yes
  20. #
  21. ### Do install RAID modules (if RAID is used)?
  22. PROBERAID=yes
  23.  
  24. ## Use udev to create /dev?
  25. USE_UDEV=yes
  26.  
  27. ## Should udev make device nodes for staticly linked devices as well?
  28. PROBSTATICMODULES=yes
  29.  
  30. ## Use suspend to disk?
  31. USE_SUSPEND=yes
  32.  
  33. ## Do install software suspend2 modules?
  34. USE_TUXONICE=no
  35.  
  36. USE_BLKID=no
  37.  
  38. ## Should we use splash image?
  39. #FB_SPLASH=yes
  40.  
  41. # sleep after module loading
  42. #MODULE_qla2xxx_USLEEP="2000000"
  43.  
  44. # install firmware to initrd
  45. #MODULE_qla2xxx_FIRMWARE="ql2300_fw.bin"
  46. #PVDEVICES=/dev/sda2
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement