summaryrefslogtreecommitdiff
path: root/actions/filesystem_deploy_action.go
diff options
context:
space:
mode:
authorAndrej Shadura <andrew.shadura@collabora.co.uk>2020-10-14 22:18:31 +0200
committerAndrej Shadura <andrew.shadura@collabora.co.uk>2020-10-14 22:18:31 +0200
commit4e972d6d6743bed5dd638e95dd1fdbadc2eaf89e (patch)
treed8d73b99967c44198bd25e4906c7d7b763d81cbe /actions/filesystem_deploy_action.go
parentdae893c4893e9c32c62ce7b477b62b49b864de2a (diff)
parent9c6de646795022f856ed7c22d28e2d63e4c0ca22 (diff)
Update upstream source from tag 'upstream/1.0.0+git20200909.d2ab9d3'
Update to upstream version '1.0.0+git20200909.d2ab9d3' with Debian dir db4083400488263e917de99d795542cd87fa9019
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