Merge lp:~xnox/ubuntu/trusty/initramfs-tools-ubuntu-touch/missing-mkdir into lp:ubuntu/trusty/initramfs-tools-ubuntu-touch

Proposed by Dimitri John Ledkov
Status: Merged
Approved by: Oliver Grawert
Approved revision: 57
Merge reported by: Oliver Grawert
Merged at revision: not available
Proposed branch: lp:~xnox/ubuntu/trusty/initramfs-tools-ubuntu-touch/missing-mkdir
Merge into: lp:ubuntu/trusty/initramfs-tools-ubuntu-touch
Diff against target: 32 lines (+14/-0)
2 files modified
debian/changelog (+7/-0)
scripts/touch (+7/-0)
To merge this branch: bzr merge lp:~xnox/ubuntu/trusty/initramfs-tools-ubuntu-touch/missing-mkdir
Reviewer Review Type Date Requested Status
Oliver Grawert Pending
Ubuntu branches Pending
Review via email: mp+192544@code.launchpad.net
To post a comment you must log in.

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== modified file 'debian/changelog'
--- debian/changelog 2013-10-11 13:01:15 +0000
+++ debian/changelog 2013-10-24 17:04:48 +0000
@@ -1,3 +1,10 @@
1initramfs-tools-ubuntu-touch (0.58) UNRELEASED; urgency=low
2
3 * Create ${rootmnt}/android directory before mounting.
4 * Mount ${rootmnt}/system for the emulator.
5
6 -- Dmitrijs Ledkovs <dmitrij.ledkov@ubuntu.com> Tue, 08 Oct 2013 10:04:58 +0100
7
1initramfs-tools-ubuntu-touch (0.57) saucy; urgency=low8initramfs-tools-ubuntu-touch (0.57) saucy; urgency=low
29
3 * Don't run fsck on the phone since we don't have plymouth and so10 * Don't run fsck on the phone since we don't have plymouth and so
411
=== modified file 'scripts/touch'
--- scripts/touch 2013-10-11 13:01:15 +0000
+++ scripts/touch 2013-10-24 17:04:48 +0000
@@ -109,7 +109,14 @@
109 [ -z "$device" ] && device="unknown"109 [ -z "$device" ] && device="unknown"
110 echo "initrd: device is $device" >/dev/kmsg || true110 echo "initrd: device is $device" >/dev/kmsg || true
111111
112 # Mount /system for the emulator
113 if [ "$device" = "generic" ]; then
114 mkdir -p ${rootmnt}/system
115 mount /dev/mtdblock0 ${rootmnt}/system
116 fi
117
112 # Mount some tmpfs118 # Mount some tmpfs
119 mkdir -p ${rootmnt}/android
113 mount -o rw,size=4096 -t tmpfs none ${rootmnt}/android120 mount -o rw,size=4096 -t tmpfs none ${rootmnt}/android
114 mount -o rw,nosuid,noexec,relatime,mode=755 -t tmpfs tmpfs ${rootmnt}/run121 mount -o rw,nosuid,noexec,relatime,mode=755 -t tmpfs tmpfs ${rootmnt}/run
115122

Subscribers

People subscribed via source and target branches