## Basic modules to be loaded ## add dash prefix to module name if it's inexistence is not to be treated as fatal #BASICMODULES="-tuxonice_compress" ## Basic modules to include USB keyboard #BASICMODULES="hid-generic usbhid xhci-pci ehci-pci ehci-hcd uhci-hcd ohci-hcd" ## Modules that should be loaded before anything (i.e. jbd for ext3) #PREMODS="" ## Compression for the initrd. ## xz / lzma / bzip2 / gzip / lzo. ## yes (default) = the 'best' available is chosen. #COMPRESS=yes ## What filesystem to use (rom or ext2)? # PLD Linux kernel has only romfs compiled in. # Default is to use initramfs for >= 2.5.0. #INITRDFS=initramfs ## Use udev to create /dev? USE_UDEV=yes ## Should udev make device nodes for staticly linked devices as well? #PROBSTATICMODULES=yes ## Use suspend to disk? ## Conflicts with USE_TUXONICE #USE_SUSPEND=no ## Do install software tuxonice modules? ## Conflicts with USE_SUSPEND ## Formerly Suspend2 #USE_TUXONICE=no ## Should we use splash image? ## Use bootsplash with vesafb #BOOT_SPLASH=yes ## Use splashutils #FB_SPLASH=yes ## framebuffer module to load #FBMODULE= # sleep after module loading #MODULE_qla2xxx_USLEEP="2000000" # install firmware to initrd #MODULE_qla2xxx_FIRMWARE="ql2300_fw.bin"