diff options
author | Serge Schneider <[email protected]> | 2016-04-11 07:29:41 +0100 |
---|---|---|
committer | Serge Schneider <[email protected]> | 2016-04-11 07:34:01 +0100 |
commit | 99bf2f4d61abd32e275592800c1367b8e58bb16c (patch) | |
tree | 1d1f968829e592e70f10bb34ce32ff6c01afedc5 /stage2/00-copies-and-fills | |
parent | 5200b19f9a92de8ecee7476f366e0d2ce55516e4 (diff) |
Add Raspbian stages
Diffstat (limited to 'stage2/00-copies-and-fills')
-rwxr-xr-x | stage2/00-copies-and-fills/00-run.sh | 3 | ||||
-rw-r--r-- | stage2/00-copies-and-fills/01-packages | 1 | ||||
-rwxr-xr-x | stage2/00-copies-and-fills/02-run.sh | 3 |
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 |