summaryrefslogtreecommitdiffstats
path: root/install
diff options
context:
space:
mode:
authorThomas Bächler <thomas@archlinux.org>2013-11-27 19:30:04 +0100
committerDave Reisner <dreisner@archlinux.org>2013-11-27 21:21:13 +0100
commitcf9be93525fb393b0db85a341dfca6fafdd9fab7 (patch)
tree9ff72cb7963f0fc810db85a76fc6d14d783a430b /install
parent9e2c16294bd6281ecbf7ab96e9b14a10154c4f01 (diff)
downloadmkinitcpio-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 'install')
-rw-r--r--install/autodetect2
1 files changed, 2 insertions, 0 deletions
diff --git a/install/autodetect b/install/autodetect
index 37af3be..c98db73 100644
--- a/install/autodetect
+++ b/install/autodetect
@@ -4,6 +4,8 @@ build() {
local m=
local -a md_devs mods
+ [[ $KERNELVERSION == none ]] && return 0
+
add_if_avail() {
local r= resolved=()