#!/bin/bash if hash busybox && busybox --install -s; then echo "Busybox installed" else . /lib/dracut-lib.sh emergency_shell "Failed to initialize busybox, things will go wrong..." fi true