aboutsummaryrefslogtreecommitdiffstats
path: root/nlplug-findfs.c
diff options
context:
space:
mode:
Diffstat (limited to 'nlplug-findfs.c')
-rw-r--r--nlplug-findfs.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/nlplug-findfs.c b/nlplug-findfs.c
index f4fed71..f283d17 100644
--- a/nlplug-findfs.c
+++ b/nlplug-findfs.c
@@ -984,7 +984,7 @@ static void uevent_handle(struct uevent *ev)
snprintf(ev->devnode, sizeof(ev->devnode), "/dev/%s", ev->devname);
pthread_mutex_lock(&conf->cryptsetup_mutex);
- found = searchdev(ev, conf->search_device, 1);
+ found = searchdev(ev, conf->search_device, (conf->apkovls || conf->bootrepos));
pthread_mutex_unlock(&conf->cryptsetup_mutex);
if (found) {
founddev(conf, found);