mirror of
https://github.com/linuxboot/heads.git
synced 2024-12-19 21:17:55 +00:00
poweroff, reboot: Do not use bash
These need to work on legacy-flash boards. Signed-off-by: Jonathon Hall <jonathon.hall@puri.sm>
This commit is contained in:
parent
0760b6f237
commit
0c4fdf343b
@ -1,5 +1,5 @@
|
||||
#!/bin/bash
|
||||
. /etc/functions
|
||||
#!/bin/ash
|
||||
. /etc/ash_functions
|
||||
|
||||
TRACE "Under /bin/poweroff"
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
#!/bin/bash
|
||||
. /etc/functions
|
||||
#!/bin/ash
|
||||
. /etc/ash_functions
|
||||
|
||||
TRACE "Under /bin/reboot"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user