aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew McDermott <andrew.mcdermott@linaro.org>2014-12-10 15:25:28 +0000
committerAndrew McDermott <andrew.mcdermott@linaro.org>2014-12-10 15:25:28 +0000
commit7dc8cfb0a43f6988c52b9fa344ae236de75709cd (patch)
treed034dbf1172eaa8513b3eb3535372cf3bbf98add
parent8ea13897b3900510aa52056cb75044b31e5d5f37 (diff)
Correct PS1 stanza
-rwxr-xr-xpost-debootstrap2
1 files changed, 1 insertions, 1 deletions
diff --git a/post-debootstrap b/post-debootstrap
index 38c9705..30d1852 100755
--- a/post-debootstrap
+++ b/post-debootstrap
@@ -12,7 +12,7 @@ Defaults:ubuntu !requiretty
EOF
cat >> /root/.bashrc <<EOF
-export PS1="\u@linaro-test:\W\$ "
+export PS1="linaro-test [rc=$(echo \$?)]# "
EOF
cat > /etc/init/ttyS0.conf <<EOF