
[Solved] Change computer name
-
- White ninja
- Posts: 29
- Joined: 04 Sep 2013, 12:02
- Distribution: Porteus Kiosk
- Location: Hungary
[Solved] Change computer name
How can I change the Porteus Kiosk computer name? Very difficult to differentiate in DHCP list from each other.


Last edited by sanzi on 14 Jan 2014, 09:08, edited 1 time in total.
-
- Full of knowledge
- Posts: 2006
- Joined: 17 Jun 2013, 13:17
- Distribution: Porteus 3.2.2 XFCE 32bit
- Location: Germany
Re: Change computer name
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
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
- fanthom
- Moderator Team
- Posts: 5619
- Joined: 28 Dec 2010, 02:42
- Distribution: Porteus Kiosk
- Location: Poland
- Contact:
Re: Change computer name
@sanzi
please create (and make executable) /rootcopy/etc/rc.d/rc.local script which sets hostname like in this sample:
btw: will add possibility of setting custom hostname to next kiosk release.
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
Please add [Solved] to your thread title if the solution was found.
-
- White ninja
- Posts: 29
- Joined: 04 Sep 2013, 12:02
- Distribution: Porteus Kiosk
- Location: Hungary
Re: Change computer name
Thanks the answer!
In Porteus 3.0 I can modify the computer name very easily, so my problem solved.
In Porteus 3.0 I can modify the computer name very easily, so my problem solved.
