Merge lp:~hello-wjx/ubuntu/saucy/systemd/trunk into lp:ubuntu/saucy/systemd

Proposed by Jiaxing Wang
Status: Merged
Merge reported by: Martin Pitt
Merged at revision: not available
Proposed branch: lp:~hello-wjx/ubuntu/saucy/systemd/trunk
Merge into: lp:ubuntu/saucy/systemd
Diff against target: 9 lines (+1/-1)
1 file modified
debian/extra/initramfs.bottom (+1/-1)
To merge this branch: bzr merge lp:~hello-wjx/ubuntu/saucy/systemd/trunk
Reviewer Review Type Date Requested Status
Martin Pitt Approve
Review via email: mp+200083@code.launchpad.net

Description of the change

Replacing '${udev_root}' with '/dev' fixes problem with kernel parameter 'break=init'.

To post a comment you must log in.
Revision history for this message
Martin Pitt (pitti) wrote :

This is already fixed in trusty, thanks! I don't think this warrants an SRU for saucy, it's not a critical bug.

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'debian/extra/initramfs.bottom'
2--- debian/extra/initramfs.bottom 2013-06-03 14:41:20 +0000
3+++ debian/extra/initramfs.bottom 2013-12-27 02:30:29 +0000
4@@ -27,5 +27,5 @@
5
6 # create a temporary symlink to the final /dev for other initramfs scripts
7 rm -rf /dev
8-ln -s ${rootmnt}${udev_root} /dev
9+ln -s ${rootmnt}/dev /dev
10

Subscribers

People subscribed via source and target branches

to all changes: