summaryrefslogtreecommitdiff
path: root/actions/filesystem_deploy_action.go
diff options
context:
space:
mode:
Diffstat (limited to 'actions/filesystem_deploy_action.go')
-rw-r--r--actions/filesystem_deploy_action.go9
1 files changed, 7 insertions, 2 deletions
diff --git a/actions/filesystem_deploy_action.go b/actions/filesystem_deploy_action.go
index af087f1..1519904 100644
--- a/actions/filesystem_deploy_action.go
+++ b/actions/filesystem_deploy_action.go
@@ -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