package/swupdate: note init script tokenizing limitation
Command line options reference: https://sbabic.github.io/swupdate/_sources/swupdate.txt Signed-off-by: Matthew Weber <matthew.weber@rockwellcollins.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
This commit is contained in:
committed by
Thomas Petazzoni
parent
caa32ac237
commit
52683ea407
@@ -5,6 +5,9 @@
|
|||||||
|
|
||||||
# Override these variables in sourced script(s) located
|
# Override these variables in sourced script(s) located
|
||||||
# in /usr/lib/swupdate/conf.d or /etc/swupdate/conf.d
|
# in /usr/lib/swupdate/conf.d or /etc/swupdate/conf.d
|
||||||
|
# NOTE: There are substrings used in some swupdate commands which will
|
||||||
|
# need to be wrapped in a script to prevent tokenizing
|
||||||
|
# ( -p/-P post/pre cmds are good examples)
|
||||||
SWUPDATE_ARGS="-v ${SWUPDATE_EXTRA_ARGS}"
|
SWUPDATE_ARGS="-v ${SWUPDATE_EXTRA_ARGS}"
|
||||||
SWUPDATE_WEBSERVER_ARGS=""
|
SWUPDATE_WEBSERVER_ARGS=""
|
||||||
SWUPDATE_SURICATTA_ARGS=""
|
SWUPDATE_SURICATTA_ARGS=""
|
||||||
|
|||||||
Reference in New Issue
Block a user