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