Posted by Sayamindu 4 years, 10 months ago
Live CD Updates
Well, it works. The hack that I mentioned yesterday works, and now I can move on and handle the dial up config part.
The procedure is quite simple - instead of running network-admin directly, the user would execute a shell script named eth-conf. That should work with 99% percent of the users of the CD who have ethernet cards. eth-conf is listed below:
#!/bin/bash /usr/X11/bin/xhost +; /opt/gnome/bin/network-admin; /sbin/ifdown eth0; /sbin/ifup eth0; /sbin/route add default eth0;
Now I need some sleep….
