This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

Kernel prompt in DM8148

Hi,

I want to know in which file we can access the kernel prompt.

I want to change the kernel prompt (root@dm8148-evm).

Please could someone help?

Thanks

Prakash

  • Near to what also from the bash is known, just set the environment variable $PS1, for instance in your home directory within .profile: export PS1="whatever you want > ". The central place would be /etc/profile.

    Kind regards,
    Joern.