]> git.pld-linux.org Git - projects/geninitrd.git/blobdiff - geninitrd.sysconfig
Use kernel ready compression settings for xz.
[projects/geninitrd.git] / geninitrd.sysconfig
index 7233eabd234188024ce58a6553a2eaebdc41f420..5df3851e4358576de617ae067cfc20463e39dd6e 100644 (file)
@@ -1,11 +1,16 @@
 ## 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.
@@ -27,7 +32,10 @@ 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=
This page took 0.028259 seconds and 4 git commands to generate.