diff options
author | maximilian attems <maks@debian.org> | 2009-07-29 15:27:19 +0200 |
---|---|---|
committer | maximilian attems <maks@debian.org> | 2009-07-29 15:28:10 +0200 |
commit | 0d74255b03b80bf8102d007feb86a941ecc35ed0 (patch) | |
tree | 68d2193f8e2d274f6f4aa808c1e19d1b63b4e666 /initramfs.conf.5 | |
parent | e98b48021205f1cc21db96cdcabab909b6db5e86 (diff) | |
download | initramfs-tools-0d74255b03b80bf8102d007feb86a941ecc35ed0.tar.gz initramfs-tools-0d74255b03b80bf8102d007feb86a941ecc35ed0.zip |
Redefinde MODULES=most to not carry any fb driver per default.
this allows for a much smaller initramfs and thus faster boot.
Signed-off-by: maximilian attems <maks@debian.org>
Diffstat (limited to 'initramfs.conf.5')
-rw-r--r-- | initramfs.conf.5 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/initramfs.conf.5 b/initramfs.conf.5 index 6f6ee06..5fa6f87 100644 --- a/initramfs.conf.5 +++ b/initramfs.conf.5 @@ -24,7 +24,7 @@ directly. Specifies the modules for the initramfs image. The default setting is \fImost\fP. -\fImost\fP adds all the framebuffer, acpi, file system, ide, sata, scsi and usb drivers. +\fImost\fP adds most file system, all ide, sata, scsi and usb drivers. \fIdep\fP tries to guess which modules are necessary for the running box. |