aboutsummaryrefslogtreecommitdiffstats
path: root/stage2/00-copies-and-fills
diff options
context:
space:
mode:
authorSerge Schneider <[email protected]>2016-04-11 07:29:41 +0100
committerSerge Schneider <[email protected]>2016-04-11 07:34:01 +0100
commit99bf2f4d61abd32e275592800c1367b8e58bb16c (patch)
tree1d1f968829e592e70f10bb34ce32ff6c01afedc5 /stage2/00-copies-and-fills
parent5200b19f9a92de8ecee7476f366e0d2ce55516e4 (diff)
Add Raspbian stages
Diffstat (limited to 'stage2/00-copies-and-fills')
-rwxr-xr-xstage2/00-copies-and-fills/00-run.sh3
-rw-r--r--stage2/00-copies-and-fills/01-packages1
-rwxr-xr-xstage2/00-copies-and-fills/02-run.sh3
3 files changed, 7 insertions, 0 deletions
diff --git a/stage2/00-copies-and-fills/00-run.sh b/stage2/00-copies-and-fills/00-run.sh
new file mode 100755
index 0000000..4b3a849
--- /dev/null
+++ b/stage2/00-copies-and-fills/00-run.sh
@@ -0,0 +1,3 @@
+#!/bin/bash -e
+
+touch ${ROOTFS_DIR}/spindle_install
diff --git a/stage2/00-copies-and-fills/01-packages b/stage2/00-copies-and-fills/01-packages
new file mode 100644
index 0000000..283c290
--- /dev/null
+++ b/stage2/00-copies-and-fills/01-packages
@@ -0,0 +1 @@
+raspi-copies-and-fills
diff --git a/stage2/00-copies-and-fills/02-run.sh b/stage2/00-copies-and-fills/02-run.sh
new file mode 100755
index 0000000..c579d6a
--- /dev/null
+++ b/stage2/00-copies-and-fills/02-run.sh
@@ -0,0 +1,3 @@
+#!/bin/bash -e
+
+rm -f ${ROOTFS_DIR}/spindle_install