Page 1 of 1

[Solved] Change computer name

Posted: 04 Dec 2013, 08:57
by sanzi
How can I change the Porteus Kiosk computer name? Very difficult to differentiate in DHCP list from each other.

Image

Re: Change computer name

Posted: 04 Dec 2013, 13:09
by donald
Hi sanzi
I don't know anything about kiosk so this might be wrong in your case, but in general:
if 002-xorg.xzm is active then NetworkManager manages hostname,ip, dns, etc...
change hostname in /etc/NetworkManager/NetworkManager.conf

Re: Change computer name

Posted: 04 Dec 2013, 16:07
by fanthom
@sanzi
please create (and make executable) /rootcopy/etc/rc.d/rc.local script which sets hostname like in this sample:

Code: Select all

#!/bin/sh
hostname some_name
btw: will add possibility of setting custom hostname to next kiosk release.

Re: Change computer name

Posted: 14 Jan 2014, 09:07
by sanzi
Thanks the answer!

In Porteus 3.0 I can modify the computer name very easily, so my problem solved. :)