summaryrefslogtreecommitdiffstats
path: root/bootstrap-system-build-procedure.txt
diff options
context:
space:
mode:
authorP. J. McDermott <pjm@nac.net>2011-12-31 17:02:54 (EST)
committer P. J. McDermott <pjm@nac.net>2011-12-31 17:02:54 (EST)
commit374ecedf007ca8f1ad9c8e3ab6e082d4192460af (patch)
treede457ca4fce860105b6d26d55d8926ad91e1974f /bootstrap-system-build-procedure.txt
parent4a4037df1ce2c2e4b0ef8e0a155e64619c1ea9e0 (diff)
Move setting of PS1 to a more effective location.
Diffstat (limited to 'bootstrap-system-build-procedure.txt')
-rw-r--r--bootstrap-system-build-procedure.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/bootstrap-system-build-procedure.txt b/bootstrap-system-build-procedure.txt
index 5eb82aa..c1a25b9 100644
--- a/bootstrap-system-build-procedure.txt
+++ b/bootstrap-system-build-procedure.txt
@@ -56,7 +56,7 @@ target system.
sys$ sudo chown -R bbll:bbll fsmnt/tools fsmnt/src
sys$ su - bbll
$ cat > ~/.bash_profile <<EOF
- > exec env -i HOME="${HOME}" TERM="${TERM}" PS1='\u:\w$ ' /bin/bash
+ > exec env -i HOME="${HOME}" TERM="${TERM}" /bin/bash
> EOF
$ cat > ~/.bashrc <<EOF
> set +h
@@ -66,6 +66,7 @@ target system.
> BBLL_TARGET=$(uname -m)-bbll-linux-gnu
> PATH=/tools/bin:/tools/usr/bin:/bin:/usr/bin
> export BBLL LC_ALL BBLL_TARGET PATH
+ > PS1='$ '
> EOF
$ source ~/.bash_profile