diff --git a/initrd/etc/functions b/initrd/etc/functions index e2d3dfde..926b651c 100755 --- a/initrd/etc/functions +++ b/initrd/etc/functions @@ -56,9 +56,9 @@ recovery() { sleep 1 if [ -x /bin/setsid ]; then - /bin/setsid -c /bin/bash + /bin/setsid -c /bin/sh else - /bin/bash + /bin/sh fi done } diff --git a/initrd/etc/passwd b/initrd/etc/passwd index 9ada0152..51836385 100644 --- a/initrd/etc/passwd +++ b/initrd/etc/passwd @@ -1 +1 @@ -root:x:0:0:root:/:/bin/bash +root:x:0:0:root:/:/bin/sh