]> git.pld-linux.org Git - projects/geninitrd.git/blobdiff - geninitrd.sysconfig
Timeout here is not a good idea. rootfs cannot be mounted and kernel oopses due to...
[projects/geninitrd.git] / geninitrd.sysconfig
index 6b7f9061095cbd2fb3ef050ab2776603b9fb4d50..ccf177ce0dc35178890bf54c1c82cd29b1b56a0d 100644 (file)
@@ -1,37 +1,49 @@
 ## Basic modules to be loaded
-#BASICMODULES=""
+## add dash prefix to module name if it's inexistence is not to be treated as fatal
+#BASICMODULES="-tuxonice_compress"
+
+## Basic modules to include USB keyboard
+#BASICMODULES="hid-generic usbhid xhci-pci ehci-pci 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
+# Default is to use initramfs for >= 2.5.0.
+#INITRDFS=initramfs
 
 ## Use udev to create /dev?
-#USE_UDEV=no
+USE_UDEV=yes
 
 ## Should udev make device nodes for staticly linked devices as well?
 #PROBSTATICMODULES=yes
 
 ## Use suspend to disk?
 ## Conflicts with USE_TUXONICE
-USE_SUSPEND=no
+#USE_SUSPEND=no
 
 ## Do install software tuxonice modules?
 ## Conflicts with USE_SUSPEND
 ## Formerly Suspend2
-USE_TUXONICE=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.026258 seconds and 4 git commands to generate.