mirror of
git://slackware.nl/current.git
synced 2025-01-07 05:25:35 +01:00
7 lines
200 B
Text
7 lines
200 B
Text
|
#!/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
|