Merge lp:~ogra/ubiquity/trunk into lp:ubiquity

Proposed by Oliver Grawert
Status: Merged
Merged at revision: not available
Proposed branch: lp:~ogra/ubiquity/trunk
Merge into: lp:ubiquity
Diff against target: None lines
To merge this branch: bzr merge lp:~ogra/ubiquity/trunk
Reviewer Review Type Date Requested Status
Ubuntu Installer Team Pending
Review via email: mp+11692@code.launchpad.net
To post a comment you must log in.
lp:~ogra/ubiquity/trunk updated
3449. By Colin Watson

merge lp:~ogra/ubiquity/trunk

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 2009-09-11 18:38:37 +0000
3+++ debian/changelog 2009-09-14 12:25:14 +0000
4@@ -1,3 +1,11 @@
5+ubiquity (1.99.19) UNRELEASED; urgency=low
6+
7+ * make sure /target/dev is properly bind mounted and unmounted in
8+ chroot_setup() and chroot_cleanup() so postinst triggers that require
9+ certain devices will find them (LP: #422101)
10+
11+ -- Oliver Grawert <ogra@ubuntu.com> Mon, 14 Sep 2009 14:21:55 +0200
12+
13 ubiquity (1.99.18) karmic; urgency=low
14
15 [ Evan Dandrea ]
16
17=== modified file 'scripts/install.py'
18--- scripts/install.py 2009-09-02 13:42:00 +0000
19+++ scripts/install.py 2009-09-14 12:25:14 +0000
20@@ -1047,6 +1047,7 @@
21 self.chrex('mount', '-t', 'proc', 'proc', '/proc')
22 if not os.path.exists(os.path.join(self.target, 'sys/devices')):
23 self.chrex('mount', '-t', 'sysfs', 'sysfs', '/sys')
24+ misc.execute('mount', '--bind', '/dev', os.path.join(self.target, 'dev'))
25
26 if x11 and 'DISPLAY' in os.environ:
27 if 'SUDO_USER' in os.environ:
28@@ -1079,6 +1080,7 @@
29 except OSError:
30 pass
31
32+ self.chrex('umount', '/dev')
33 self.chrex('umount', '/sys')
34 self.chrex('umount', '/proc')
35

Subscribers

People subscribed via source and target branches

to status/vote changes: