summaryrefslogtreecommitdiffstats
path: root/source/installer/sources/initrd/usr/bin/logger
diff options
context:
space:
mode:
Diffstat (limited to 'source/installer/sources/initrd/usr/bin/logger')
-rwxr-xr-xsource/installer/sources/initrd/usr/bin/logger6
1 files changed, 6 insertions, 0 deletions
diff --git a/source/installer/sources/initrd/usr/bin/logger b/source/installer/sources/initrd/usr/bin/logger
new file mode 100755
index 000000000..5aa972663
--- /dev/null
+++ b/source/installer/sources/initrd/usr/bin/logger
@@ -0,0 +1,6 @@
+#!/bin/bash
+# os-prober fails if it can't call /usr/bin/logger, which we don't have on
+# the installer since we don't keep logs there. Instead we'll just call
+# /bin/true as a workaround.
+
+/bin/true