aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Hudson-Doyle <michael.hudson@linaro.org>2014-08-27 11:51:12 +1200
committerMichael Hudson-Doyle <michael.hudson@linaro.org>2014-08-27 11:51:12 +1200
commit399447af5901b6bab8152d84215f3cc0f7fa8499 (patch)
treee79345a1ed6fdc7a52f5a7a479fe64bb748e5dee
parentd29f7fcda85ef77e1bd883be95d72940ef0d5cc0 (diff)
ffs
-rw-r--r--lavatest.yaml4
1 files changed, 2 insertions, 2 deletions
diff --git a/lavatest.yaml b/lavatest.yaml
index cc02289..befd89f 100644
--- a/lavatest.yaml
+++ b/lavatest.yaml
@@ -50,8 +50,8 @@ run:
- "fi"
- 'echo "s/@HOSTNAME@/$HOSTNAME/g" >> /tmp/cloud-init.sed'
- 'find /mnt/var/lib/cloud/seed/nocloud-net/ -type f -print0 | xargs -0 sed -i -f /tmp/cloud-init.sed'
- - "cat ps1-setting-frag ' >> /mnt/etc/profile"
- - "cat ps1-setting-frag ' >> /mnt/etc/skel/.bashrc"
+ - "cat ps1-setting-frag >> /mnt/etc/profile"
+ - "cat ps1-setting-frag >> /mnt/etc/skel/.bashrc"
- "mv /mnt/etc/resolv.conf /mnt/etc/resolv.conf.bak"
- "cp /etc/resolv.conf /mnt/etc/resolv.conf"
- "mount -t proc procfs /mnt/proc"