summaryrefslogtreecommitdiffstats
path: root/patches/os-prober-hang-fix.patch
blob: 569e520aaa670604e84d81911b999f313d8d017c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
--- usr/libexec/os-probes/50mounted-tests.orig	2018-11-22 22:58:34.980032815 +0000
+++ usr/libexec/os-probes/50mounted-tests	2018-11-22 22:59:25.050369548 +0000
@@ -38,6 +38,9 @@
 elif [ "$types" = swap ]; then
 	debug "$1 is a swap partition; skipping"
 	exit 0
+elif [ "$types" = iso9660 ]; then
+	debug "$1 is a iso9660 partition; skipping"
+	exit 0
 elif [ "$types" = crypto_LUKS ]; then
 	debug "$1 is a LUKS partition; skipping"
 	exit 0