summaryrefslogtreecommitdiff
path: root/kickstart/kickstart.tmpl
diff options
context:
space:
mode:
authorDohyung Kim <dohyung2.kim@samsung.com>2017-11-21 16:36:14 +0900
committerINSUN PYO <insun.pyo@samsung.com>2020-07-22 19:23:52 +0900
commit0eb9644b15402dc1c0fe8abd1c497813e1ee9512 (patch)
tree64c91bd637b5ca48f24f9c7a7de5933520e06ff5 /kickstart/kickstart.tmpl
parent36c2b5b3b0abe27272a881186e16c9dbd2ebc7fd (diff)
downloadkickstarter-tizen_6.0_hotfix.tar.gz
kickstarter-tizen_6.0_hotfix.tar.bz2
kickstarter-tizen_6.0_hotfix.zip
Change-Id: If5c94ef67305bd04c6919e65ea7e3bd6a8e4e594 Signed-off-by: Dohyung Kim <dohyung2.kim@samsung.com>
Diffstat (limited to 'kickstart/kickstart.tmpl')
-rw-r--r--kickstart/kickstart.tmpl9
1 files changed, 9 insertions, 0 deletions
diff --git a/kickstart/kickstart.tmpl b/kickstart/kickstart.tmpl
index 10059a8..3ada3d6 100644
--- a/kickstart/kickstart.tmpl
+++ b/kickstart/kickstart.tmpl
@@ -139,7 +139,16 @@ ${metadata.Post}
${metadata.NoChroot}
%end
+#if $metadata.Run != ""
%runscript
${metadata.Run}
%end
+#end if
+
+#if $metadata.Umount != ""
+%post-umount
+${metadata.Umount}
+%end
+#end if
+