]> git.pld-linux.org Git - projects/geninitrd.git/blobdiff - geninitrd.sysconfig
find_depmod(): Return 0 in non-fatal cases (prevent non-zero exit codes from slipping).
[projects/geninitrd.git] / geninitrd.sysconfig
index 624d0605b73b186582310e615f176ba372517d25..da291055edb14f7b6673d1d0f15386199b64d097 100644 (file)
@@ -1,20 +1,47 @@
 ## Basic modules to be loaded
 #BASICMODULES=""
 
+## Basic modules to include USB keyboard
+#BASICMODULES="usbhid ehci-hcd uhci-hcd ohci-hcd"
+
 ## Modules that should be loaded before anything (i.e. jbd for ext3)
 #PREMODS=""
 
-## Should initrd be compressed?
-COMPRESS=yes
+## 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.
+#INITRDFS=rom
+
+## Use udev to create /dev?
+USE_UDEV=no
+
+## 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
 
-## What filesystem to use (rom or ext2) (PLD has only romfs in kernel)?
-INITRDFS=rom
+## Should we use splash image?
+## Use bootsplash with vesafb
+#BOOT_SPLASH=yes
+## Use splashutils
+#FB_SPLASH=yes
 
-## Do install SCSI modules (if / is on SCSI partition)?
-PROBESCSI=yes
+## framebuffer module to load
+#FBMODULE=
 
-## Do install IDE modules (if / is on IDE partition)?
-PROBEIDE=yes
+# sleep after module loading
+#MODULE_qla2xxx_USLEEP="2000000"
 
-## Do install RAID modules (if RAID is used)?
-PROBERAID=yes
+# install firmware to initrd
+#MODULE_qla2xxx_FIRMWARE="ql2300_fw.bin"
This page took 0.037321 seconds and 4 git commands to generate.