]> 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 6b7f9061095cbd2fb3ef050ab2776603b9fb4d50..da291055edb14f7b6673d1d0f15386199b64d097 100644 (file)
@@ -1,18 +1,23 @@
 ## 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
+USE_UDEV=no
 
 ## Should udev make device nodes for staticly linked devices as well?
 #PROBSTATICMODULES=yes
@@ -27,11 +32,16 @@ USE_SUSPEND=no
 USE_TUXONICE=no
 
 ## Should we use splash image?
-# FB_SPLASH=yes
+## 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"
-
This page took 0.033531 seconds and 4 git commands to generate.