blob: 5aa972663979eeda8ef87bcbe48ce1029604eb31 (
plain)
1
2
3
4
5
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
|