dracut/modules.d/05busybox/check

8 lines
85 B
Bash
Executable File

#!/bin/bash
[[ $1 = -d ]] && exit 0
type -P busybox >/dev/null || exit 1
exit 255