LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   Kernel console name change.. (https://www.linuxquestions.org/questions/linux-software-2/kernel-console-name-change-690633/)

parmeshwer 12-15-2008 12:42 AM

Kernel console name change..
 
Hi all I have compiled a kernel tree with some file system
but when I am running the kernel prompt is like this---
SBC/#
SBC/#
SBC/#
so i want to change this "SBC" with other name so where I have to make changes ...
either in kernel or file system..

unSpawn 12-15-2008 07:54 AM

If you have logged into the system then what you (should) see is the shell prompt. Configuration is globally defined in resource files in /etc and can be changed globally or overridden by sourcing personal resource files. For your shell (`echo $SHELL`) see the manual page and look for either the term "prompting", or "prompt" or any text near variable names like PS1, PS2, PS3, PS4, else search LQ for terms like "change prompt" or see for example Understanding Shell Prompts, How to change your shell prompt or How to: Change / Setup bash custom prompt (PS1).


All times are GMT -5. The time now is 12:51 PM.