Merge lp:~noorez-kassam/ubuntu/trusty/initramfs-tools/fix-for-1317437 into lp:ubuntu/trusty/initramfs-tools

Proposed by Noorez
Status: Needs review
Proposed branch: lp:~noorez-kassam/ubuntu/trusty/initramfs-tools/fix-for-1317437
Merge into: lp:ubuntu/trusty/initramfs-tools
Diff against target: 29 lines (+10/-1)
2 files modified
debian/changelog (+7/-0)
scripts/local (+3/-1)
To merge this branch: bzr merge lp:~noorez-kassam/ubuntu/trusty/initramfs-tools/fix-for-1317437
Reviewer Review Type Date Requested Status
Mathieu Trudel-Lapierre Approve
Review via email: mp+288981@code.launchpad.net
To post a comment you must log in.
Revision history for this message
Mathieu Trudel-Lapierre (cyphermox) wrote :

This looks fine, but all changes meant to fix bugs in stable releases should first land in the development release. Can you please do a similar merge proposal for the zesty release?

Also, please make sure that in debian/changelog, lines are limited to 80 columns.

review: Approve
Revision history for this message
Noorez (noorez-kassam) wrote :

Will you be able to give me some guidance? I have lost my development environment and have almost got it setup..

As it has been a while since I have been here, how do I checkout the branch for the zesty release? It seems that the approach that I used before is not working. Has the location of the source changed? I cannot find it?...

Thanks!

Revision history for this message
Noorez (noorez-kassam) wrote :

Unmerged revisions

279. By Noorez

initramfs-tools/scripts/local: Correctly configure the loop device to allow remounting
as rw during boot (LP: #1317437)

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== modified file 'debian/changelog'
--- debian/changelog 2014-03-03 08:11:20 +0000
+++ debian/changelog 2016-03-14 20:23:14 +0000
@@ -1,3 +1,10 @@
1initramfs-tools (0.103ubuntu5) UNRELEASED; urgency=medium
2
3 * initramfs-tools/scripts/local: Correctly configure the loop device to allow remounting
4 as rw during boot (LP: #1317437)
5
6 -- Noorez Kassam <noorez.kassam@gmail.com> Mon, 14 Mar 2016 14:17:07 -0600
7
1initramfs-tools (0.103ubuntu4) trusty; urgency=medium8initramfs-tools (0.103ubuntu4) trusty; urgency=medium
29
3 * Cherrypick v0.113 changes (LP: #1194370):10 * Cherrypick v0.113 changes (LP: #1194370):
411
=== modified file 'scripts/local'
--- scripts/local 2011-07-12 07:22:11 +0000
+++ scripts/local 2016-03-14 20:23:14 +0000
@@ -135,7 +135,9 @@
135 modprobe ${FSTYPE}135 modprobe ${FSTYPE}
136136
137 # FIXME This has no error checking137 # FIXME This has no error checking
138 mount ${roflag} -o loop -t ${FSTYPE} ${LOOPFLAGS} "/host/${LOOP#/}" ${rootmnt}138 loopdev=`losetup -f`
139 losetup ${loopdev} "/host/${LOOP#/}"
140 mount ${roflag} -t ${FSTYPE} ${LOOPFLAGS} ${loopdev} ${rootmnt}
139141
140 if [ -d ${rootmnt}/host ]; then142 if [ -d ${rootmnt}/host ]; then
141 mount -o move /host ${rootmnt}/host143 mount -o move /host ${rootmnt}/host

Subscribers

People subscribed via source and target branches

to all changes: