diff options
author | Tobias Powalowski <tpowa@archlinux.org> | 2007-10-18 16:50:26 +0000 |
---|---|---|
committer | Tobias Powalowski <tpowa@archlinux.org> | 2007-10-18 16:50:26 +0000 |
commit | 24e468641b51e5e0a05e631d62ad706b5c0a2dd7 (patch) | |
tree | 45855a8285757ee31c5ec3466d774e65a9f72532 /rc.conf | |
parent | 6f35411f5ee1db8db1e27faf91c7b03e900c5bee (diff) |
'upgpkg: added loopbackhardcoded to rc.sysinit and remove it from rc.conf'
Diffstat (limited to 'rc.conf')
-rw-r--r-- | rc.conf | 8 |
1 files changed, 3 insertions, 5 deletions
@@ -54,15 +54,13 @@ HOSTNAME="myhost" # Declare each interface then list in INTERFACES # - prefix an entry in INTERFACES with a ! to disable it # - no hyphens in your interface names - Bash doesn't like it -# Don't disable lo, localhost (bound to lo by default) is often used for -# interprocess communication. -# Don't use this for wireless interfaces, see network profiles below # # Note: to use DHCP, set your interface to be "dhcp" (eth0="dhcp") # -lo="lo 127.0.0.1" +# Don't use this for wireless interfaces, see network profiles below +# eth0="eth0 192.168.0.2 netmask 255.255.255.0 broadcast 192.168.0.255" -INTERFACES=(lo eth0) +INTERFACES=(eth0) # # Routes to start at boot-up (in this order) # Declare each route then list in ROUTES |