diff options
author | maximilian attems <maks@debian.org> | 2007-04-13 01:25:53 +0200 |
---|---|---|
committer | maximilian attems <maks@debian.org> | 2007-04-13 01:25:53 +0200 |
commit | 878b47192bc92fcfe78f34134a8aea70afc161f5 (patch) | |
tree | 77d0f89b0b71b9f2a078c3a6345fe5404dd5578e /initramfs-tools.8 | |
parent | 976a23c3d0a4fb156f4e069ff2bbde7c3daa6927 (diff) | |
download | initramfs-tools-878b47192bc92fcfe78f34134a8aea70afc161f5.tar.gz initramfs-tools-878b47192bc92fcfe78f34134a8aea70afc161f5.zip |
Add support for a blacklist boot parameter.
disallows modules loading inside of the initramfs.
Diffstat (limited to 'initramfs-tools.8')
-rw-r--r-- | initramfs-tools.8 | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/initramfs-tools.8 b/initramfs-tools.8 index c102de0..526899f 100644 --- a/initramfs-tools.8 +++ b/initramfs-tools.8 @@ -90,6 +90,11 @@ mounts the rootfs read-only. mounts the rootfs read-write. .TP +\fB \fI blacklist +disables load of specific modules. +Use blacklist=module1,module2,module3 bootparameter. + +.TP \fB \fI panic sets an timeout on panic. Currently only zero value supported. |