diff options
author | Thomas Bächler <thomas@archlinux.org> | 2013-11-27 19:30:04 +0100 |
---|---|---|
committer | Dave Reisner <dreisner@archlinux.org> | 2013-11-27 21:21:13 +0100 |
commit | cf9be93525fb393b0db85a341dfca6fafdd9fab7 (patch) | |
tree | 9ff72cb7963f0fc810db85a76fc6d14d783a430b /man | |
parent | 9e2c16294bd6281ecbf7ab96e9b14a10154c4f01 (diff) | |
download | mkinitcpio-cf9be93525fb393b0db85a341dfca6fafdd9fab7.tar.gz mkinitcpio-cf9be93525fb393b0db85a341dfca6fafdd9fab7.tar.xz |
mkinitcpio: Allow building an image without modules
The '-k none' switch prevents mkinitcpio from adding modules to the
image and keeps it from bailing out when it cannot find any.
Diffstat (limited to 'man')
-rw-r--r-- | man/mkinitcpio.8.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/man/mkinitcpio.8.txt b/man/mkinitcpio.8.txt index 5edf66c..3b28ee7 100644 --- a/man/mkinitcpio.8.txt +++ b/man/mkinitcpio.8.txt @@ -49,7 +49,8 @@ Options *-k, \--kernel* 'kernelversion':: Use 'kernelversion', instead of the current running kernel. This may be a - path to a kernel image or a specific kernel version. + path to a kernel image, a specific kernel version or the special keyword + 'none'. In the latter case, no kernel modules are added to the image. *-L, \--listhooks*:: List all available hooks. |