Skip to content

Commit

Permalink
FIXME
Browse files Browse the repository at this point in the history
  • Loading branch information
ejoerns committed Aug 26, 2024
1 parent fd2c320 commit c0dcf03
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/reference.rst
Original file line number Diff line number Diff line change
Expand Up @@ -867,6 +867,8 @@ The following fields are supported for image sections:
``tar-extract``
Extract a tar into a directory tree.

FIXME: Describe purpose / advantage over tar?

``keep``
Keep the original image after running the conversion methods.

Expand Down
1 change: 1 addition & 0 deletions src/install.c
Original file line number Diff line number Diff line change
Expand Up @@ -1432,6 +1432,7 @@ static gboolean launch_and_wait_default_handler(RaucInstallArgs *args, gchar* bu
r_context_begin_step_weighted("update_slots", "Updating slots", install_plans->len * 10, 6);
install_args_update(args, "Updating slots...");

// FIXME: install slots first and artifacts second?
for (guint i = 0; i < install_plans->len; i++) {
const RImageInstallPlan *plan = g_ptr_array_index(install_plans, i);

Expand Down

0 comments on commit c0dcf03

Please sign in to comment.