linuxubuntuterminalconsole

terminal giving prefix : To-be-filled-by-O-E-M


Ubuntu 12.04.5
terminal looking like : maxim@maxim-To-be-filled-by-O-E-M:~$
how remove -To-be-filled-by-O-E-M ?
This happen after Ubuntu reinstall.
Screenshot : enter image description here


Solution

  • It looks like it's part of your prompt. Try:

    PS1='\$ '
    

    Put it in your .bashrc to make the change persist across a reboot. Or try:

    PS1='\u@\h\$ '