Commit 00c4ce6f authored by Franco Fichtner's avatar Franco Fichtner

configd: extend the firmware backend calls to list packages; #249

parent 3ffb8355
......@@ -10,9 +10,20 @@ parameters:%s
type:script
message:perform upgrade %s
[upgrade_status]
command:cat /tmp/pkg_upgrade.progress 2>&1
parameters:
type:script_output
message:retrieve upgrade progress status
[local]
command:pkg info --raw --raw-format json --all
parameters:
type:script_output
message:view local packages
[remote]
command: pkg rquery %n
parameters:
type:script_output
message:view remote packages
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment