Merge lp:~xnox/debian-cd/ubuntu-branding-s390x into lp:~ubuntu-cdimage/debian-cd/ubun3

Proposed by Dimitri John Ledkov
Status: Merged
Merged at revision: 1927
Proposed branch: lp:~xnox/debian-cd/ubuntu-branding-s390x
Merge into: lp:~ubuntu-cdimage/debian-cd/ubun3
Diff against target: 84 lines (+17/-32)
4 files modified
data/xenial/s390x/README.boot (+2/-7)
data/xenial/s390x/d390.tdf (+0/-7)
data/xenial/s390x/ubuntu.ins (+6/-6)
tools/boot/xenial/boot-s390x (+9/-12)
To merge this branch: bzr merge lp:~xnox/debian-cd/ubuntu-branding-s390x
Reviewer Review Type Date Requested Status
Steve Langasek Approve
Review via email: mp+283002@code.launchpad.net

Description of the change

Ubuntu branding, to match next debian-installer upload.

To post a comment you must log in.
1928. By Dimitri John Ledkov

grammar, maybe.

Revision history for this message
Steve Langasek (vorlon) wrote :

Do the changes to the source paths being copied from the DI_DIR mean that a corresponding change has already landed to the debian-installer package?

review: Needs Information
Revision history for this message
Steve Langasek (vorlon) wrote :

Sorry, just read that you said it will match "next debian-installer upload". So yes, this looks good to me, I'll merge to trunk and wait for you to let me know when it should be deployed to production.

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

It will be shortly, with the d-i upload for 4.3.0-7.18 kernel.

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'data/xenial/s390x/README.boot'
2--- data/xenial/s390x/README.boot 2015-12-11 11:50:48 +0000
3+++ data/xenial/s390x/README.boot 2016-01-18 18:13:51 +0000
4@@ -12,10 +12,5 @@
5 network: all installer components and Debian packages are retrieved
6 from a mirror.
7
8-
9-Tip for users of the Hercules emulator
10---------------------------------------
11-If you want to ipl the installer off this CD, mount it on the host
12-system (e.g. on /media/cdrom) and enter the following in the Hercules
13-management console:
14- ipl /media/cdrom/boot/d390.ins
15+Exporting full .iso contents (including the hidden .disk directory)
16+allows one to use the result as a valid mirror for installation.
17
18=== removed file 'data/xenial/s390x/d390.tdf'
19--- data/xenial/s390x/d390.tdf 2015-12-11 11:50:48 +0000
20+++ data/xenial/s390x/d390.tdf 1970-01-01 00:00:00 +0000
21@@ -1,7 +0,0 @@
22-@TDF
23-H:\BOOT\LINUX_TP UNDEFINED RECSIZE 1024
24-H:\BOOT\PARMFILE UNDEFINED RECSIZE 1024
25-H:\BOOT\ROOT.BIN UNDEFINED RECSIZE 1024
26-TM
27-TM
28-EOT
29
30=== renamed file 'data/xenial/s390x/d390.ins' => 'data/xenial/s390x/ubuntu.ins'
31--- data/xenial/s390x/d390.ins 2015-12-11 11:50:48 +0000
32+++ data/xenial/s390x/ubuntu.ins 2016-01-18 18:13:51 +0000
33@@ -1,6 +1,6 @@
34-* Debian GNU/Linux for S/390 (boot from CD-ROM or FTP-Server)
35-linux_vm 0x00000000
36-root.off 0x0001040c
37-root.siz 0x00010414
38-parmfile 0x00010480
39-root.bin 0x01000000
40+* Ubuntu for z Series (boot from CD-ROM or FTP-Server)
41+kernel.ubuntu 0x00000000
42+initrd.off 0x0001040c
43+initrd.siz 0x00010414
44+parmfile.ubuntu 0x00010480
45+initrd.ubuntu 0x01000000
46
47=== modified file 'tools/boot/xenial/boot-s390x'
48--- tools/boot/xenial/boot-s390x 2015-12-16 21:52:35 +0000
49+++ tools/boot/xenial/boot-s390x 2016-01-18 18:13:51 +0000
50@@ -44,25 +44,22 @@
51 mkdir -p $imagedir
52 DI_DIR="$DI_PATH/current/images"
53
54-cp -lf "$DI_DIR/generic/debian.exec" $imagedir
55-cp -lf "$DI_DIR/generic/parmfile.debian" $imagedir
56-cp -lf "$DI_DIR/generic/initrd.debian" $imagedir
57-cp -lf "$DI_DIR/generic/kernel.debian" $imagedir
58+cp -lf "$DI_DIR/generic/ubuntu.exec" $imagedir
59+cp -lf "$DI_DIR/generic/parmfile.ubuntu" $imagedir
60+cp -lf "$DI_DIR/generic/initrd.ubuntu" $imagedir
61+cp -lf "$DI_DIR/generic/kernel.ubuntu" $imagedir
62
63 # Create the files specifying offset and size of the initrd
64-perl -e "print pack('N', 0x1000000)" >"$imagedir/root.off"
65-perl -e "print pack('N', -s '$imagedir/root.bin')" >"$imagedir/root.siz"
66+perl -e "print pack('N', 0x1000000)" >"$imagedir/initrd.off"
67+perl -e "print pack('N', -s '$imagedir/initrd.ubuntu')" >"$imagedir/initrd.siz"
68
69 cp "$DI_DIR/MANIFEST.udebs" .
70 list_kernel_abis $images_S390 | check_kernel_sync
71
72 # Copy the different boot files
73-# - d390.ins : for booting from CD-ROM or FTP-Server
74-cp $BASEDIR/data/$CODENAME/$ARCH/d390* "$imagedir/"
75-sed -e 's,^[^*],boot/&,g' < $BASEDIR/data/$CODENAME/$ARCH/d390.ins > "boot$N/d390.ins"
76-
77-# Copy the README file
78-cp $BASEDIR/data/$DI_CODENAME/$ARCH/README.boot "boot$N/"
79+# - ubuntu.ins : for booting from CD-ROM or FTP-Server
80+# - README
81+cp $BASEDIR/data/$CODENAME/$ARCH/* $imagedir
82
83 # Include the boot$N/-tree into the iso-image
84 add_mkisofs_opt $CDDIR/../$N.mkisofs_opts "-J"

Subscribers

People subscribed via source and target branches