summaryrefslogtreecommitdiff
path: root/strata/google-compute-engine
diff options
context:
space:
mode:
Diffstat (limited to 'strata/google-compute-engine')
-rw-r--r--strata/google-compute-engine/google-daemon.morph5
-rw-r--r--strata/google-compute-engine/google-startup-scripts.morph5
2 files changed, 10 insertions, 0 deletions
diff --git a/strata/google-compute-engine/google-daemon.morph b/strata/google-compute-engine/google-daemon.morph
new file mode 100644
index 00000000..eee3ea03
--- /dev/null
+++ b/strata/google-compute-engine/google-daemon.morph
@@ -0,0 +1,5 @@
+name: google-daemon
+kind: chunk
+install-commands:
+- cp -r google-daemon/* $DESTDIR
+- rm $DESTDIR/README.md
diff --git a/strata/google-compute-engine/google-startup-scripts.morph b/strata/google-compute-engine/google-startup-scripts.morph
new file mode 100644
index 00000000..29cd8328
--- /dev/null
+++ b/strata/google-compute-engine/google-startup-scripts.morph
@@ -0,0 +1,5 @@
+name: google-startup-scripts
+kind: chunk
+install-commands:
+- cp -r google-startup-scripts/* $DESTDIR
+- rm $DESTDIR/README.md