Skip to content
Snippets Groups Projects
Commit 1be6b996 authored by Keerthi Gowda's avatar Keerthi Gowda
Browse files

meta-qti-bsp: Make '#' as default text in LE shell

Change-Id: I8bd6bc9840865635b135c334503dd744c6efd4c0
parent 08753bba
No related branches found
No related tags found
No related merge requests found
......@@ -56,3 +56,9 @@ do_install:prepend:trustedvm (){
sed -e '/-z "\$PS1"/d' -i ${WORKDIR}/profile
sed -i "/# Set the prompt for bash/a [ -z \"\$PS1\" ] || PS1='~ # '" ${WORKDIR}/profile
}
do_install:prepend:trustedvm-v4 (){
sed -e '/-z "\$PS1"/d' -i ${WORKDIR}/profile
sed -i "/# Set the prompt for bash/a [ -z \"\$PS1\" ] || PS1='~ # '" ${WORKDIR}/profile
echo 'cd /' >> ${WORKDIR}/profile
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment