#!/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
