## Basic modules to be loaded
#BASICMODULES=""

## Modules that should be loaded before anything (i.e. jbd for ext3)
#PREMODS=""

## Should initrd be compressed?
COMPRESS=yes

## What filesystem to use (rom or ext2) (PLD has only romfs in kernel)?
INITRDFS=rom

## Do install SCSI modules (if / is on SCSI partition)?
PROBESCSI=yes

## Do install IDE modules (if / is on IDE partition)?
PROBEIDE=yes

## Do install RAID modules (if RAID is used)?
PROBERAID=yes
