dracut/modules.d/99squash/init.sh

8 lines
135 B
Bash
Executable File

#!/bin/sh
/squash/setup-squash.sh
exec /init.stock
echo "Something went wrong when trying to start original init executable!"
exit 1