============================================
Mint 8 (Helena) Gnome LiveCD running from locked SD card
I am preparing to build a customized version of Linux Mint LiveCD, and one of my preferences is to have the system boot up with the Network Disconnected (OFFLINE). I have done a bit of research and found that I can connect and disconnect the eth0 interface using the terminal command line with the following:
- Code: Select all
Connect:
sudo -i
ifconfig eth0 up
Disconnect:
sudo -i
ifconfig eth0 down
I would like to modify the system boot sequence to install the Network, but to leave it disconnected, but I have not been able to pin that down yet. I would be sincerely appreciative if someone could point me in the right direction, either with a link to a tutorial to the startup process that loads and starts the Network, or identify the file that I need to change to accomplish my goal.
Thank you for any and all comments, suggestions, and assistance.
Blessings in abundance, all the best, & ENJOY!
Art in Carlisle PA USA




