diff options
author | Hongxu Jia <hongxu.jia@windriver.com> | 2019-06-20 22:56:09 -0400 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2019-06-21 06:22:19 -0700 |
commit | 4d45ebe7ad77864bde2cbbadb3c7844aec106164 (patch) | |
tree | a2621b2fb5696788462d0fb262d4fcf3d091a5e7 /meta-networking | |
parent | b3ae42d56e9a10b0866dfdc21a2aa6be8db8bf05 (diff) | |
download | meta-openembedded-4d45ebe7ad77864bde2cbbadb3c7844aec106164.tar.gz |
dracut: fix generated initramfs boot failure under bash 5
If shebang is set to /bin/sh and /bin/sh is a symlink to /bin/bash,
bash turn on posix mode.
Since bash is upgraded to 5.0, it follows 'IEEE 1003.2 POSIX Shell
Standard', to implement 'functions do not have local traps or options,
and it is not possible to define local variables'
For more detail, see variables.c:push_posix_temp_var in the following commit
http://git.savannah.gnu.org/cgit/bash.git/commit/?id=d233b485e83c3a784b803fb894280773f16f2deb
The IEEE 1003.2 POSIX Shell Standard:
https://www.cs.ait.ac.th/~on/O/oreilly/unix/ksh/appa_02.htm
Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-networking')
0 files changed, 0 insertions, 0 deletions