Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Removing net.eth0 from boot
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Networking & Security
View previous topic :: View next topic  
Author Message
avieth
Veteran
Veteran


Joined: 17 Sep 2004
Posts: 1945
Location: Canada

PostPosted: Thu Jan 27, 2005 12:32 am    Post subject: Removing net.eth0 from boot Reply with quote

Hey, my ethernet card is set as eth1 because of my onboard network, i copied the net.eth1 like this:

Code:

cd /etc/init.d
ln -s net.eth0 net.eth1
rc-update add net.eth1 default


now how do i safely remove eth0 from booting?

thanks.
Back to top
View user's profile Send private message
lookinin
Guru
Guru


Joined: 21 Jan 2005
Posts: 486

PostPosted: Thu Jan 27, 2005 12:34 am    Post subject: Reply with quote

Code:
rc-update del net.eth0


The file itself will not be removed.
Back to top
View user's profile Send private message
hollerith
Apprentice
Apprentice


Joined: 21 May 2004
Posts: 204

PostPosted: Thu Jan 27, 2005 12:39 am    Post subject: Reply with quote

To remove net.eth0 initscript :

rc-update del net.eth0 default

Your network interface will no longer start automatically at boot.

Edit: del not delete
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Networking & Security All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum