Merge lp:~xnox/partman-base/merge-debian into lp:~ubuntu-core-dev/partman-base/ubuntu

Proposed by Dimitri John Ledkov
Status: Merged
Merged at revision: 1411
Proposed branch: lp:~xnox/partman-base/merge-debian
Merge into: lp:~ubuntu-core-dev/partman-base/ubuntu
Diff against target: 437 lines (+127/-55)
9 files modified
debian/changelog (+84/-1)
debian/control (+2/-2)
debian/isinstallable (+0/-10)
debian/po/be.po (+4/-3)
debian/po/da.po (+1/-1)
debian/po/th.po (+8/-9)
debian/po/zh_CN.po (+25/-24)
init.d/parted (+1/-3)
parted_server.c (+2/-2)
To merge this branch: bzr merge lp:~xnox/partman-base/merge-debian
Reviewer Review Type Date Requested Status
Mathieu Trudel-Lapierre Pending
Review via email: mp+328155@code.launchpad.net

Description of the change

I hope i got the merge of the grep pattern right.

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

I guess this is for 18.04 now

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== modified file 'debian/changelog'
--- debian/changelog 2016-08-12 13:24:29 +0000
+++ debian/changelog 2017-07-27 07:25:19 +0000
@@ -1,3 +1,87 @@
1partman-base (192ubuntu1) artful; urgency=medium
2
3 * Resynchronise with Debian. Remaining changes:
4 - Ubiquity integration: If PARTMAN_NO_COMMIT is set, then exit rather
5 than running commit.d and finish.d scripts; add a partman-commit
6 script; dump extra information to /var/lib/partman/snoop if
7 PARTMAN_SNOOP is set; check for per-menu 'no_show_choices' file in
8 ask_user and don't reshow the menu if it exists.
9 - Don't skip over dmraid devices if the user chooses not to activate
10 them.
11 - If the only thing mounted on a disk is the installation medium and it
12 uses more or less the whole disk, then silently exclude that disk; if
13 the installation medium is mounted but doesn't use the whole disk,
14 issue a warning that partitioning may be difficult; if anything else
15 is mounted, offer to unmount it. partman/filter_mounted=false disables
16 this.
17 - debian/control: replace harddrive-detection Depends with the specific
18 disk-detect version needed (>= 1.95ubuntu4) to support multipath-tools
19 0.5.0. There are no other harddrive-detection providers yet anyway.
20 - Multipath support:
21 - lib/base.sh: is_multipath_part(): Use 'p' (not '-part') as multipath
22 disk-partition separator.
23 - lib/base.sh: humandev(): Accept spaces in multipath WWID.
24 - init.d/parted: part_of_multipath(): Update grep expression for more
25 recent output of 'multipath -l'.
26 - lib/base.sh: drop the p separator for multipath partitions
27
28 -- Dimitri John Ledkov <xnox@ubuntu.com> Thu, 27 Jul 2017 08:10:29 +0100
29
30partman-base (192) unstable; urgency=medium
31
32 [ Aurelien Jarno ]
33 * debian/isinstallable: drop support for unsupported mips platforms.
34
35 [ Karsten Merker ]
36 * For systems that are known to have their boot firmware on an mmcblk
37 device, protect the firmware area on all mmcblk devices (and not
38 only on mmcblk0) from being clobbered during guided partitioning
39 and add missing whitespace to the corresponding log output.
40 (Closes: #854822)
41
42 -- Cyril Brulebois <kibi@debian.org> Mon, 26 Jun 2017 00:11:48 +0200
43
44partman-base (191) unstable; urgency=medium
45
46 [ Mathieu Trudel-Lapierre ]
47 * init.d/parted: part_of_multipath(): Update grep expression for more
48 recent output of 'multipath -l'.
49 * lib/base.sh: humandev(): Accept spaces in multipath WWID.
50
51 [ Cyril Brulebois ]
52 * Merge Mathieu's work, with apologies for the delay.
53
54 -- Cyril Brulebois <kibi@debian.org> Fri, 10 Feb 2017 19:24:29 +0100
55
56partman-base (190) unstable; urgency=medium
57
58 [ Viktor Mihajlovski ]
59 * Add disk label type to device directory, such that
60 e.g. partman-partitioning can elect dasd partitioning table for dasd
61 drives.
62
63 [ Dimitri John Ledkov ]
64 * On s390[x], prevent using extended partitions on DASD drives that can
65 only hold 3 partitions. Parted doesn't have special knowledge about
66 that and claims that msdos partition table on DASD drives can hold
67 the usual maximum number of partitions types.
68
69 -- Christian Perrier <bubulle@debian.org> Sun, 13 Nov 2016 07:45:31 +0100
70
71partman-base (189) unstable; urgency=medium
72
73 [ Colin Watson ]
74 * Use HTTPS for Vcs-* URLs, and link to cgit rather than gitweb.
75
76 -- Christian Perrier <bubulle@debian.org> Sun, 07 Feb 2016 17:01:43 +0100
77
78partman-base (188) unstable; urgency=medium
79
80 [ Updated translations ]
81 * Thai (th.po) by Theppitak Karoonboonyanan
82
83 -- Christian Perrier <bubulle@debian.org> Fri, 02 Oct 2015 12:31:01 +0200
84
1partman-base (187ubuntu3) yakkety; urgency=medium85partman-base (187ubuntu3) yakkety; urgency=medium
286
3 * On s390[x], Prevent using extended partitions on DASD drives that can87 * On s390[x], Prevent using extended partitions on DASD drives that can
@@ -5194,4 +5278,3 @@
5194 * First version.5278 * First version.
51955279
5196 -- Anton Zinoviev <zinoviev@debian.org> Wed, 27 Aug 2003 07:03:28 +02005280 -- Anton Zinoviev <zinoviev@debian.org> Wed, 27 Aug 2003 07:03:28 +0200
5197
51985281
=== modified file 'debian/control'
--- debian/control 2015-07-06 15:42:51 +0000
+++ debian/control 2017-07-27 07:25:19 +0000
@@ -5,8 +5,8 @@
5XSBC-Original-Maintainer: Debian Install System Team <debian-boot@lists.debian.org>5XSBC-Original-Maintainer: Debian Install System Team <debian-boot@lists.debian.org>
6Uploaders: Anton Zinoviev <zinoviev@debian.org>, Colin Watson <cjwatson@debian.org>, Christian Perrier <bubulle@debian.org>, Max Vozeler <xam@debian.org>6Uploaders: Anton Zinoviev <zinoviev@debian.org>, Colin Watson <cjwatson@debian.org>, Christian Perrier <bubulle@debian.org>, Max Vozeler <xam@debian.org>
7Build-Depends: debhelper (>= 9), dh-autoreconf, dh-di (>= 2), pkg-config, po-debconf (>= 0.5.0), libparted-dev (>= 2.2)7Build-Depends: debhelper (>= 9), dh-autoreconf, dh-di (>= 2), pkg-config, po-debconf (>= 0.5.0), libparted-dev (>= 2.2)
8XS-Debian-Vcs-Browser: http://anonscm.debian.org/gitweb/?p=d-i/partman-base.git8XS-Debian-Vcs-Browser: https://anonscm.debian.org/cgit/d-i/partman-base.git
9XS-Debian-Vcs-Git: git://anonscm.debian.org/d-i/partman-base.git9XS-Debian-Vcs-Git: https://anonscm.debian.org/git/d-i/partman-base.git
10Vcs-Bzr: http://bazaar.launchpad.net/~ubuntu-core-dev/partman-base/ubuntu10Vcs-Bzr: http://bazaar.launchpad.net/~ubuntu-core-dev/partman-base/ubuntu
1111
12Package: partman-base12Package: partman-base
1313
=== modified file 'debian/isinstallable'
--- debian/isinstallable 2008-01-04 19:01:22 +0000
+++ debian/isinstallable 2017-07-27 07:25:19 +0000
@@ -1,16 +1,6 @@
1#!/bin/sh1#!/bin/sh
22
3case "`archdetect`" in3case "`archdetect`" in
4 # parted does not properly edit dvh disk labels
5 mips/r4k-ip22 | mips/r5k-ip22 | mips/r8k-ip26 | mips/r10k-ip28)
6 return 1
7 ;;
8 mips/r10k-ip27 | mips/r12k-ip27)
9 return 1
10 ;;
11 mips/r5k-ip32 | mips/r10k-ip32 | mips/r12k-ip32)
12 return 1
13 ;;
14 *)4 *)
15 return 0;5 return 0;
16esac6esac
177
=== modified file 'debian/po/be.po'
--- debian/po/be.po 2016-08-12 13:19:11 +0000
+++ debian/po/be.po 2017-07-27 07:25:19 +0000
@@ -23,9 +23,10 @@
23"Project-Id-Version: be\n"23"Project-Id-Version: be\n"
24"Report-Msgid-Bugs-To: partman-base@packages.debian.org\n"24"Report-Msgid-Bugs-To: partman-base@packages.debian.org\n"
25"POT-Creation-Date: 2011-07-27 22:47+0000\n"25"POT-Creation-Date: 2011-07-27 22:47+0000\n"
26"PO-Revision-Date: 2012-01-18 01:58+0300\n"26"PO-Revision-Date: 2015-12-21 15:13+0300\n"
27"Last-Translator: Viktar Siarheichyk <vics@eq.by>\n"27"Last-Translator: Viktar Siarheichyk <vics@fsfe.org>\n"
28"Language-Team: Belarusian <i18n@mova.org>\n"28"Language-Team: Debian l10n team for Belarusian <debian-l10n-belarusian@lists."
29"debian.org>\n"
29"Language: be\n"30"Language: be\n"
30"MIME-Version: 1.0\n"31"MIME-Version: 1.0\n"
31"Content-Type: text/plain; charset=UTF-8\n"32"Content-Type: text/plain; charset=UTF-8\n"
3233
=== modified file 'debian/po/da.po'
--- debian/po/da.po 2016-08-12 13:19:11 +0000
+++ debian/po/da.po 2017-07-27 07:25:19 +0000
@@ -39,7 +39,7 @@
39"Project-Id-Version: debian-installer_packages_po_sublevel1_da\n"39"Project-Id-Version: debian-installer_packages_po_sublevel1_da\n"
40"Report-Msgid-Bugs-To: partman-base@packages.debian.org\n"40"Report-Msgid-Bugs-To: partman-base@packages.debian.org\n"
41"POT-Creation-Date: 2011-07-27 22:47+0000\n"41"POT-Creation-Date: 2011-07-27 22:47+0000\n"
42"PO-Revision-Date: 2015-03-05 20:12+0200\n"42"PO-Revision-Date: 2015-08-16 20:20+0200\n"
43"Last-Translator: Joe Hansen <joedalton2@yahoo.dk>\n"43"Last-Translator: Joe Hansen <joedalton2@yahoo.dk>\n"
44"Language-Team: <dansk@dansk-gruppen.dk>\n"44"Language-Team: <dansk@dansk-gruppen.dk>\n"
45"Language: da\n"45"Language: da\n"
4646
=== modified file 'debian/po/th.po'
--- debian/po/th.po 2011-09-08 17:47:18 +0000
+++ debian/po/th.po 2017-07-27 07:25:19 +0000
@@ -4,9 +4,9 @@
4# DO NOT MODIFY THIS FILE DIRECTLY: SUCH CHANGES WILL BE LOST4# DO NOT MODIFY THIS FILE DIRECTLY: SUCH CHANGES WILL BE LOST
5#5#
6# Thai translation of debian-installer.6# Thai translation of debian-installer.
7# Copyright (C) 2006-2011 Software in the Public Interest, Inc.7# Copyright (C) 2006-2015 Software in the Public Interest, Inc.
8# This file is distributed under the same license as debian-installer.8# This file is distributed under the same license as debian-installer.
9# Theppitak Karoonboonyanan <thep@linux.thai.net>, 2006-2011.9# Theppitak Karoonboonyanan <theppitak@gmail.com>, 2006-2015.
10#10#
11#11#
12# Translations from iso-codes:12# Translations from iso-codes:
@@ -14,18 +14,17 @@
14# Translations taken from ICU SVN on 2007-09-0914# Translations taken from ICU SVN on 2007-09-09
15# Free Software Foundation, Inc., 2002,2003,200415# Free Software Foundation, Inc., 2002,2003,2004
16# Alastair McKinstry <mckinstry@computer.org>, 2002, 200416# Alastair McKinstry <mckinstry@computer.org>, 2002, 2004
17# Translations from KDE:17# Translations from KDE:
18# - Thanomsub Noppaburana <donga@midaassets.com>18# Thanomsub Noppaburana <donga@midaassets.com>
19# Thanomsub Noppaburana <donga@midaassets.com> (Translations from KDE)19# Theppitak Karoonboonyanan <theppitak@gmail.com>, 2005-2015
20# Theppitak Karoonboonyanan <thep@linux.thai.net>, 2005-2011
21#20#
22msgid ""21msgid ""
23msgstr ""22msgstr ""
24"Project-Id-Version: debian-installer\n"23"Project-Id-Version: debian-installer\n"
25"Report-Msgid-Bugs-To: partman-base@packages.debian.org\n"24"Report-Msgid-Bugs-To: partman-base@packages.debian.org\n"
26"POT-Creation-Date: 2011-07-27 22:47+0000\n"25"POT-Creation-Date: 2011-07-27 22:47+0000\n"
27"PO-Revision-Date: 2011-08-17 22:42+0700\n"26"PO-Revision-Date: 2015-09-30 14:14+0700\n"
28"Last-Translator: Theppitak Karoonboonyanan <thep@linux.thai.net>\n"27"Last-Translator: Theppitak Karoonboonyanan <theppitak@gmail.com>\n"
29"Language-Team: Thai <thai-l10n@googlegroups.com>\n"28"Language-Team: Thai <thai-l10n@googlegroups.com>\n"
30"Language: th\n"29"Language: th\n"
31"MIME-Version: 1.0\n"30"MIME-Version: 1.0\n"
@@ -160,7 +159,7 @@
160"If you continue, the changes listed below will be written to the disks. "159"If you continue, the changes listed below will be written to the disks. "
161"Otherwise, you will be able to make further changes manually."160"Otherwise, you will be able to make further changes manually."
162msgstr ""161msgstr ""
163"หากคุณดำเนินการต่อ การเปลี่ยนแปลงในรายการข้างล่างจะถูกเขียนลงดิสก์ มิฉะนั้น "162"หากคุณดำเนินการต่อ การเปลี่ยนแปลงในรายการข้างล่างนี้จะถูกเขียนลงดิสก์ หรือไม่เช่นนั้น "
164"คุณก็ยังสามารถเปลี่ยนแปลงสิ่งต่างๆ เองเพิ่มเติมได้อีก"163"คุณก็ยังสามารถเปลี่ยนแปลงสิ่งต่างๆ เองเพิ่มเติมได้อีก"
165164
166#. Type: boolean165#. Type: boolean
167166
=== modified file 'debian/po/zh_CN.po'
--- debian/po/zh_CN.po 2015-03-08 09:35:34 +0000
+++ debian/po/zh_CN.po 2017-07-27 07:25:19 +0000
@@ -26,16 +26,17 @@
26# YunQiang Su <wzssyqa@gmail.com>, 2011.26# YunQiang Su <wzssyqa@gmail.com>, 2011.
27#27#
28# Mai Hao Hui <mhh@126.com>, 2001 (translations from galeon)28# Mai Hao Hui <mhh@126.com>, 2001 (translations from galeon)
29# YunQiang Su <wzssyqa@gmail.com>, 2010, 2011.29# YunQiang Su <wzssyqa@gmail.com>, 2010, 2011, 2012, 2013.
30# Yangfl <mmyangfl@gmail.com>, 2017.
30#31#
31msgid ""32msgid ""
32msgstr ""33msgstr ""
33"Project-Id-Version: debian-installer\n"34"Project-Id-Version: debian-installer\n"
34"Report-Msgid-Bugs-To: partman-base@packages.debian.org\n"35"Report-Msgid-Bugs-To: partman-base@packages.debian.org\n"
35"POT-Creation-Date: 2011-07-27 22:47+0000\n"36"POT-Creation-Date: 2011-07-27 22:47+0000\n"
36"PO-Revision-Date: 2011-08-11 11:13+0800\n"37"PO-Revision-Date: 2017-06-11 18:20+0800\n"
37"Last-Translator: YunQiang Su <wzssyqa@gmail.com>\n"38"Last-Translator: Yangfl <mmyangfl@gmail.com>\n"
38"Language-Team: Chinese (simplified) <i18n-zh@googlegroups.com>\n"39"Language-Team: <debian-l10n-chinese@lists.debian.org>\n"
39"Language: zh_CN\n"40"Language: zh_CN\n"
40"MIME-Version: 1.0\n"41"MIME-Version: 1.0\n"
41"Content-Type: text/plain; charset=UTF-8\n"42"Content-Type: text/plain; charset=UTF-8\n"
@@ -47,7 +48,7 @@
47#. :sl1:48#. :sl1:
48#: ../partman-base.templates:100149#: ../partman-base.templates:1001
49msgid "Starting up the partitioner"50msgid "Starting up the partitioner"
50msgstr "正在启动 partitioner"51msgstr "正在启动分区程序"
5152
52#. Type: text53#. Type: text
53#. Description54#. Description
@@ -170,8 +171,8 @@
170"If you continue, the changes listed below will be written to the disks. "171"If you continue, the changes listed below will be written to the disks. "
171"Otherwise, you will be able to make further changes manually."172"Otherwise, you will be able to make further changes manually."
172msgstr ""173msgstr ""
173"如果您继续,以下所列出的修改内容将被写入磁盘。否则您将可以进行进一步的手动修"174"如果您继续,以下所列出的修改内容将会写入到磁盘中。或者,您也可以手动来进行其"
174"改。"175"它修改。"
175176
176#. Type: boolean177#. Type: boolean
177#. Description178#. Description
@@ -180,7 +181,7 @@
180msgid ""181msgid ""
181"WARNING: This will destroy all data on any partitions you have removed as "182"WARNING: This will destroy all data on any partitions you have removed as "
182"well as on the partitions that are going to be formatted."183"well as on the partitions that are going to be formatted."
183msgstr "警告:任何已被删除的和将要被格式化的分区上的数据都将被摧毁。"184msgstr "警告:任何已删除和将要格式化的分区上的数据都将被摧毁。"
184185
185#. Type: text186#. Type: text
186#. Description187#. Description
@@ -195,7 +196,7 @@
195#. for example: "partition #6 of IDE0 master as ext3 journaling file system"196#. for example: "partition #6 of IDE0 master as ext3 journaling file system"
196#: ../partman-base.templates:14001197#: ../partman-base.templates:14001
197msgid "partition #${PARTITION} of ${DEVICE} as ${TYPE}"198msgid "partition #${PARTITION} of ${DEVICE} as ${TYPE}"
198msgstr "${DEVICE} 设备上的第 ${PARTITION} 分区将被设置为 ${TYPE}"199msgstr "${DEVICE} 设备上的第 ${PARTITION} 分区将设为 ${TYPE}"
199200
200#. Type: text201#. Type: text
201#. Description202#. Description
@@ -204,14 +205,14 @@
204#. for example: "LVM VG Debian, LV Root as ext3 journaling file system"205#. for example: "LVM VG Debian, LV Root as ext3 journaling file system"
205#: ../partman-base.templates:15001206#: ../partman-base.templates:15001
206msgid "${DEVICE} as ${TYPE}"207msgid "${DEVICE} as ${TYPE}"
207msgstr "${DEVICE} 设备将被设置为 ${TYPE}"208msgstr "${DEVICE} 设备将设为 ${TYPE}"
208209
209#. Type: text210#. Type: text
210#. Description211#. Description
211#. :sl2:212#. :sl2:
212#: ../partman-base.templates:16001213#: ../partman-base.templates:16001
213msgid "The partition tables of the following devices are changed:"214msgid "The partition tables of the following devices are changed:"
214msgstr "以下设备的分区表已被改变:"215msgstr "以下设备的分区表已改变:"
215216
216#. Type: select217#. Type: select
217#. Description218#. Description
@@ -242,35 +243,35 @@
242"You are editing partition #${PARTITION} of ${DEVICE}. ${OTHERINFO} "243"You are editing partition #${PARTITION} of ${DEVICE}. ${OTHERINFO} "
243"${DESTROYED}"244"${DESTROYED}"
244msgstr ""245msgstr ""
245"您正在编辑 ${DEVICE} 设备上的第 ${PARTITION} 分区。${OTHERINFO}${DESTROYED}"246"您正在编辑 ${DEVICE} 设备上的第 ${PARTITION} 分区。${OTHERINFO} ${DESTROYED}"
246247
247#. Type: text248#. Type: text
248#. Description249#. Description
249#. :sl2:250#. :sl2:
250#: ../partman-base.templates:20001251#: ../partman-base.templates:20001
251msgid "This partition is formatted with the ${FILESYSTEM}."252msgid "This partition is formatted with the ${FILESYSTEM}."
252msgstr "此分区被格式化为 ${FILESYSTEM}。"253msgstr "此分区已格式化为 ${FILESYSTEM}。"
253254
254#. Type: text255#. Type: text
255#. Description256#. Description
256#. :sl2:257#. :sl2:
257#: ../partman-base.templates:21001258#: ../partman-base.templates:21001
258msgid "No existing file system was detected in this partition."259msgid "No existing file system was detected in this partition."
259msgstr "未在此分区上发现已存在的文件系统。"260msgstr "未在此分区上发现任何已存在的文件系统。"
260261
261#. Type: text262#. Type: text
262#. Description263#. Description
263#. :sl2:264#. :sl2:
264#: ../partman-base.templates:22001265#: ../partman-base.templates:22001
265msgid "All data in it WILL BE DESTROYED!"266msgid "All data in it WILL BE DESTROYED!"
266msgstr "其中的所有数据都将被摧毁!"267msgstr "其中的所有数据都将被 [完 全 摧 毁]!"
267268
268#. Type: note269#. Type: note
269#. Description270#. Description
270#. :sl2:271#. :sl2:
271#: ../partman-base.templates:23001272#: ../partman-base.templates:23001
272msgid "The partition starts from ${FROMCHS} and ends at ${TOCHS}."273msgid "The partition starts from ${FROMCHS} and ends at ${TOCHS}."
273msgstr "此分区开始于 ${FROMCHS} 结束于 ${TOCHS} 。"274msgstr "此分区开始于 ${FROMCHS} 结束于 ${TOCHS}。"
274275
275#. Type: note276#. Type: note
276#. Description277#. Description
@@ -284,14 +285,14 @@
284#. :sl1:285#. :sl1:
285#: ../partman-base.templates:26001286#: ../partman-base.templates:26001
286msgid "Partitions formatting"287msgid "Partitions formatting"
287msgstr "分区格式化"288msgstr "正在格式化分区"
288289
289#. Type: text290#. Type: text
290#. Description291#. Description
291#. :sl1:292#. :sl1:
292#: ../partman-base.templates:27001293#: ../partman-base.templates:27001
293msgid "Processing..."294msgid "Processing..."
294msgstr "执行中..."295msgstr "处理中..."
295296
296#. Type: text297#. Type: text
297#. Description298#. Description
@@ -315,7 +316,7 @@
315#. :sl1:316#. :sl1:
316#: ../partman-base.templates:31001317#: ../partman-base.templates:31001
317msgid "Finish partitioning and write changes to disk"318msgid "Finish partitioning and write changes to disk"
318msgstr "分区设定结束并将修改写入磁盘"319msgstr "结束分区设定并将修改写入磁盘"
319320
320#. Type: text321#. Type: text
321#. Description322#. Description
@@ -354,7 +355,7 @@
354#. :sl1:355#. :sl1:
355#: ../partman-base.templates:37001356#: ../partman-base.templates:37001
356msgid "primary"357msgid "primary"
357msgstr "主分区"358msgstr "主"
358359
359#. Type: text360#. Type: text
360#. Description361#. Description
@@ -362,7 +363,7 @@
362#. :sl1:363#. :sl1:
363#: ../partman-base.templates:38001364#: ../partman-base.templates:38001
364msgid "logical"365msgid "logical"
365msgstr "逻辑分区"366msgstr "逻辑"
366367
367#. Type: text368#. Type: text
368#. Description369#. Description
@@ -540,7 +541,7 @@
540#: ../partman-base.templates:57001541#: ../partman-base.templates:57001
541#, no-c-format542#, no-c-format
542msgid "Multipath %s (WWID %s)"543msgid "Multipath %s (WWID %s)"
543msgstr "多重路径(Multipath) %s (通用ID(WWID) %s)"544msgstr "多重路径 (Multipath) %s (WWID %s)"
544545
545#. Type: text546#. Type: text
546#. Description547#. Description
@@ -548,7 +549,7 @@
548#: ../partman-base.templates:58001549#: ../partman-base.templates:58001
549#, no-c-format550#, no-c-format
550msgid "Multipath %s (partition #%s)"551msgid "Multipath %s (partition #%s)"
551msgstr "多重路径(Multipath) %s (第 #%s 分区)"552msgstr "多重路径 (Multipath) %s (第 #%s 分区)"
552553
553#. Type: text554#. Type: text
554#. Description555#. Description
@@ -564,7 +565,7 @@
564#: ../partman-base.templates:60001565#: ../partman-base.templates:60001
565#, no-c-format566#, no-c-format
566msgid "ZFS pool %s, volume %s"567msgid "ZFS pool %s, volume %s"
567msgstr "ZFS pool %s, 卷 %s"568msgstr "ZFS 池 %s,卷 %s"
568569
569#. Type: text570#. Type: text
570#. Description571#. Description
571572
=== modified file 'init.d/parted'
--- init.d/parted 2016-08-12 13:19:46 +0000
+++ init.d/parted 2017-07-27 07:25:19 +0000
@@ -49,10 +49,8 @@
49 # The block devices that make up the multipath:49 # The block devices that make up the multipath:
50 # Output looks like "(decoration-symbols) 4:0:0:1 sdc 8:32 ..."50 # Output looks like "(decoration-symbols) 4:0:0:1 sdc 8:32 ..."
51 # (decoration-symbols are not matched; they may change again, and the spaces differ for last device)51 # (decoration-symbols are not matched; they may change again, and the spaces differ for last device)
52 # (there is 1 or more spaces between fields if any disk has 4 letters; e.g., sdaa)
53 for mpdev in $(multipath -l | \52 for mpdev in $(multipath -l | \
54 grep -o '\([#0-9]\+:\)\{3\}[#0-9]\+ \+[hs]d[a-z]\+ \+[0-9]\+:[0-9]\+' | \53 grep -o '\([#0-9]\+:\)\{3\}[#0-9]\+ [hs]d[a-z]\+ [0-9]\+:[0-9]\+' | \
55 sed 's/ / /' | \
56 cut -f2 -d' '); do54 cut -f2 -d' '); do
57 if [ "$(readlink -f /dev/$mpdev)" = $1 ]; then55 if [ "$(readlink -f /dev/$mpdev)" = $1 ]; then
58 return 056 return 0
5957
=== modified file 'parted_server.c'
--- parted_server.c 2016-08-12 13:24:29 +0000
+++ parted_server.c 2017-07-27 07:25:19 +0000
@@ -1374,9 +1374,9 @@
1374 * the firmware area, resulting in an unbootable system (see1374 * the firmware area, resulting in an unbootable system (see
1375 * bug #751704).1375 * bug #751704).
1376 */1376 */
1377 if (is_system_with_firmware_on_disk() && !strcmp(disk->dev->path, "/dev/mmcblk0")) {1377 if (is_system_with_firmware_on_disk() && !strncmp(disk->dev->path, "/dev/mmcblk", 11)) {
1378 disk->needs_clobber = 0;1378 disk->needs_clobber = 0;
1379 log("Sunxi/Freescale/AM33XX detected. Disabling ped_disk_clobber" \1379 log("Sunxi/Freescale/AM33XX detected. Disabling ped_disk_clobber " \
1380 "for the boot device %s to protect the firmware " \1380 "for the boot device %s to protect the firmware " \
1381 "area.", disk->dev->path);1381 "area.", disk->dev->path);
1382 }1382 }

Subscribers

People subscribed via source and target branches

to all changes: