Merge lp:~jm-leddy/ubuntu/precise/lupin/fix-670096 into lp:ubuntu/precise/lupin

Proposed by James M. Leddy
Status: Merged
Merge reported by: Timo Aaltonen
Merged at revision: not available
Proposed branch: lp:~jm-leddy/ubuntu/precise/lupin/fix-670096
Merge into: lp:ubuntu/precise/lupin
Diff against target: 30 lines (+11/-1)
2 files modified
casper/scripts/lupin-helpers (+1/-1)
debian/changelog (+10/-0)
To merge this branch: bzr merge lp:~jm-leddy/ubuntu/precise/lupin/fix-670096
Reviewer Review Type Date Requested Status
Dimitri John Ledkov Pending
Ubuntu branches Pending
Review via email: mp+180221@code.launchpad.net
To post a comment you must log in.
Revision history for this message
Timo Aaltonen (tjaalton) wrote :

this seems to be released already

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'casper/scripts/lupin-helpers'
2--- casper/scripts/lupin-helpers 2009-10-26 12:10:05 +0000
3+++ casper/scripts/lupin-helpers 2013-08-14 19:24:13 +0000
4@@ -56,7 +56,7 @@
5 unmount=false
6 else
7 mountpoint="${default_mountpoint}"
8- try_mount "$devname" "$mountpoint" "$mountoptions" || return 1
9+ try_mount "$devname" "$mountpoint" "$mountoptions" || continue
10 unmount=true
11 fi
12 if [ -e "${mountpoint}${path}" ]; then
13
14=== modified file 'debian/changelog'
15--- debian/changelog 2012-01-18 16:32:40 +0000
16+++ debian/changelog 2013-08-14 19:24:13 +0000
17@@ -1,3 +1,13 @@
18+lupin (0.51ubuntu1.1) precise-proposed; urgency=low
19+
20+ * casper-premount/20iso-scan: Don't panice the system if try_mount
21+ function returns error when it encount a CD/DVD device does not
22+ have any meidum or a partition has a file system does not be
23+ supported by kernel. This should not panic the system because the
24+ target file could be in other devices. (LP: #670096)
25+
26+ -- James M Leddy <james.leddy@canonical.com> Wed, 14 Aug 2013 15:16:53 -0400
27+
28 lupin (0.51) precise; urgency=low
29
30 * Never use 'set gfxpayload=keep' in recovery mode (LP: #916209).

Subscribers

People subscribed via source and target branches