summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Schiffer <mschiffer@universe-factory.net>2023-10-02 01:13:04 +0200
committerMatthias Schiffer <mschiffer@universe-factory.net>2023-10-02 01:23:12 +0200
commit8cefdf3b16cd5c09723edd18e797f3024d8415d3 (patch)
tree8e90a520edfccab175132f626f690c9f5513269b
parent1104145fdae0a1e31970f5a9642e25d722ca0111 (diff)
downloadrebel-main.tar
rebel-main.zip
examples: image: create /tmpmain
-rw-r--r--examples/recipes/image.yml7
1 files changed, 4 insertions, 3 deletions
diff --git a/examples/recipes/image.yml b/examples/recipes/image.yml
index 883fa3b..1ad324e 100644
--- a/examples/recipes/image.yml
+++ b/examples/recipes/image.yml
@@ -15,12 +15,13 @@ tasks:
mkdir -p \
{{destdir}}/dev \
{{destdir}}/proc \
- {{destdir}}/sys \
{{destdir}}/root \
{{destdir}}/run \
- {{destdir}}/var \
+ {{destdir}}/sys \
+ {{destdir}}/tmp \
{{destdir}}/usr/bin \
- {{destdir}}/usr/lib
+ {{destdir}}/usr/lib \
+ {{destdir}}/var
ln -s bin {{destdir}}/usr/sbin
ln -s usr/bin {{destdir}}/bin