]> 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 d9191325f3e3aa25c12d3e6ee7d929cc9e577c5b..ccf177ce0dc35178890bf54c1c82cd29b1b56a0d 100644 (file)
@@ -1,23 +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 compresses?
-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.
+# Default is to use initramfs for >= 2.5.0.
+#INITRDFS=initramfs
+
+## Use udev to create /dev?
+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
 
-## What filesystem to use (rom or ext2) (PLD has only romfs in kernel)?
-FS=rom
+## Do install software tuxonice modules?
+## Conflicts with USE_SUSPEND
+## Formerly Suspend2
+#USE_TUXONICE=no
 
-## Do install SCSI modules (if / is on SCSI partition)?
-PROBESCSI=yes
+## Should we use splash image?
+## Use bootsplash with vesafb
+#BOOT_SPLASH=yes
+## Use splashutils
+#FB_SPLASH=yes
 
-## Do install IDE modules (if / is on IDE partition)?
-PROBEIDE=yes
+## framebuffer module to load
+#FBMODULE=
 
-## Do install RAID modules (if RAID is used)?
-PROBERAID=yes
+# sleep after module loading
+#MODULE_qla2xxx_USLEEP="2000000"
 
-## Use /sbin/bsp as command processor
-USEBSP=yes
+# install firmware to initrd
+#MODULE_qla2xxx_FIRMWARE="ql2300_fw.bin"
This page took 0.088068 seconds and 4 git commands to generate.