Any idea how to set IP address on boot. My goal is to have a Kiosk setup which reads IP and URL from an two separate text files located in boot sector (modifiable in Windows because of partition type).
I made a bootscript which had "sudo ifconfig eth0 *ip* netmask *mask*" but it didn't work. Also when I used this command in the terminal, I couldn't get the ethernet connection to work anymore. I think that restarting the networking "service" would have helped but didn't find any working commands for that either.