Merge lp://staging/~josvaz/vmbuilder/jenkins_kvm+ethx-fixed into lp://staging/~ubuntu-on-ec2/vmbuilder/jenkins_kvm
Proposed by
Jose L. VG
Status: | Merged |
---|---|
Merged at revision: | 772 |
Proposed branch: | lp://staging/~josvaz/vmbuilder/jenkins_kvm+ethx-fixed |
Merge into: | lp://staging/~ubuntu-on-ec2/vmbuilder/jenkins_kvm |
Diff against target: |
114 lines (+65/-27) 1 file modified
templates/img-extra-nets.tmpl (+65/-27) |
To merge this branch: | bzr merge lp://staging/~josvaz/vmbuilder/jenkins_kvm+ethx-fixed |
Related bugs: |
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
Robert C Jennings (community) | Approve | ||
Review via email: mp+309486@code.staging.launchpad.net |
Description of the change
Fix 768-770 commits adding eth1+ udev support
Commits 768-770 added udev support for eth1+ DHCP configuration for xenial onward.
They had a bug and were reverted. This is a fixed version of those commits. The problem was the xchrooted command at line had an incorrect prefix on, a path already chrooted.
To post a comment you must log in.
Lines fixed
91 + # Make the script executable sbin/ephemeral_ eth.sh
92 + xchroot chmod +x /usr/local/
Was:
91 + # Make the script executable local/sbin/ ephemeral_ eth.sh
92 + xchroot chmod +x ${mp}/usr/