I created a live system using Systemback in "computer A" and installed it with no problems in "computer B" but the only annoyance is that HAL gave my network interface cards the names eth1 to the Wired Interface and wlan2 to the Wireless Interface in "computer B". I have a lot of scripts and aliases hardcoded (BAD PRACTICE, I know).
Systemback created an exact copy of my configuration in "computer A" so this is why in "computer B" It couldn't hand out eth0 and wlan0 because these two names were already in use.
I know how to and can easily replace the problematic text with sed in all the scripts and aliases but i'd like to know how can I change these names given by HAL.