Browse code

xenapi: Get rid of prompt settings

Remove the setting of prompt from prepare guest, keeping the scripts
smaller.

Change-Id: Ifb2b3aba07831e1552d6a1c6cd2081592c43ccf6

Mate Lakat authored on 2013/09/24 23:58:37
Showing 1 changed files
... ...
@@ -56,11 +56,6 @@ EOF
56 56
 # Give ownership of /opt/stack to stack user
57 57
 chown -R $STACK_USER /opt/stack
58 58
 
59
-# Make our ip address hostnames look nice at the command prompt
60
-echo "export PS1='${debian_chroot:+($debian_chroot)}\\u@\\H:\\w\\$ '" >> /opt/stack/.bashrc
61
-echo "export PS1='${debian_chroot:+($debian_chroot)}\\u@\\H:\\w\\$ '" >> /root/.bashrc
62
-echo "export PS1='${debian_chroot:+($debian_chroot)}\\u@\\H:\\w\\$ '" >> /etc/profile
63
-
64 59
 function setup_vimrc {
65 60
     if [ ! -e $1 ]; then
66 61
         # Simple but usable vimrc