summaryrefslogtreecommitdiff
path: root/examples/build_gold_image/build_centos6.sh
diff options
context:
space:
mode:
authorAndreas Baumann <mail@andreasbaumann.cc>2015-10-25 10:01:02 +0100
committerAndreas Baumann <mail@andreasbaumann.cc>2015-10-25 10:01:02 +0100
commit716eb52020d58d3fb89254d218d70dd78abfc54f (patch)
treeb14c0c6f449edf492866465db8585459e339b428 /examples/build_gold_image/build_centos6.sh
parent392d766c982cc1e6e53259fc65f6e1db1b1ee8db (diff)
downloadbiruda-716eb52020d58d3fb89254d218d70dd78abfc54f.tar.gz
biruda-716eb52020d58d3fb89254d218d70dd78abfc54f.tar.bz2
prompt and bash_profile adaptions in gold example
Diffstat (limited to 'examples/build_gold_image/build_centos6.sh')
-rwxr-xr-xexamples/build_gold_image/build_centos6.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/build_gold_image/build_centos6.sh b/examples/build_gold_image/build_centos6.sh
index 08048bd..812c5ab 100755
--- a/examples/build_gold_image/build_centos6.sh
+++ b/examples/build_gold_image/build_centos6.sh
@@ -69,6 +69,7 @@ cp $CHROOT_DIR/etc/skel/.bash_logout $CHROOT_DIR/root
cat >> $CHROOT_DIR/root/.bash_profile <<EOF
export PATH=\$PATH:/usr/sbin:/usr/bin:/sbin:/bin
+export PS1='[centos6:\u@\h \W]\$ '
EOF
# development stuff