dolphin_oracle wrote:1. As I shift machines, the network interfaces shift by 1. So when I started on the the eeepc last nite, the interfaces were wlan0 and eth0. on the HP, they became wlan1 and eth1. This morning on the Dell Optiplex, they are wlan2 and eth2. Which means everytime I shift machines, I have to reset the network interfaces in the wicd preferences.
Did male's suggestion about (deleting?)
/etc/udev/rules.d/70-persistent-net.rules help?
I wonder where the information is being stored. If we know which file it is then we can delete it or reset it at boot time on the live system.
Speaking of live system boot. We can easily add"swapon -a" to
/etc/init.d/live-init right after we make the fstab file. This will ensure swap gets enabled.
I've also been thinking about moving the boot-time persist-password code into the initrd. This will get rid of the long delays. The only catch is that (I think) we want to set up the keyboard map before having the user set the passwords. I could add a"make passwords visible" option which might help a bit but if we don't use the same keyboard map that is used after people boot then ISTM there will be valid complaints.