Merge lp:~vorlon/debian-cd/drop-archaic-install_languages into lp:~ubuntu-cdimage/debian-cd/ubun3

Proposed by Steve Langasek
Status: Merged
Merged at revision: 2063
Proposed branch: lp:~vorlon/debian-cd/drop-archaic-install_languages
Merge into: lp:~ubuntu-cdimage/debian-cd/ubun3
Prerequisite: lp:~xnox/debian-cd/drop-di-s390x
Diff against target: 62 lines (+0/-19)
4 files modified
tools/boot/groovy/boot-amd64 (+0/-2)
tools/boot/groovy/boot-arm64 (+0/-2)
tools/boot/groovy/boot-ppc64el (+0/-2)
tools/boot/groovy/common.sh (+0/-13)
To merge this branch: bzr merge lp:~vorlon/debian-cd/drop-archaic-install_languages
Reviewer Review Type Date Requested Status
Dimitri John Ledkov (community) Approve
Ubuntu CD Image Team Pending
Review via email: mp+384394@code.launchpad.net
To post a comment you must log in.
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 'tools/boot/groovy/boot-amd64'
--- tools/boot/groovy/boot-amd64 2020-04-24 14:51:48 +0000
+++ tools/boot/groovy/boot-amd64 2020-05-21 22:05:16 +0000
@@ -191,8 +191,6 @@
191 ;;191 ;;
192esac192esac
193193
194#install_languages $CDDIR
195
196# Only disk one gets the extra files installed194# Only disk one gets the extra files installed
197#195#
198if [ "$NN" = "1" ]; then196if [ "$NN" = "1" ]; then
199197
=== modified file 'tools/boot/groovy/boot-arm64'
--- tools/boot/groovy/boot-arm64 2020-04-24 14:51:48 +0000
+++ tools/boot/groovy/boot-arm64 2020-05-21 22:05:16 +0000
@@ -123,8 +123,6 @@
123 echo -n "-append_partition 2 0xef $CDDIR/boot/grub/efi.img -e boot/grub/efi.img -no-emul-boot " >> $N.mkisofs_opts123 echo -n "-append_partition 2 0xef $CDDIR/boot/grub/efi.img -e boot/grub/efi.img -no-emul-boot " >> $N.mkisofs_opts
124fi124fi
125125
126#install_languages $CDDIR
127
128# Only disk one gets the extra files installed126# Only disk one gets the extra files installed
129#127#
130if [ "$NN" = "1" ]; then128if [ "$NN" = "1" ]; then
131129
=== modified file 'tools/boot/groovy/boot-ppc64el'
--- tools/boot/groovy/boot-ppc64el 2020-04-24 14:51:48 +0000
+++ tools/boot/groovy/boot-ppc64el 2020-05-21 22:05:16 +0000
@@ -32,8 +32,6 @@
32 exit 032 exit 0
33fi33fi
3434
35install_languages $CDDIR
36
37echo -n "--netatalk -hfs -probe -map $BASEDIR/data/hfs.map" \35echo -n "--netatalk -hfs -probe -map $BASEDIR/data/hfs.map" \
38 > $N.mkisofs_opts36 > $N.mkisofs_opts
39echo -n " -chrp-boot -iso-level 4" >> $N.mkisofs_opts37echo -n " -chrp-boot -iso-level 4" >> $N.mkisofs_opts
4038
=== modified file 'tools/boot/groovy/common.sh'
--- tools/boot/groovy/common.sh 2020-04-24 14:51:48 +0000
+++ tools/boot/groovy/common.sh 2020-05-21 22:05:16 +0000
@@ -3,19 +3,6 @@
3# by the various boot-<arch> scripts.3# by the various boot-<arch> scripts.
44
55
6# install_languages decompacts the language packs, you should give the path
7# to the CD temporary tree.
8# This function should be called for all bootable images.
9install_languages() {
10 # Param $1 is the CD directory
11 if [ -f "$MIRROR/dists/$DI_CODENAME/main/disks-$ARCH/current/xlp.tgz" ]
12 then
13 mkdir $1/.xlp
14 (cd $1/.xlp; \
15 tar zxf $MIRROR/dists/$DI_CODENAME/main/disks-$ARCH/current/xlp.tgz )
16 fi
17}
18
19default_preseed() {6default_preseed() {
20 case $PROJECT in7 case $PROJECT in
21 ubuntu|ubuntukylin)8 ubuntu|ubuntukylin)

Subscribers

People subscribed via source and target branches