diff options
| -rwxr-xr-x | meta/recipes-core/initrdscripts/initramfs-framework/init | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-core/initrdscripts/initramfs-framework/init b/meta/recipes-core/initrdscripts/initramfs-framework/init index 9291ad5c21..204f2379a5 100755 --- a/meta/recipes-core/initrdscripts/initramfs-framework/init +++ b/meta/recipes-core/initrdscripts/initramfs-framework/init | |||
| @@ -58,7 +58,7 @@ fatal() { | |||
| 58 | echo $1 >/dev/console | 58 | echo $1 >/dev/console |
| 59 | echo >/dev/console | 59 | echo >/dev/console |
| 60 | 60 | ||
| 61 | if [ -n "bootparam_init_fatal_sh" ]; then | 61 | if [ -n "$bootparam_init_fatal_sh" ]; then |
| 62 | sh | 62 | sh |
| 63 | else | 63 | else |
| 64 | while [ "true" ]; do | 64 | while [ "true" ]; do |
