]> git.pld-linux.org Git - projects/geninitrd.git/blobdiff - geninitrd.sysconfig
Use kernel ready compression settings for xz.
[projects/geninitrd.git] / geninitrd.sysconfig
index 223e82ac4b78380ec1c5cc7db4a4b832d1b920ed..5df3851e4358576de617ae067cfc20463e39dd6e 100644 (file)
@@ -1,28 +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.
+## lzma / bzip2 / gzip.
+## 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
 
 ## Use suspend to disk?
+## Conflicts with USE_TUXONICE
 USE_SUSPEND=no
 
-# Do install software suspend2 modules?
-USE_SUSPEND2=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"
-
This page took 0.029807 seconds and 4 git commands to generate.