Merge lp:~woodrow-shen/friendly-recovery/fix-resolvconf-not-found into lp:~ubuntu-core-dev/friendly-recovery/ubuntu

Proposed by Woodrow Shen
Status: Rejected
Rejected by: Dimitri John Ledkov
Proposed branch: lp:~woodrow-shen/friendly-recovery/fix-resolvconf-not-found
Merge into: lp:~ubuntu-core-dev/friendly-recovery/ubuntu
Diff against target: 27 lines (+9/-0)
2 files modified
debian/changelog (+8/-0)
lib/recovery-mode/options/network (+1/-0)
To merge this branch: bzr merge lp:~woodrow-shen/friendly-recovery/fix-resolvconf-not-found
Reviewer Review Type Date Requested Status
Dimitri John Ledkov Pending
Review via email: mp+336642@code.launchpad.net
To post a comment you must log in.
Revision history for this message
Dimitri John Ledkov (xnox) wrote :

resolvconf no longer manages /etc/resolv.conf, this will only break systems further...

Unmerged revisions

147. By Woodrow Shen

network: Force resolvconf to run --enable-updates when the option
"Enable networking" was chosen, and then /etc/resolv.conf will be
created as a symbolic link. (LP: #1682637)

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'debian/changelog'
2--- debian/changelog 2017-08-15 15:57:16 +0000
3+++ debian/changelog 2018-01-26 04:41:44 +0000
4@@ -1,3 +1,11 @@
5+friendly-recovery (0.2.36ubuntu1) unstable; urgency=medium
6+
7+ * network: Force resolvconf to run --enable-updates when the option
8+ "Enable networking" was chosen, and then /etc/resolv.conf will be
9+ created as a symbolic link. (LP: #1682637)
10+
11+ -- Woodrow Shen (Shye-Tzeng Shen) <woodrow.shen@canonical.com> Fri, 26 Jan 2018 12:37:11 +0800
12+
13 friendly-recovery (0.2.36) unstable; urgency=medium
14
15 * Upload to unstable
16
17=== modified file 'lib/recovery-mode/options/network'
18--- lib/recovery-mode/options/network 2015-04-09 14:02:12 +0000
19+++ lib/recovery-mode/options/network 2018-01-26 04:41:44 +0000
20@@ -22,6 +22,7 @@
21
22 # Start by trying to bring everything up
23 ifup -a
24+/sbin/resolvconf --enable-updates
25 check_connectivity
26
27 # Then try Network Manager

Subscribers

People subscribed via source and target branches