You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Huangbin Zhan fed9bfbfeb base-files: coreutil-sha256sum breaks status code
With package "coreutil-sha256sum" installed "sysupgrade" fails to perform 'sha256sum -s' and instead returns 'invalid option -- 's''.
This is caused due to:
	different syntax for a sha256sum status check ('sha256sum --status' with "coreutil-sha256sum")
	'/usr/bin/sha256sum' being symlinked to '/usr/bin/gnu-sha256sum' (after installation of "coreutil-sha256sum")
"coreutil-sha256sum" package from the packages feed replaces the Busybox sha256sum
This patch restores for 'sysupgrade' the busybox call to its sha256sum applet.

Signed-off-by: Huangbin Zhan <zhanhb88@gmail.com>
4 years ago
..
firstboot base-files: firstboot: pass down arguments such as -y to jffs2reset 9 years ago
hotplug-call base-files: hotplug-call: exit success when dir is absent 5 years ago
led.sh scripts: fix wrong usage of '==' operator 10 years ago
pkg_check build: Optionally provide file checksums in package metadata 6 years ago
sysupgrade base-files: coreutil-sha256sum breaks status code 4 years ago
wifi base-files: include 'reconf' in help output of 'wifi' command 5 years ago