diff options
Diffstat (limited to 'source/installer/sources/initrd/usr/bin/logger')
-rwxr-xr-x | source/installer/sources/initrd/usr/bin/logger | 6 |
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 00000000..5aa97266 --- /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 |