summaryrefslogtreecommitdiff
path: root/yarns/implementations.yarn
diff options
context:
space:
mode:
authorRichard Maw <richard.maw@gmail.com>2014-10-22 19:13:20 +0000
committerRichard Maw <richard.maw@gmail.com>2014-10-22 19:13:20 +0000
commite1da65e6aee3ed2eb9cd04913080d8365a906b62 (patch)
treebc06f34ce479df273fe4f4de1d262577a437af93 /yarns/implementations.yarn
parentcdd06ea486b4d990831442051b5ef2a50cf5d578 (diff)
downloadmorph-e1da65e6aee3ed2eb9cd04913080d8365a906b62.tar.gz
yarns: Add yarns for system-integrationsbaserock/richardmaw/test-system-integrations
These were previously completely untested, so their unsafe mounting wasn't noticed, but now both are fixed.
Diffstat (limited to 'yarns/implementations.yarn')
-rw-r--r--yarns/implementations.yarn8
1 files changed, 8 insertions, 0 deletions
diff --git a/yarns/implementations.yarn b/yarns/implementations.yarn
index c6d245d0..6110148e 100644
--- a/yarns/implementations.yarn
+++ b/yarns/implementations.yarn
@@ -300,6 +300,14 @@ another to hold a chunk.
install-commands:
- copy files
+ system-integration:
+ test-chunk-bins:
+ 00-passwd:
+ - |
+ create file /etc/passwd
+ root:x:0:0:Super user:/root:/bin/sh
+ daemon:x:1:1:daemon:/usr/sbin:/bin/sh
+ nobody:x:65534:65534:nobody:/nonexistent:/bin/false
EOF
install -m644 -D /dev/stdin << 'EOF' "stage2-chunk.morph"