aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Hudson-Doyle <michael.hudson@linaro.org>2014-08-27 11:46:45 +1200
committerMichael Hudson-Doyle <michael.hudson@linaro.org>2014-08-27 11:46:45 +1200
commitd29f7fcda85ef77e1bd883be95d72940ef0d5cc0 (patch)
tree644978afe3573035fe97a910a79ef89e1fce21c6
parenta57e0cfe8f4846b7dedabb4499cf2dfec2341973 (diff)
ffs
-rw-r--r--lavatest.yaml3
-rw-r--r--ps1-setting-frag1
2 files changed, 3 insertions, 1 deletions
diff --git a/lavatest.yaml b/lavatest.yaml
index 29b8f62..cc02289 100644
--- a/lavatest.yaml
+++ b/lavatest.yaml
@@ -50,7 +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'
- - "echo 'PS1=\\u@linaro-test:\\W\\$ ' >> /mnt/etc/profile"
+ - "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"
diff --git a/ps1-setting-frag b/ps1-setting-frag
new file mode 100644
index 0000000..1af83b5
--- /dev/null
+++ b/ps1-setting-frag
@@ -0,0 +1 @@
+export 'PS1=\u@linaro-test:\W\$ '