diff --git a/initrd/.ash_history b/initrd/.bash_history similarity index 100% rename from initrd/.ash_history rename to initrd/.bash_history diff --git a/initrd/etc/functions b/initrd/etc/functions index 47ea70ce..e50d1b31 100644 --- a/initrd/etc/functions +++ b/initrd/etc/functions @@ -287,9 +287,9 @@ recovery() { sleep 1 if [ -x /bin/setsid ]; then - /bin/setsid -c /bin/sh + /bin/setsid -c /bin/bash else - /bin/sh + /bin/bash fi done }