Merge lp:~bcbc/wubi/lp1134770-1155704 into lp:wubi

Proposed by bcbc
Status: Merged
Merged at revision: 279
Proposed branch: lp:~bcbc/wubi/lp1134770-1155704
Merge into: lp:wubi
Diff against target: 43 lines (+9/-5)
2 files modified
data/isolist.ini (+5/-4)
debian/changelog (+4/-1)
To merge this branch: bzr merge lp:~bcbc/wubi/lp1134770-1155704
Reviewer Review Type Date Requested Status
Dimitri John Ledkov Approve
Review via email: mp+157506@code.launchpad.net

Description of the change

This patch modifies the data/isolist.ini to address two bugs.

The first bug 1134770 is that the kernel on the amd64 has changed from vmlinuz to vmlinuz.efi.

The second bug 1155704 is that the disk image used for Wubi installs is broken. The patch provides a workaround to this bug by disabling the diskimage installs and reverts to downloading the ISO instead.

I've installed using the patched wubi.exe run standalone (no ISO available) to show that it now goes after the ISO and also that it recognizes the correct kernel. The download and installation were successful and rebooting into Ubuntu completed normally.

To post a comment you must log in.
Revision history for this message
Dimitri John Ledkov (xnox) wrote :

looks good. instead of commenting out, removed the diskimage stanzas completely.

Revision history for this message
Dimitri John Ledkov (xnox) :
review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== modified file 'data/isolist.ini'
--- data/isolist.ini 2012-11-16 14:31:12 +0000
+++ data/isolist.ini 2013-04-06 05:01:21 +0000
@@ -23,8 +23,8 @@
23metalink=http://releases.ubuntu.com/13.04/ubuntu-13.04-desktop-i386.metalink23metalink=http://releases.ubuntu.com/13.04/ubuntu-13.04-desktop-i386.metalink
24#metalink=http://releases.ubuntu.com/13.04/ubuntu-13.04-beta-desktop-i386.metalink24#metalink=http://releases.ubuntu.com/13.04/ubuntu-13.04-beta-desktop-i386.metalink
25metalink2=http://cdimage.ubuntu.com/daily-live/current/raring-desktop-i386.metalink25metalink2=http://cdimage.ubuntu.com/daily-live/current/raring-desktop-i386.metalink
26diskimage=http://releases.ubuntu.com/13.04/ubuntu-13.04-wubi-i386.tar.xz26#diskimage=http://releases.ubuntu.com/13.04/ubuntu-13.04-wubi-i386.tar.xz
27diskimage2=http://cdimage.ubuntu.com/wubi/current/i386.tar.xz27#diskimage2=http://cdimage.ubuntu.com/wubi/current/i386.tar.xz
28website=http://www.ubuntu.com28website=http://www.ubuntu.com
29ordering=129ordering=1
3030
@@ -32,11 +32,12 @@
32arch=amd6432arch=amd64
33name=Ubuntu33name=Ubuntu
34packages=ubuntu-desktop34packages=ubuntu-desktop
35kernel=casper/vmlinuz.efi
35metalink=http://releases.ubuntu.com/13.04/ubuntu-13.04-desktop-amd64.metalink36metalink=http://releases.ubuntu.com/13.04/ubuntu-13.04-desktop-amd64.metalink
36#metalink=http://releases.ubuntu.com/13.04/ubuntu-13.04-beta-desktop-amd64.metalink37#metalink=http://releases.ubuntu.com/13.04/ubuntu-13.04-beta-desktop-amd64.metalink
37metalink2=http://cdimage.ubuntu.com/daily-live/current/raring-desktop-amd64.metalink38metalink2=http://cdimage.ubuntu.com/daily-live/current/raring-desktop-amd64.metalink
38diskimage=http://releases.ubuntu.com/13.04/ubuntu-13.04-wubi-amd64.tar.xz39#diskimage=http://releases.ubuntu.com/13.04/ubuntu-13.04-wubi-amd64.tar.xz
39diskimage2=http://cdimage.ubuntu.com/wubi/current/amd64.tar.xz40#diskimage2=http://cdimage.ubuntu.com/wubi/current/amd64.tar.xz
40website=http://www.ubuntu.com41website=http://www.ubuntu.com
41ordering=142ordering=1
4243
4344
=== modified file 'debian/changelog'
--- debian/changelog 2012-11-19 09:34:25 +0000
+++ debian/changelog 2013-04-06 05:01:21 +0000
@@ -1,5 +1,8 @@
1wubi (13.04) UNRELEASED; urgency=low1wubi (13.04) UNRELEASED; urgency=low
22 [ bcbc ]
3 * Use vmlinuz.efi kernel on the amd64 Ubuntu ISO (LP: #1134770)
4 * Suppress use of disk images (LP: #1155704)
5
3 [ Howard Chan ]6 [ Howard Chan ]
4 * Added Ubuntu Studio option into Wubi (LP: #1070682)7 * Added Ubuntu Studio option into Wubi (LP: #1070682)
5 * Changed code in /src/wubi/backends/common/distro.py to make Wubi not8 * Changed code in /src/wubi/backends/common/distro.py to make Wubi not

Subscribers

People subscribed via source and target branches

to status/vote changes: