Hello
I am using porteus 3.0 - do you know how can I change hostname ?
I was trying with command hostname and also edited /etc/HOSTNAME and /etc/hosts but it does not work, after restart hostname is still "porteus".
How to change hostname ???
- fanthom
- Moderator Team
- Posts: 5591
- Joined: 28 Dec 2010, 02:42
- Distribution: Porteus Kiosk
- Location: Poland
- Contact:
Re: How to change hostname ???
you may add this to /etc/rc.d/rc.local:
or do it the 'porteus way' with a cheatcode:
Code: Select all
hostname baszek
Code: Select all
cliexec=hostname~baszek
Please add [Solved] to your thread title if the solution was found.