Skip to content

Commit

Permalink
docs: action: filesystem-deploy: clarify what happens after deploy
Browse files Browse the repository at this point in the history
All the filesystem-deploy action does is copy the contents from scratch into the
mounted image, then all actions after that refer to the image rather than the
scratch space. Be clearer.

Resolves: go-debos#175

Signed-off-by: Christopher Obbard <[email protected]>
  • Loading branch information
obbardc authored and sjoerdsimons committed May 28, 2020
1 parent 30d9086 commit 0875e30
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions actions/filesystem_deploy_action.go
Original file line number Diff line number Diff line change
@@ -1,8 +1,13 @@
/*
FilesystemDeploy Action
Deploy prepared root filesystem to output image. This action requires
'image-partition' action to be executed before it.
Deploy prepared root filesystem to output image by copying the files from the
temporary scratch directory to the mounted image and optionally creates various
configuration files for the image: '/etc/fstab' and '/etc/kernel/cmdline'. This
action requires 'image-partition' action to be executed before it.
After this action has ran, subsequent actions are executed on the mounted output
image.
Yaml syntax:
- action: filesystem-deploy
Expand Down

0 comments on commit 0875e30

Please sign in to comment.