From fb434b28d057d279a8351776f7909102def571dd Mon Sep 17 00:00:00 2001 From: Mate Lakat Date: Tue, 24 Sep 2013 15:58:37 +0100 Subject: [PATCH] xenapi: Get rid of prompt settings Remove the setting of prompt from prepare guest, keeping the scripts smaller. Change-Id: Ifb2b3aba07831e1552d6a1c6cd2081592c43ccf6 --- tools/xen/prepare_guest.sh | 5 ----- 1 file changed, 5 deletions(-) diff --git a/tools/xen/prepare_guest.sh b/tools/xen/prepare_guest.sh index 6ec5ffa546..05ac86cf99 100755 --- a/tools/xen/prepare_guest.sh +++ b/tools/xen/prepare_guest.sh @@ -56,11 +56,6 @@ EOF # Give ownership of /opt/stack to stack user chown -R $STACK_USER /opt/stack -# Make our ip address hostnames look nice at the command prompt -echo "export PS1='${debian_chroot:+($debian_chroot)}\\u@\\H:\\w\\$ '" >> /opt/stack/.bashrc -echo "export PS1='${debian_chroot:+($debian_chroot)}\\u@\\H:\\w\\$ '" >> /root/.bashrc -echo "export PS1='${debian_chroot:+($debian_chroot)}\\u@\\H:\\w\\$ '" >> /etc/profile - function setup_vimrc { if [ ! -e $1 ]; then # Simple but usable vimrc