Merge lp:~tom-gall/linaro/fix-713104-live-herlper.config.natty.developer into lp:~linaro-maintainers/linaro/live-helper.config.natty.developer

Proposed by Tom Gall
Status: Merged
Approved by: Steve Langasek
Approved revision: 48
Merged at revision: 48
Proposed branch: lp:~tom-gall/linaro/fix-713104-live-herlper.config.natty.developer
Merge into: lp:~linaro-maintainers/linaro/live-helper.config.natty.developer
Diff against target: 10 lines (+5/-0)
1 file modified
binary_local-includes/etc/network/interfaces (+5/-0)
To merge this branch: bzr merge lp:~tom-gall/linaro/fix-713104-live-herlper.config.natty.developer
Reviewer Review Type Date Requested Status
Steve Langasek (community) Approve
Review via email: mp+56359@code.launchpad.net

Description of the change

Installs an /etc/network/interfaces file so auto init usb0 / eth0 with dhcp on startup of the system

To post a comment you must log in.
Revision history for this message
Steve Langasek (vorlon) wrote :

looks good.

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== added directory 'binary_local-includes/etc/network'
2=== added file 'binary_local-includes/etc/network/interfaces'
3--- binary_local-includes/etc/network/interfaces 1970-01-01 00:00:00 +0000
4+++ binary_local-includes/etc/network/interfaces 2011-04-05 13:41:54 +0000
5@@ -0,0 +1,5 @@
6+# interfaces(5) file used by ifup(8) and ifdown(8)
7+auto lo usb0 eth0
8+iface lo inet loopback
9+iface eth0 inet dhcp
10+iface usb0 inet dhcp

Subscribers

People subscribed via source and target branches