diff options
author | Chuck Fan <fanck0605@qq.com> | 2021-03-09 17:42:57 +0800 |
---|---|---|
committer | Paul Spooren <mail@aparcar.org> | 2021-06-20 14:19:54 -1000 |
commit | d374e2cdb499b2a4282d84f95709b9a40d88a995 (patch) | |
tree | 9170a312d640c5c0a2904cbb3461d9f15bf38fad /scripts/om-fwupgradecfg-gen.sh | |
parent | bffee5ea192386ffeac81e7b40e9d58a93b85db8 (diff) | |
download | upstream-d374e2cdb499b2a4282d84f95709b9a40d88a995.tar.gz upstream-d374e2cdb499b2a4282d84f95709b9a40d88a995.tar.bz2 upstream-d374e2cdb499b2a4282d84f95709b9a40d88a995.zip |
base-files: upgrade: use zcat command provided by busybox
Calling `switch_to_ramfs()` will not copy the gzip executable
(/bin/gzip) to ramfs, but `/bin/zcat` will call `/bin/gzip` when
package gzip is installed, instead of the busybox-supplied zcat.
This will cause `zcat` to fail to find `gzip`, then cause the
sysupgrade to fail. Adding the `busybox` prefix here will solve
the problem.
Signed-off-by: Chuck Fan <fanck0605@qq.com>
Diffstat (limited to 'scripts/om-fwupgradecfg-gen.sh')
0 files changed, 0 insertions, 0 deletions