Skip to content

Commit

Permalink
/e/n/i expects pairs
Browse files Browse the repository at this point in the history
  • Loading branch information
kaihendry committed Feb 29, 2012
1 parent 7e031f3 commit bc1e55f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ then
exit
fi

sed -i "s,BOOTCONFIG,$wirelesscfg,g" /etc/network/interfaces
sed -i "s,wireless config,$wirelesscfg,g" /etc/network/interfaces

for iface in wlan0 eth1 # for want of a better way of detecting wireless interfaces
do
Expand Down
4 changes: 2 additions & 2 deletions webconverger/config/includes.chroot/etc/network/interfaces
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@ iface usb0 inet dhcp
iface eth1 inet dhcp
pre-up iptables-restore < /etc/iptables.conf
wpa-driver wext
BOOTCONFIG
wireless config

# The wireless network interface
iface wlan0 inet dhcp
pre-up iptables-restore < /etc/iptables.conf
wpa-driver wext
BOOTCONFIG
wireless config

0 comments on commit bc1e55f

Please sign in to comment.