mirror of
https://github.com/linuxboot/heads.git
synced 2025-02-13 06:05:19 +00:00
global: finalize switch from ash to bash shell, including recovery shell access
Signed-off-by: Thierry Laurion <insurgo@riseup.net>
This commit is contained in:
parent
bcd364c280
commit
97121ab86e
@ -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
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user