summaryrefslogtreecommitdiffstats
path: root/rules/rootfs_configfiles.in
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2007-01-25 10:10:08 +0000
committerSascha Hauer <s.hauer@pengutronix.de>2007-01-25 10:10:08 +0000
commitf14b2ae529fa69c663947dbbc9658a2bde346404 (patch)
tree862886fac0909d76ec6cf05b4948c8e080f586c0 /rules/rootfs_configfiles.in
parentd7c14934a5000a8d63f2e6303c1fa89fa550036b (diff)
downloadptxdist-f14b2ae529fa69c663947dbbc9658a2bde346404.tar.gz
ptxdist-f14b2ae529fa69c663947dbbc9658a2bde346404.tar.xz
make PS1, PS2 and PS4 hardwired. We had too much hassle with eight backslashes in the config files
git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@6917 33e552b5-05e3-0310-8538-816dae2090ed
Diffstat (limited to 'rules/rootfs_configfiles.in')
-rw-r--r--rules/rootfs_configfiles.in22
1 files changed, 1 insertions, 21 deletions
diff --git a/rules/rootfs_configfiles.in b/rules/rootfs_configfiles.in
index f83aad88b..d332d4f51 100644
--- a/rules/rootfs_configfiles.in
+++ b/rules/rootfs_configfiles.in
@@ -370,30 +370,10 @@ menuconfig ROOTFS_PROFILE
help
This uses a user defined /etc/profile. PTXdist
uses file projectroot/etc/profile in your local
- project. If you are using the placeholders @PS1@,
- @PS2@, and @PS3@ they will be replaced by the string
- settings below.
+ project.
endchoice
- config ROOTFS_ETC_PS1
- depends on ROOTFS_PROFILE
- string
- default "\\u@\\h:\\w"
- prompt "set PS1 in /etc/profile"
-
- config ROOTFS_ETC_PS2
- depends on ROOTFS_PROFILE
- string
- default ""
- prompt "set PS2 in /etc/profile"
-
- config ROOTFS_ETC_PS4
- depends on ROOTFS_PROFILE
- string
- default ""
- prompt "set PS4 in /etc/profile"
-
#
# /etc/protocols
#