summaryrefslogtreecommitdiff
path: root/po/vi/using-d-i.po
diff options
context:
space:
mode:
authorFelipe Augusto van de Wiel <faw@debian.org>2008-09-26 00:10:32 +0000
committerFelipe Augusto van de Wiel <faw@debian.org>2008-09-26 00:10:32 +0000
commit0b048dbf33dec95e6efdaee7545e22081a1c648c (patch)
treef7457487061702388fc303132f187453602a66b2 /po/vi/using-d-i.po
parent499917c9d16990bd0114777ed5b1529fde5aea08 (diff)
downloadinstallation-guide-0b048dbf33dec95e6efdaee7545e22081a1c648c.zip
[SILENT_COMMIT] Update of POT and PO files for the manual
Diffstat (limited to 'po/vi/using-d-i.po')
-rw-r--r--po/vi/using-d-i.po595
1 files changed, 358 insertions, 237 deletions
diff --git a/po/vi/using-d-i.po b/po/vi/using-d-i.po
index 4eb8e0dac..d9f14bb20 100644
--- a/po/vi/using-d-i.po
+++ b/po/vi/using-d-i.po
@@ -6,7 +6,7 @@ msgid ""
msgstr ""
"Project-Id-Version: using-d-i\n"
"Report-Msgid-Bugs-To: debian-boot@lists.debian.org\n"
-"POT-Creation-Date: 2008-05-30 00:09+0000\n"
+"POT-Creation-Date: 2008-09-26 00:09+0000\n"
"PO-Revision-Date: 2008-05-02 22:29+0930\n"
"Last-Translator: Clytie Siddall <clytie@riverland.net.au>\n"
"Language-Team: Vietnamese <vi-VN@googlegroups.com>\n"
@@ -1932,7 +1932,45 @@ msgstr ""
#. Tag: para
#: using-d-i.xml:1168
-#, no-c-format
+#, fuzzy, no-c-format
+#| msgid ""
+#| "What benefits this brings depends on the type of MD device you are "
+#| "creating. Currently supported are: <variablelist> <varlistentry> "
+#| "<term>RAID0</term><listitem><para> Is mainly aimed at performance. RAID0 "
+#| "splits all incoming data into <firstterm>stripes</firstterm> and "
+#| "distributes them equally over each disk in the array. This can increase "
+#| "the speed of read/write operations, but when one of the disks fails, you "
+#| "will lose <emphasis>everything</emphasis> (part of the information is "
+#| "still on the healthy disk(s), the other part <emphasis>was</emphasis> on "
+#| "the failed disk). </para><para> The typical use for RAID0 is a partition "
+#| "for video editing. </para></listitem> </varlistentry> <varlistentry> "
+#| "<term>RAID1</term><listitem><para> Is suitable for setups where "
+#| "reliability is the first concern. It consists of several (usually two) "
+#| "equally-sized partitions where every partition contains exactly the same "
+#| "data. This essentially means three things. First, if one of your disks "
+#| "fails, you still have the data mirrored on the remaining disks. Second, "
+#| "you can use only a fraction of the available capacity (more precisely, it "
+#| "is the size of the smallest partition in the RAID). Third, file-reads are "
+#| "load-balanced among the disks, which can improve performance on a server, "
+#| "such as a file server, that tends to be loaded with more disk reads than "
+#| "writes. </para><para> Optionally you can have a spare disk in the array "
+#| "which will take the place of the failed disk in the case of failure. </"
+#| "para></listitem> </varlistentry> <varlistentry> <term>RAID5</"
+#| "term><listitem><para> Is a good compromise between speed, reliability and "
+#| "data redundancy. RAID5 splits all incoming data into stripes and "
+#| "distributes them equally on all but one disk (similar to RAID0). Unlike "
+#| "RAID0, RAID5 also computes <firstterm>parity</firstterm> information, "
+#| "which gets written on the remaining disk. The parity disk is not static "
+#| "(that would be called RAID4), but is changing periodically, so the parity "
+#| "information is distributed equally on all disks. When one of the disks "
+#| "fails, the missing part of information can be computed from remaining "
+#| "data and its parity. RAID5 must consist of at least three active "
+#| "partitions. Optionally you can have a spare disk in the array which will "
+#| "take the place of the failed disk in the case of failure. </para><para> "
+#| "As you can see, RAID5 has a similar degree of reliability to RAID1 while "
+#| "achieving less redundancy. On the other hand, it might be a bit slower on "
+#| "write operations than RAID0 due to computation of parity information. </"
+#| "para></listitem> </varlistentry> </variablelist> To sum it up:"
msgid ""
"What benefits this brings depends on the type of MD device you are creating. "
"Currently supported are: <variablelist> <varlistentry> <term>RAID0</"
@@ -1969,7 +2007,23 @@ msgid ""
"RAID5 has a similar degree of reliability to RAID1 while achieving less "
"redundancy. On the other hand, it might be a bit slower on write operations "
"than RAID0 due to computation of parity information. </para></listitem> </"
-"varlistentry> </variablelist> To sum it up:"
+"varlistentry> <varlistentry> <term>RAID6</term><listitem><para> Is similar "
+"to RAID5 except that it uses two parity devices instead of one. </"
+"para><para> A RAID6 array can survive up to two disk failures. </para></"
+"listitem> </varlistentry> <varlistentry> <term>RAID10</term><listitem><para> "
+"RAID10 combines striping (as in RAID0) and mirroring (as in RAID1). It "
+"creates <replaceable>n</replaceable> copies of incoming data and distributes "
+"them across the partitions so that none of the copies of the same data are "
+"on the same device. The default value of <replaceable>n</replaceable> is 2, "
+"but it can be set to something else in expert mode. The number of partitions "
+"used must be at least <replaceable>n</replaceable>. RAID10 has different "
+"layouts for distributing the copies. The default is near copies. Near copies "
+"have all of the copies at about the same offset on all of the disks. Far "
+"copies have the copies at different offsets on the disks. Offset copies copy "
+"the stripe, not the individual copies. </para><para> RAID10 can be used to "
+"achieve reliability and redundancy without the drawback of having to "
+"calculate parity. </para></listitem> </varlistentry> </variablelist> To sum "
+"it up:"
msgstr ""
"Lợi ích được nhận phụ thuộc vào kiểu thiết bị đa đích bạn đang tạo. HIện "
"thời có hỗ trợ : <variablelist> <varlistentry> <term>RAID0</"
@@ -2008,97 +2062,97 @@ msgstr ""
"tin chẵn lẻ. </para></listitem> </varlistentry> </variablelist> Để tóm tắt:"
#. Tag: entry
-#: using-d-i.xml:1246
+#: using-d-i.xml:1282
#, no-c-format
msgid "Type"
msgstr "Kiểu"
#. Tag: entry
-#: using-d-i.xml:1247
+#: using-d-i.xml:1283
#, no-c-format
msgid "Minimum Devices"
msgstr "Thiết bị tối thiểu"
#. Tag: entry
-#: using-d-i.xml:1248
+#: using-d-i.xml:1284
#, no-c-format
msgid "Spare Device"
msgstr "Thiết bị phụ tùng"
#. Tag: entry
-#: using-d-i.xml:1249
+#: using-d-i.xml:1285
#, no-c-format
msgid "Survives disk failure?"
msgstr "Vẫn còn hoạt động sau khi đĩa thất bại ?"
#. Tag: entry
-#: using-d-i.xml:1250
+#: using-d-i.xml:1286
#, no-c-format
msgid "Available Space"
msgstr "Chỗ sẵn sàng"
#. Tag: entry
-#: using-d-i.xml:1256
+#: using-d-i.xml:1292
#, no-c-format
msgid "RAID0"
msgstr "RAID0"
#. Tag: entry
-#: using-d-i.xml:1257 using-d-i.xml:1265
+#: using-d-i.xml:1293 using-d-i.xml:1301 using-d-i.xml:1331
#, no-c-format
msgid "<entry>2</entry>"
msgstr "<entry>2</entry>"
#. Tag: entry
-#: using-d-i.xml:1258 using-d-i.xml:1259
+#: using-d-i.xml:1294 using-d-i.xml:1295
#, no-c-format
msgid "<entry>no</entry>"
msgstr "<entry>không</entry>"
#. Tag: entry
-#: using-d-i.xml:1260
+#: using-d-i.xml:1296
#, no-c-format
msgid "Size of the smallest partition multiplied by number of devices in RAID"
msgstr "Kích cỡ của phân vùng nhỏ nhất được nhân số thiết bị trong RAID"
#. Tag: entry
-#: using-d-i.xml:1264
+#: using-d-i.xml:1300
#, no-c-format
msgid "RAID1"
msgstr "RAID1"
#. Tag: entry
-#: using-d-i.xml:1266 using-d-i.xml:1274
+#: using-d-i.xml:1302 using-d-i.xml:1310 using-d-i.xml:1321 using-d-i.xml:1332
#, no-c-format
msgid "optional"
msgstr "tùy chọn"
#. Tag: entry
-#: using-d-i.xml:1267 using-d-i.xml:1275
+#: using-d-i.xml:1303 using-d-i.xml:1311 using-d-i.xml:1322 using-d-i.xml:1333
#, no-c-format
msgid "<entry>yes</entry>"
msgstr "<entry>có</entry>"
#. Tag: entry
-#: using-d-i.xml:1268
+#: using-d-i.xml:1304
#, no-c-format
msgid "Size of the smallest partition in RAID"
msgstr "Kích cỡ của phân vùng nhỏ nhất trong RAID"
#. Tag: entry
-#: using-d-i.xml:1272
+#: using-d-i.xml:1308
#, no-c-format
msgid "RAID5"
msgstr "RAID5"
#. Tag: entry
-#: using-d-i.xml:1273
+#: using-d-i.xml:1309
#, no-c-format
msgid "<entry>3</entry>"
msgstr "<entry>3</entry>"
#. Tag: entry
-#: using-d-i.xml:1276
+#: using-d-i.xml:1312
#, no-c-format
msgid ""
"Size of the smallest partition multiplied by (number of devices in RAID "
@@ -2106,8 +2160,49 @@ msgid ""
msgstr ""
"Kích cỡ của phân vùng nhỏ nhất được nhận (số thiết bị trong RAID trừ một)"
+#. Tag: entry
+#: using-d-i.xml:1319
+#, fuzzy, no-c-format
+#| msgid "RAID0"
+msgid "RAID6"
+msgstr "RAID0"
+
+#. Tag: entry
+#: using-d-i.xml:1320
+#, fuzzy, no-c-format
+#| msgid "<entry>2</entry>"
+msgid "<entry>4</entry>"
+msgstr "<entry>2</entry>"
+
+#. Tag: entry
+#: using-d-i.xml:1323
+#, fuzzy, no-c-format
+#| msgid ""
+#| "Size of the smallest partition multiplied by (number of devices in RAID "
+#| "minus one)"
+msgid ""
+"Size of the smallest partition multiplied by (number of devices in RAID "
+"minus two)"
+msgstr ""
+"Kích cỡ của phân vùng nhỏ nhất được nhận (số thiết bị trong RAID trừ một)"
+
+#. Tag: entry
+#: using-d-i.xml:1330
+#, fuzzy, no-c-format
+#| msgid "RAID0"
+msgid "RAID10"
+msgstr "RAID0"
+
+#. Tag: entry
+#: using-d-i.xml:1334
+#, no-c-format
+msgid ""
+"Total of all partitions divided by the number of chunk copies (defaults to "
+"two)"
+msgstr ""
+
#. Tag: para
-#: using-d-i.xml:1284
+#: using-d-i.xml:1341
#, no-c-format
msgid ""
"If you want to know more about Software RAID, have a look at <ulink url="
@@ -2117,7 +2212,7 @@ msgstr ""
"<ulink url=\"&url-software-raid-howto;\">Software RAID HOWTO</ulink>."
#. Tag: para
-#: using-d-i.xml:1289
+#: using-d-i.xml:1346
#, no-c-format
msgid ""
"To create a MD device, you need to have the desired partitions it should "
@@ -2133,7 +2228,7 @@ msgstr ""
"RAID</guimenuitem> </menuchoice>.)"
#. Tag: para
-#: using-d-i.xml:1298
+#: using-d-i.xml:1355
#, no-c-format
msgid ""
"Make sure that the system can be booted with the partitioning scheme you are "
@@ -2153,7 +2248,7 @@ msgstr ""
"và RAID1 cho <filename>/boot</filename>."
#. Tag: para
-#: using-d-i.xml:1310
+#: using-d-i.xml:1367
#, no-c-format
msgid ""
"Support for MD is a relatively new addition to the installer. You may "
@@ -2171,7 +2266,7 @@ msgstr ""
"trình bao."
#. Tag: para
-#: using-d-i.xml:1319
+#: using-d-i.xml:1376
#, no-c-format
msgid ""
"Next, you should choose <guimenuitem>Configure software RAID</guimenuitem> "
@@ -2193,7 +2288,7 @@ msgstr ""
"RAID1). Kết quả phụ thuộc vào kiểu thiết bị đa đĩa bạn đã chọn."
#. Tag: para
-#: using-d-i.xml:1332
+#: using-d-i.xml:1389
#, no-c-format
msgid ""
"RAID0 is simple &mdash; you will be issued with the list of available RAID "
@@ -2205,7 +2300,7 @@ msgstr ""
"thiết bị đa đĩa."
#. Tag: para
-#: using-d-i.xml:1339
+#: using-d-i.xml:1396
#, no-c-format
msgid ""
"RAID1 is a bit more tricky. First, you will be asked to enter the number of "
@@ -2225,7 +2320,7 @@ msgstr ""
"khi bạn sửa vấn đề."
#. Tag: para
-#: using-d-i.xml:1351
+#: using-d-i.xml:1408
#, no-c-format
msgid ""
"RAID5 has a similar setup procedure as RAID1 with the exception that you "
@@ -2235,7 +2330,33 @@ msgstr ""
"nhất <emphasis>ba</emphasis> phân vùng hoạt động."
#. Tag: para
-#: using-d-i.xml:1359
+#: using-d-i.xml:1414
+#, fuzzy, no-c-format
+#| msgid ""
+#| "RAID5 has a similar setup procedure as RAID1 with the exception that you "
+#| "need to use at least <emphasis>three</emphasis> active partitions."
+msgid ""
+"RAID6 also has a similar setup procedure as RAID1 except thatat least "
+"<emphasis>four</emphasis> active partitions are required."
+msgstr ""
+"RAID5 có thủ tục thiết lập tương tự với RAID1, trừ bạn cần phải sử dụng ít "
+"nhất <emphasis>ba</emphasis> phân vùng hoạt động."
+
+#. Tag: para
+#: using-d-i.xml:1420
+#, no-c-format
+msgid ""
+"RAID10 again has a similar setup procedure as RAID1 except in expert mode. "
+"In expert mode, &d-i; will ask you for the layout. The layout has two parts. "
+"The first part is the layout type. It is either <literal>n</literal> (for "
+"near copies), <literal>f</literal> (for far copies), or <literal>o</literal> "
+"(for offset copies). The second part is the number of copies to make of the "
+"data. There must be at least that many active devices so that all of the "
+"copies can be distributed onto different disks."
+msgstr ""
+
+#. Tag: para
+#: using-d-i.xml:1434
#, no-c-format
msgid ""
"It is perfectly possible to have several types of MD at once. For example, "
@@ -2253,7 +2374,7 @@ msgstr ""
"vùng 100 GB hơi đáng tin cậy cho <filename>/home</filename>)."
#. Tag: para
-#: using-d-i.xml:1368
+#: using-d-i.xml:1443
#, no-c-format
msgid ""
"After you setup MD devices to your liking, you can <guimenuitem>Finish</"
@@ -2267,13 +2388,13 @@ msgstr ""
"mới, và gán cho chúng những thuộc tính thường như điểm lắp."
#. Tag: title
-#: using-d-i.xml:1383
+#: using-d-i.xml:1458
#, no-c-format
msgid "Configuring the Logical Volume Manager (LVM)"
msgstr "Cấu hình Bộ Quản lý Khối Tin Hợp Lý (LVM)"
#. Tag: para
-#: using-d-i.xml:1384
+#: using-d-i.xml:1459
#, no-c-format
msgid ""
"If you are working with computers at the level of system administrator or "
@@ -2289,7 +2410,7 @@ msgstr ""
"chuyển các thứ, tạo liên kết tượng trưng v.v."
#. Tag: para
-#: using-d-i.xml:1392
+#: using-d-i.xml:1467
#, no-c-format
msgid ""
"To avoid the described situation you can use Logical Volume Manager (LVM). "
@@ -2309,7 +2430,7 @@ msgstr ""
"qua vài đĩa vật lý."
#. Tag: para
-#: using-d-i.xml:1402
+#: using-d-i.xml:1477
#, no-c-format
msgid ""
"Now when you realize you need more space for your old 160GB <filename>/home</"
@@ -2329,7 +2450,7 @@ msgstr ""
"Nào <ulink url=\"&url-lvm-howto;\">LVM HOWTO</ulink>."
#. Tag: para
-#: using-d-i.xml:1413
+#: using-d-i.xml:1488
#, no-c-format
msgid ""
"LVM setup in &d-i; is quite simple and completely supported inside "
@@ -2346,7 +2467,7 @@ msgstr ""
"LVM</guimenuitem> </menuchoice>.)"
#. Tag: para
-#: using-d-i.xml:1422
+#: using-d-i.xml:1497
#, no-c-format
msgid ""
"When you return to the main <command>partman</command> screen, you will see "
@@ -2365,7 +2486,7 @@ msgstr ""
"ngữ cảnh, chỉ hiển thị những hành động hợp lệ. Những hành động có thể là:"
#. Tag: para
-#: using-d-i.xml:1433
+#: using-d-i.xml:1508
#, no-c-format
msgid ""
"<guimenuitem>Display configuration details</guimenuitem>: shows LVM device "
@@ -2375,43 +2496,43 @@ msgstr ""
"thiết bị LVM, các tên và kích cỡ của khối tin hợp lý, v.v."
#. Tag: guimenuitem
-#: using-d-i.xml:1438
+#: using-d-i.xml:1513
#, no-c-format
msgid "Create volume group"
msgstr "Tạo nhóm khối tin"
#. Tag: guimenuitem
-#: using-d-i.xml:1441
+#: using-d-i.xml:1516
#, no-c-format
msgid "Create logical volume"
msgstr "Tạo khối tin hợp lệ"
#. Tag: guimenuitem
-#: using-d-i.xml:1444
+#: using-d-i.xml:1519
#, no-c-format
msgid "Delete volume group"
msgstr "Xóa bỏ nhóm khối tin"
#. Tag: guimenuitem
-#: using-d-i.xml:1447
+#: using-d-i.xml:1522
#, no-c-format
msgid "Delete logical volume"
msgstr "Xóa bỏ khối tin hợp lệ"
#. Tag: guimenuitem
-#: using-d-i.xml:1450
+#: using-d-i.xml:1525
#, no-c-format
msgid "Extend volume group"
msgstr "Kéo dài nhóm khối tin"
#. Tag: guimenuitem
-#: using-d-i.xml:1453
+#: using-d-i.xml:1528
#, no-c-format
msgid "Reduce volume group"
msgstr "Giảm nhóm khối tin"
#. Tag: para
-#: using-d-i.xml:1455
+#: using-d-i.xml:1530
#, no-c-format
msgid ""
"<guimenuitem>Finish</guimenuitem>: return to the main <command>partman</"
@@ -2421,7 +2542,7 @@ msgstr ""
"command> chính"
#. Tag: para
-#: using-d-i.xml:1461
+#: using-d-i.xml:1536
#, no-c-format
msgid ""
"Use the options in that menu to first create a volume group and then create "
@@ -2431,7 +2552,7 @@ msgstr ""
"tạo các khối tin hợp lý bên trong nó."
#. Tag: para
-#: using-d-i.xml:1466
+#: using-d-i.xml:1541
#, no-c-format
msgid ""
"After you return to the main <command>partman</command> screen, any created "
@@ -2443,13 +2564,13 @@ msgstr ""
"thao tác nó như vậy)."
#. Tag: title
-#: using-d-i.xml:1480
+#: using-d-i.xml:1555
#, no-c-format
msgid "Configuring Encrypted Volumes"
msgstr "Cấu hình khối tin được mật mã"
#. Tag: para
-#: using-d-i.xml:1481
+#: using-d-i.xml:1556
#, no-c-format
msgid ""
"&d-i; allows you to set up encrypted partitions. Every file you write to "
@@ -2471,7 +2592,7 @@ msgstr ""
"thôi."
#. Tag: para
-#: using-d-i.xml:1493
+#: using-d-i.xml:1568
#, no-c-format
msgid ""
"The two most important partitions to encrypt are: the home partition, where "
@@ -2497,7 +2618,7 @@ msgstr ""
"không có khả năng tải hạt nhân từ phân vùng được mật mã."
#. Tag: para
-#: using-d-i.xml:1508
+#: using-d-i.xml:1583
#, no-c-format
msgid ""
"Please note that the performance of encrypted partitions will be less than "
@@ -2511,7 +2632,7 @@ msgstr ""
"của khoá."
#. Tag: para
-#: using-d-i.xml:1515
+#: using-d-i.xml:1590
#, no-c-format
msgid ""
"To use encryption, you have to create a new partition by selecting some free "
@@ -2532,7 +2653,7 @@ msgstr ""
"phân vùng đó."
#. Tag: para
-#: using-d-i.xml:1526
+#: using-d-i.xml:1601
#, no-c-format
msgid ""
"&d-i; supports several encryption methods. The default method is "
@@ -2548,7 +2669,7 @@ msgstr ""
"pháp mặc định, nếu bạn không bắt buộc phải làm khác."
#. Tag: para
-#: using-d-i.xml:1538
+#: using-d-i.xml:1613
#, no-c-format
msgid ""
"First, let's have a look at the options available when you select "
@@ -2562,13 +2683,13 @@ msgstr ""
"theo bảo mật."
#. Tag: term
-#: using-d-i.xml:1548
+#: using-d-i.xml:1623
#, no-c-format
msgid "Encryption: <userinput>aes</userinput>"
msgstr "Mật mã: <userinput>aes</userinput>"
#. Tag: para
-#: using-d-i.xml:1550
+#: using-d-i.xml:1625
#, no-c-format
msgid ""
"This option lets you select the encryption algorithm (<firstterm>cipher</"
@@ -2594,13 +2715,13 @@ msgstr ""
"hai mươi mốt."
#. Tag: term
-#: using-d-i.xml:1568
+#: using-d-i.xml:1643
#, no-c-format
msgid "Key size: <userinput>256</userinput>"
msgstr "Dài khoá:<userinput>256</userinput>"
#. Tag: para
-#: using-d-i.xml:1570
+#: using-d-i.xml:1645
#, no-c-format
msgid ""
"Here you can specify the length of the encryption key. With a larger key "
@@ -2613,13 +2734,13 @@ msgstr ""
"dài khoá sẵn sàng phụ thuộc vào thuật toán mật mã."
#. Tag: term
-#: using-d-i.xml:1582
+#: using-d-i.xml:1657
#, no-c-format
msgid "IV algorithm: <userinput>cbc-essiv:sha256</userinput>"
msgstr "Thuật toán IV: <userinput>cbc-essiv:sha256</userinput>"
#. Tag: para
-#: using-d-i.xml:1584
+#: using-d-i.xml:1659
#, no-c-format
msgid ""
"The <firstterm>Initialization Vector</firstterm> or <firstterm>IV</"
@@ -2636,7 +2757,7 @@ msgstr ""
"suy luận thông tin nào ra mẫu xảy ra nhiều lần trong dữ liệu đã mật mã."
#. Tag: para
-#: using-d-i.xml:1594
+#: using-d-i.xml:1669
#, no-c-format
msgid ""
"From the provided alternatives, the default <userinput>cbc-essiv:sha256</"
@@ -2650,25 +2771,25 @@ msgstr ""
"không có khả năng dùng thuật toán mới hơn."
#. Tag: term
-#: using-d-i.xml:1606
+#: using-d-i.xml:1681
#, no-c-format
msgid "Encryption key: <userinput>Passphrase</userinput>"
msgstr "Khoá mật mã: <userinput>Cụm từ mật khẩu</userinput>"
#. Tag: para
-#: using-d-i.xml:1608
+#: using-d-i.xml:1683
#, no-c-format
msgid "Here you can choose the type of the encryption key for this partition."
msgstr "Ở đây bạn có thể chọn kiểu khoá mật mã cho phân vùng này."
#. Tag: term
-#: using-d-i.xml:1614
+#: using-d-i.xml:1689
#, no-c-format
msgid "Passphrase"
msgstr "Cụm từ mật khẩu"
#. Tag: para
-#: using-d-i.xml:1615
+#: using-d-i.xml:1690
#, no-c-format
msgid ""
"The encryption key will be computed<footnote> <para> Using a passphrase as "
@@ -2682,13 +2803,13 @@ msgstr ""
"vào lúc sau trong tiến trình."
#. Tag: term
-#: using-d-i.xml:1630 using-d-i.xml:1723
+#: using-d-i.xml:1705 using-d-i.xml:1798
#, no-c-format
msgid "Random key"
msgstr "Khoá ngẫu nhiên"
#. Tag: para
-#: using-d-i.xml:1631
+#: using-d-i.xml:1706
#, no-c-format
msgid ""
"A new encryption key will be generated from random data each time you try to "
@@ -2706,7 +2827,7 @@ msgstr ""
"không thể thành công trong đời sống của bạn.)"
#. Tag: para
-#: using-d-i.xml:1640
+#: using-d-i.xml:1715
#, no-c-format
msgid ""
"Random keys are useful for swap partitions because you do not need to bother "
@@ -2725,13 +2846,13 @@ msgstr ""
"được ghi vào phân vùng trao đổi, khi khởi động lại."
#. Tag: term
-#: using-d-i.xml:1659 using-d-i.xml:1736
+#: using-d-i.xml:1734 using-d-i.xml:1811
#, no-c-format
msgid "Erase data: <userinput>yes</userinput>"
msgstr "Xoá bỏ dữ liệu : <userinput>có</userinput>"
#. Tag: para
-#: using-d-i.xml:1661
+#: using-d-i.xml:1736
#, no-c-format
msgid ""
"Determines whether the content of this partition should be overwritten with "
@@ -2752,7 +2873,7 @@ msgstr ""
"lần.</para></footnote>."
#. Tag: para
-#: using-d-i.xml:1681
+#: using-d-i.xml:1756
#, no-c-format
msgid ""
"If you select <menuchoice> <guimenu>Encryption method:</guimenu> "
@@ -2764,13 +2885,13 @@ msgstr ""
"đơn thay đổi để cung cấp những tùy chọn này:"
#. Tag: term
-#: using-d-i.xml:1690
+#: using-d-i.xml:1765
#, no-c-format
msgid "Encryption: <userinput>AES256</userinput>"
msgstr "Mật mã: <userinput>AES256</userinput>"
#. Tag: para
-#: using-d-i.xml:1692
+#: using-d-i.xml:1767
#, no-c-format
msgid ""
"For loop-AES, unlike dm-crypt, the options for cipher and key size are "
@@ -2783,25 +2904,25 @@ msgstr ""
"dài khoá."
#. Tag: term
-#: using-d-i.xml:1702
+#: using-d-i.xml:1777
#, no-c-format
msgid "Encryption key: <userinput>Keyfile (GnuPG)</userinput>"
msgstr "Khoá mật mã: <userinput>Tập tin khoá (GnuPG)</userinput>"
#. Tag: para
-#: using-d-i.xml:1704
+#: using-d-i.xml:1779
#, no-c-format
msgid "Here you can select the type of the encryption key for this partition."
msgstr "Ở đây bạn có thể chọn kiểu mật mã cho phân vùng này."
#. Tag: term
-#: using-d-i.xml:1710
+#: using-d-i.xml:1785
#, no-c-format
msgid "Keyfile (GnuPG)"
msgstr "Tập tin khoá (GnuPG)"
#. Tag: para
-#: using-d-i.xml:1711
+#: using-d-i.xml:1786
#, no-c-format
msgid ""
"The encryption key will be generated from random data during the "
@@ -2815,19 +2936,19 @@ msgstr ""
"vào lúc sau trong tiến trình)."
#. Tag: para
-#: using-d-i.xml:1724
+#: using-d-i.xml:1799
#, no-c-format
msgid "Please see the section on random keys above."
msgstr "Xem phần bên trên diễn tả khoá ngẫu nhiên."
#. Tag: para
-#: using-d-i.xml:1738
+#: using-d-i.xml:1813
#, no-c-format
msgid "Please see the the section on erasing data above."
msgstr "Xem tiết đoạn bên trên diễn tả cách xoá sạch dữ liệu."
#. Tag: para
-#: using-d-i.xml:1747
+#: using-d-i.xml:1822
#, no-c-format
msgid ""
"After you have selected the desired parameters for your encrypted "
@@ -2845,7 +2966,7 @@ msgstr ""
"mới. Đối với phân vùng lớn, có thể kéo dài một lát."
#. Tag: para
-#: using-d-i.xml:1757
+#: using-d-i.xml:1832
#, no-c-format
msgid ""
"Next you will be asked to enter a passphrase for partitions configured to "
@@ -2864,7 +2985,7 @@ msgstr ""
"đoán.</para></listitem> </itemizedlist>"
#. Tag: para
-#: using-d-i.xml:1766
+#: using-d-i.xml:1841
#, no-c-format
msgid ""
"Before you input any passphrases, you should have made sure that your "
@@ -2889,7 +3010,7 @@ msgstr ""
"phím nào được dùng, trước khi nhập mật khẩu kiểu nào."
#. Tag: para
-#: using-d-i.xml:1779
+#: using-d-i.xml:1854
#, no-c-format
msgid ""
"If you selected to use methods other than a passphrase to create encryption "
@@ -2911,7 +3032,7 @@ msgstr ""
"được lặp lại cho mỗi phân vùng cần mật mã."
#. Tag: para
-#: using-d-i.xml:1795
+#: using-d-i.xml:1870
#, no-c-format
msgid ""
"After returning to the main partitioning menu, you will see all encrypted "
@@ -2944,7 +3065,7 @@ msgstr ""
"hợp."
#. Tag: para
-#: using-d-i.xml:1808
+#: using-d-i.xml:1883
#, no-c-format
msgid ""
"One thing to note here are the identifiers in parentheses "
@@ -2964,7 +3085,7 @@ msgstr ""
"volumes\"/>."
#. Tag: para
-#: using-d-i.xml:1818
+#: using-d-i.xml:1893
#, no-c-format
msgid ""
"Once you are satisfied with the partitioning scheme, continue with the "
@@ -2972,13 +3093,13 @@ msgid ""
msgstr "Một khi bạn thấy sơ đồ phân vùng là ổn thoả, hãy tiếp tục cài đặt."
#. Tag: title
-#: using-d-i.xml:1829
+#: using-d-i.xml:1904
#, no-c-format
msgid "Installing the Base System"
msgstr "Cài đặt Hệ thống Cơ bản"
#. Tag: para
-#: using-d-i.xml:1830
+#: using-d-i.xml:1905
#, no-c-format
msgid ""
"Although this stage is the least problematic, it consumes a significant "
@@ -2992,7 +3113,7 @@ msgstr ""
"kéo dài một lát."
#. Tag: para
-#: using-d-i.xml:1843
+#: using-d-i.xml:1918
#, no-c-format
msgid ""
"During installation of the base system, package unpacking and setup messages "
@@ -3008,7 +3129,7 @@ msgstr ""
"chính bằng <keycombo><keycap>Alt trái</keycap><keycap>F1</keycap></keycombo>."
#. Tag: para
-#: using-d-i.xml:1852
+#: using-d-i.xml:1927
#, no-c-format
msgid ""
"The unpack/setup messages generated during this phase are also saved in "
@@ -3021,7 +3142,7 @@ msgstr ""
"qua bàn giao tiếp nối tiếp."
#. Tag: para
-#: using-d-i.xml:1858
+#: using-d-i.xml:1933
#, no-c-format
msgid ""
"As part of the installation, a Linux kernel will be installed. At the "
@@ -3035,13 +3156,13 @@ msgstr ""
"hạt nhân có sẵn."
#. Tag: title
-#: using-d-i.xml:1870
+#: using-d-i.xml:1945
#, no-c-format
msgid "Setting Up Users And Passwords"
msgstr "Thiết lập Người và Mật khẩu"
#. Tag: para
-#: using-d-i.xml:1871
+#: using-d-i.xml:1946
#, no-c-format
msgid ""
"After the base system has been installed, the installer will allow you to "
@@ -3053,13 +3174,13 @@ msgstr ""
"Các tài khoản người dùng khác có thể được tạo sau khi cài đặt xong."
#. Tag: title
-#: using-d-i.xml:1885
+#: using-d-i.xml:1960
#, no-c-format
msgid "Set the Root Password"
msgstr "Đặt mật khẩu chủ"
#. Tag: para
-#: using-d-i.xml:1889
+#: using-d-i.xml:1964
#, no-c-format
msgid ""
"The <emphasis>root</emphasis> account is also called the <emphasis>super-"
@@ -3073,7 +3194,7 @@ msgstr ""
"trong thời lượng càng ngắn càng có thể."
#. Tag: para
-#: using-d-i.xml:1897
+#: using-d-i.xml:1972
#, no-c-format
msgid ""
"Any password you create should contain at least 6 characters, and should "
@@ -3088,7 +3209,7 @@ msgstr ""
"chọn từ nằm trong bất kỳ từ điển hay thông tin cá nhân có thể được đoán."
#. Tag: para
-#: using-d-i.xml:1905
+#: using-d-i.xml:1980
#, no-c-format
msgid ""
"If anyone ever tells you they need your root password, be extremely wary. "
@@ -3099,13 +3220,13 @@ msgstr ""
"cho ai biết mật khẩu chủ, trừ bạn quản lý máy có nhiều quản trị hệ thống."
#. Tag: title
-#: using-d-i.xml:1915
+#: using-d-i.xml:1990
#, no-c-format
msgid "Create an Ordinary User"
msgstr "Tạo người dùng chuẩn"
#. Tag: para
-#: using-d-i.xml:1917
+#: using-d-i.xml:1992
#, no-c-format
msgid ""
"The system will ask you whether you wish to create an ordinary user account "
@@ -3119,7 +3240,7 @@ msgstr ""
"ngày hay như là sự đăng nhập cá nhân."
#. Tag: para
-#: using-d-i.xml:1926
+#: using-d-i.xml:2001
#, no-c-format
msgid ""
"Why not? Well, one reason to avoid using root's privileges is that it is "
@@ -3139,7 +3260,7 @@ msgstr ""
"này."
#. Tag: para
-#: using-d-i.xml:1936
+#: using-d-i.xml:2011
#, no-c-format
msgid ""
"You will first be prompted for the user's full name. Then you'll be asked "
@@ -3153,7 +3274,7 @@ msgstr ""
"tài khoản này."
#. Tag: para
-#: using-d-i.xml:1943
+#: using-d-i.xml:2018
#, no-c-format
msgid ""
"If at any point after installation you would like to create another account, "
@@ -3163,13 +3284,13 @@ msgstr ""
"sử dụng lệnh <command>adduser</command> (thêm người dùng)."
#. Tag: title
-#: using-d-i.xml:1954
+#: using-d-i.xml:2029
#, no-c-format
msgid "Installing Additional Software"
msgstr "Cài đặt phần mềm thêm"
#. Tag: para
-#: using-d-i.xml:1955
+#: using-d-i.xml:2030
#, no-c-format
msgid ""
"At this point you have a usable but limited system. Most users will want to "
@@ -3184,13 +3305,13 @@ msgstr ""
"nếu máy tính hay mạng có chạy chậm."
#. Tag: title
-#: using-d-i.xml:1970
+#: using-d-i.xml:2045
#, no-c-format
msgid "Configuring apt"
msgstr "Cấu hình apt"
#. Tag: para
-#: using-d-i.xml:1972
+#: using-d-i.xml:2047
#, no-c-format
msgid ""
"One of the tools used to install packages on a &debian; system is a program "
@@ -3224,7 +3345,7 @@ msgstr ""
"khuyến khích."
#. Tag: para
-#: using-d-i.xml:1996
+#: using-d-i.xml:2071
#, no-c-format
msgid ""
"<command>apt</command> must be configured so that it knows from where to "
@@ -3238,7 +3359,7 @@ msgstr ""
"cài đặt xong."
#. Tag: para
-#: using-d-i.xml:2003
+#: using-d-i.xml:2078
#, no-c-format
msgid ""
"If you are installing at default priority, the installer will largely take "
@@ -3256,7 +3377,7 @@ msgstr ""
"quote>."
#. Tag: para
-#: using-d-i.xml:2012
+#: using-d-i.xml:2087
#, no-c-format
msgid ""
"If you are installing at a lower priority (e.g. in expert mode), you will be "
@@ -3272,13 +3393,13 @@ msgstr ""
"(khác tự do)."
#. Tag: title
-#: using-d-i.xml:2023
+#: using-d-i.xml:2098
#, no-c-format
msgid "Installing from more than one CD or DVD"
msgstr "Cài đặt từ nhiều đĩa CD/DVD"
#. Tag: para
-#: using-d-i.xml:2025
+#: using-d-i.xml:2100
#, no-c-format
msgid ""
"If you are installing from a CD or a DVD that is part of a larger set, the "
@@ -3291,7 +3412,7 @@ msgstr ""
"trên các đĩa đó."
#. Tag: para
-#: using-d-i.xml:2032
+#: using-d-i.xml:2107
#, no-c-format
msgid ""
"If you do not have any additional CDs or DVDs, that is no problem: using "
@@ -3305,7 +3426,7 @@ msgstr ""
"chọn trong bước kế tiếp của tiến trình cài đặt thực sự có thể được cài đặt."
#. Tag: para
-#: using-d-i.xml:2040
+#: using-d-i.xml:2115
#, no-c-format
msgid ""
"Packages are included on CDs (and DVDs) in the order of their popularity. "
@@ -3318,7 +3439,7 @@ msgstr ""
"người thực sự dùng những gói nằm trong vài đĩa CD cuối cùng trong tập hợp."
#. Tag: para
-#: using-d-i.xml:2047
+#: using-d-i.xml:2122
#, no-c-format
msgid ""
"It also means that buying or downloading and burning a full CD set is just a "
@@ -3335,7 +3456,7 @@ msgstr ""
"gói cần thiết."
#. Tag: para
-#: using-d-i.xml:2056
+#: using-d-i.xml:2131
#, no-c-format
msgid ""
"A good rule of thumb is that for a regular desktop installation (using the "
@@ -3349,7 +3470,7 @@ msgstr ""
"chứa cả ba môi trường làm việc này."
#. Tag: para
-#: using-d-i.xml:2064
+#: using-d-i.xml:2139
#, no-c-format
msgid ""
"If you do scan multiple CDs or DVDs, the installer will prompt you to "
@@ -3365,13 +3486,13 @@ msgstr ""
"quét không quan trọng, nhưng quét theo thứ tự tăng dần sẽ giảm dịp bị lỗi."
#. Tag: title
-#: using-d-i.xml:2077
+#: using-d-i.xml:2152
#, no-c-format
msgid "Using a network mirror"
msgstr "Sử dụng máy nhân bản mạng"
#. Tag: para
-#: using-d-i.xml:2079
+#: using-d-i.xml:2154
#, no-c-format
msgid ""
"One question that will be asked during most installs is whether or not to "
@@ -3383,7 +3504,7 @@ msgstr ""
"mặc định là tốt, nhưng vẫn có một số ngoại lệ."
#. Tag: para
-#: using-d-i.xml:2085
+#: using-d-i.xml:2160
#, no-c-format
msgid ""
"If you are <emphasis>not</emphasis> installing from a full CD or DVD or "
@@ -3401,7 +3522,7 @@ msgstr ""
"bước tiếp theo của tiến trình cài đặt."
#. Tag: para
-#: using-d-i.xml:2094
+#: using-d-i.xml:2169
#, no-c-format
msgid ""
"If you are installing from a single full CD or using a full CD image, using "
@@ -3422,7 +3543,7 @@ msgstr ""
"thống mới)."
#. Tag: para
-#: using-d-i.xml:2105
+#: using-d-i.xml:2180
#, no-c-format
msgid ""
"If you are installing from a DVD or using a DVD image, any packages needed "
@@ -3436,7 +3557,7 @@ msgstr ""
"bản mạng vẫn là tùy chọn."
#. Tag: para
-#: using-d-i.xml:2112
+#: using-d-i.xml:2187
#, no-c-format
msgid ""
"One advantage of adding a network mirror is that updates that have occurred "
@@ -3451,7 +3572,7 @@ msgstr ""
"rủi ro bảo mật hay sự ổn định của hệ thống đã cài đặt."
#. Tag: para
-#: using-d-i.xml:2119
+#: using-d-i.xml:2194
#, no-c-format
msgid ""
"In summary: selecting a network mirror is generally a good idea, except if "
@@ -3466,19 +3587,19 @@ msgstr ""
"liệu được tải xuống nếu bạn có phải chọn máy nhân bản thì phụ thuộc vào"
#. Tag: para
-#: using-d-i.xml:2128
+#: using-d-i.xml:2203
#, no-c-format
msgid "the tasks you select in the next step of the installation,"
msgstr "những tác vụ bạn chọn trong bước tiếp theo của tiến trình cài đặt,"
#. Tag: para
-#: using-d-i.xml:2133
+#: using-d-i.xml:2208
#, no-c-format
msgid "which packages are needed for those tasks,"
msgstr "những gói nào cần thiết cho các tác vụ đó,"
#. Tag: para
-#: using-d-i.xml:2138
+#: using-d-i.xml:2213
#, no-c-format
msgid ""
"which of those packages are present on the CDs or DVDs you have scanned, and"
@@ -3487,7 +3608,7 @@ msgstr ""
"và"
#. Tag: para
-#: using-d-i.xml:2143
+#: using-d-i.xml:2218
#, no-c-format
msgid ""
"whether any updated versions of packages included on the CDs or DVDs are "
@@ -3499,7 +3620,7 @@ msgstr ""
"cập nhật kiểu bảo mật hay dễ thay đổi)."
#. Tag: para
-#: using-d-i.xml:2152
+#: using-d-i.xml:2227
#, no-c-format
msgid ""
"Note that the last point means that, even if you choose not to use a network "
@@ -3513,13 +3634,13 @@ msgstr ""
"hình."
#. Tag: title
-#: using-d-i.xml:2168
+#: using-d-i.xml:2243
#, no-c-format
msgid "Selecting and Installing Software"
msgstr "Lựa chọn và Cài đặt Phần mềm"
#. Tag: para
-#: using-d-i.xml:2170
+#: using-d-i.xml:2245
#, no-c-format
msgid ""
"During the installation process, you are given the opportunity to select "
@@ -3536,7 +3657,7 @@ msgstr ""
"tác vụ khác nhau."
#. Tag: para
-#: using-d-i.xml:2179
+#: using-d-i.xml:2254
#, no-c-format
msgid ""
"So, you have the ability to choose <emphasis>tasks</emphasis> first, and "
@@ -3569,7 +3690,7 @@ msgstr ""
"công việc có sẵn."
#. Tag: para
-#: using-d-i.xml:2206
+#: using-d-i.xml:2281
#, no-c-format
msgid ""
"Some tasks may be pre-selected based on the characteristics of the computer "
@@ -3582,7 +3703,7 @@ msgstr ""
"không cài đặt gì cả."
#. Tag: para
-#: using-d-i.xml:2213
+#: using-d-i.xml:2288
#, no-c-format
msgid ""
"Unless you are using the special KDE or Xfce CDs, the <quote>Desktop "
@@ -3592,7 +3713,7 @@ msgstr ""
"trường làm việc</quote> sẽ cài đặt môi trường làm việc GNOME."
#. Tag: para
-#: using-d-i.xml:2220
+#: using-d-i.xml:2295
#, no-c-format
msgid ""
"It is not possible to interactively select a different desktop during the "
@@ -3612,7 +3733,7 @@ msgstr ""
"đặt <literal>desktop=xfce</literal>."
#. Tag: para
-#: using-d-i.xml:2230
+#: using-d-i.xml:2305
#, no-c-format
msgid ""
"Note that this will only work if the packages needed for KDE or Xfce are "
@@ -3629,7 +3750,7 @@ msgstr ""
"kỳ phương pháp cài đặt khác nào."
#. Tag: para
-#: using-d-i.xml:2238
+#: using-d-i.xml:2313
#, no-c-format
msgid ""
"The various server tasks will install software roughly as follows. DNS "
@@ -3648,7 +3769,7 @@ msgstr ""
"vụ Mạng: <classname>apache</classname>."
#. Tag: para
-#: using-d-i.xml:2250
+#: using-d-i.xml:2325
#, no-c-format
msgid ""
"Once you've selected your tasks, select &BTN-CONT;. At this point, "
@@ -3659,7 +3780,7 @@ msgstr ""
"<command>aptitude</command> sẽ cài đặt các gói thuộc về những tác vụ đã chọn."
#. Tag: para
-#: using-d-i.xml:2257
+#: using-d-i.xml:2332
#, no-c-format
msgid ""
"In the standard user interface of the installer, you can use the space bar "
@@ -3669,7 +3790,7 @@ msgstr ""
"dài để (bỏ) chọn công việc nào."
#. Tag: para
-#: using-d-i.xml:2263
+#: using-d-i.xml:2338
#, no-c-format
msgid ""
"You should be aware that especially the Desktop task is very large. "
@@ -3686,7 +3807,7 @@ msgstr ""
"trình cài đặt gói một khi khởi chạy được."
#. Tag: para
-#: using-d-i.xml:2272
+#: using-d-i.xml:2347
#, no-c-format
msgid ""
"Even when packages are included on the CD-ROM, the installer may still "
@@ -3704,7 +3825,7 @@ msgstr ""
"xảy ra nếu bạn sử dụng ảnh cũ."
#. Tag: para
-#: using-d-i.xml:2281
+#: using-d-i.xml:2356
#, no-c-format
msgid ""
"Each package you selected with <command>tasksel</command> is downloaded, "
@@ -3718,13 +3839,13 @@ msgstr ""
"sẽ nhắc bạn trong tiến trình này."
#. Tag: title
-#: using-d-i.xml:2294
+#: using-d-i.xml:2369
#, no-c-format
msgid "Making Your System Bootable"
msgstr "Cho hệ thống khả năng khởi động"
#. Tag: para
-#: using-d-i.xml:2296
+#: using-d-i.xml:2371
#, no-c-format
msgid ""
"If you are installing a diskless workstation, obviously, booting off the "
@@ -3738,13 +3859,13 @@ msgstr ""
"select-sun\"/>.</phrase>"
#. Tag: title
-#: using-d-i.xml:2311
+#: using-d-i.xml:2386
#, no-c-format
msgid "Detecting other operating systems"
msgstr "Phát hiện hệ điều hành khác"
#. Tag: para
-#: using-d-i.xml:2313
+#: using-d-i.xml:2388
#, no-c-format
msgid ""
"Before a boot loader is installed, the installer will attempt to probe for "
@@ -3760,7 +3881,7 @@ msgstr ""
"Debian."
#. Tag: para
-#: using-d-i.xml:2321
+#: using-d-i.xml:2396
#, no-c-format
msgid ""
"Note that multiple operating systems booting on a single machine is still "
@@ -3776,13 +3897,13 @@ msgstr ""
"dẫn sử dụng bộ nạp khởi động riêng để tìm thông tin thêm."
#. Tag: title
-#: using-d-i.xml:2339
+#: using-d-i.xml:2414
#, no-c-format
msgid "Install <command>aboot</command> on a Hard Disk"
msgstr "Cài đặt <command>aboot</command> vào đĩa cứng"
#. Tag: para
-#: using-d-i.xml:2340
+#: using-d-i.xml:2415
#, no-c-format
msgid ""
"If you have booted from SRM and you select this option, the installer will "
@@ -3803,13 +3924,13 @@ msgstr ""
"bạn mới cài đặt Debian thì phải khởi động GNU/Linux từ đĩa mềm thay thế."
#. Tag: title
-#: using-d-i.xml:2360
+#: using-d-i.xml:2435
#, no-c-format
msgid "<command>palo</command>-installer"
msgstr "Trình cài đặt <command>palo</command>"
#. Tag: para
-#: using-d-i.xml:2361
+#: using-d-i.xml:2436
#, no-c-format
msgid ""
"The bootloader on PA-RISC is <quote>palo</quote>. <command>PALO</command> is "
@@ -3825,19 +3946,19 @@ msgstr ""
"<command>PALO</command> thật có thể đọc phân vùng Linux."
#. Tag: para
-#: using-d-i.xml:2370
+#: using-d-i.xml:2445
#, no-c-format
msgid "hppa FIXME ( need more info )"
msgstr "hppa SỬA ĐI (cần thông tin thêm)"
#. Tag: title
-#: using-d-i.xml:2382
+#: using-d-i.xml:2457
#, no-c-format
msgid "Install the <command>Grub</command> Boot Loader on a Hard Disk"
msgstr "Cài đặt bộ nạp khởi động <command>Grub</command> vào đĩa cứng"
#. Tag: para
-#: using-d-i.xml:2384
+#: using-d-i.xml:2459
#, no-c-format
msgid ""
"The main &architecture; boot loader is called <quote>grub</quote>. Grub is a "
@@ -3849,7 +3970,7 @@ msgstr ""
"ích cho cả hai người dùng mới và nhà chuyên môn."
#. Tag: para
-#: using-d-i.xml:2390
+#: using-d-i.xml:2465
#, no-c-format
msgid ""
"By default, grub will be installed into the Master Boot Record (MBR), where "
@@ -3861,7 +3982,7 @@ msgstr ""
"nơi khác. Xem sổ tay GRUB để tìm thông tin đầy đủ."
#. Tag: para
-#: using-d-i.xml:2396
+#: using-d-i.xml:2471
#, no-c-format
msgid ""
"If you do not want to install grub, use the &BTN-GOBACK; button to get to "
@@ -3872,13 +3993,13 @@ msgstr ""
"từ đó, chọn bộ nạp khởi động đã muốn."
#. Tag: title
-#: using-d-i.xml:2409
+#: using-d-i.xml:2484
#, no-c-format
msgid "Install the <command>LILO</command> Boot Loader on a Hard Disk"
msgstr "Cài đặt bộ nạp khởi động <command>LILO</command> vào đĩa cứng"
#. Tag: para
-#: using-d-i.xml:2411
+#: using-d-i.xml:2486
#, no-c-format
msgid ""
"The second &architecture; boot loader is called <quote>LILO</quote>. It is "
@@ -3895,7 +4016,7 @@ msgstr ""
"\"&url-lilo-howto;\">LILO mini-HOWTO</ulink>."
#. Tag: para
-#: using-d-i.xml:2421
+#: using-d-i.xml:2496
#, no-c-format
msgid ""
"Currently the LILO installation will only create menu entries for other "
@@ -3909,7 +4030,7 @@ msgstr ""
"khi cài đặt."
#. Tag: para
-#: using-d-i.xml:2429
+#: using-d-i.xml:2504
#, no-c-format
msgid ""
"&d-i; offers you three choices on where to install the <command>LILO</"
@@ -3919,13 +4040,13 @@ msgstr ""
"<command>LILO</command>:"
#. Tag: term
-#: using-d-i.xml:2436
+#: using-d-i.xml:2511
#, no-c-format
msgid "Master Boot Record (MBR)"
msgstr "Mục ghi khởi động cái (MBR)"
#. Tag: para
-#: using-d-i.xml:2436
+#: using-d-i.xml:2511
#, no-c-format
msgid ""
"This way the <command>LILO</command> will take complete control of the boot "
@@ -3935,13 +4056,13 @@ msgstr ""
"động."
#. Tag: term
-#: using-d-i.xml:2443
+#: using-d-i.xml:2518
#, no-c-format
msgid "new Debian partition"
msgstr "phân vùng Debian mới"
#. Tag: para
-#: using-d-i.xml:2443
+#: using-d-i.xml:2518
#, no-c-format
msgid ""
"Choose this if you want to use another boot manager. <command>LILO</command> "
@@ -3953,13 +4074,13 @@ msgstr ""
"việc như bộ tảo khởi động phụ."
#. Tag: term
-#: using-d-i.xml:2452
+#: using-d-i.xml:2527
#, no-c-format
msgid "Other choice"
msgstr "Khác"
#. Tag: para
-#: using-d-i.xml:2452
+#: using-d-i.xml:2527
#, no-c-format
msgid ""
"Useful for advanced users who want to install <command>LILO</command> "
@@ -3973,7 +4094,7 @@ msgstr ""
"<filename>/dev/sda</filename>."
#. Tag: para
-#: using-d-i.xml:2462
+#: using-d-i.xml:2537
#, no-c-format
msgid ""
"If you can no longer boot into Windows 9x (or DOS) after this step, you'll "
@@ -3989,13 +4110,13 @@ msgstr ""
"trở về Debian."
#. Tag: title
-#: using-d-i.xml:2478
+#: using-d-i.xml:2553
#, no-c-format
msgid "Install the <command>ELILO</command> Boot Loader on a Hard Disk"
msgstr "Cài đặt bộ nạp khởi động <command>ELILO</command> vào đĩa cứng"
#. Tag: para
-#: using-d-i.xml:2480
+#: using-d-i.xml:2555
#, no-c-format
msgid ""
"The &architecture; boot loader is called <quote>elilo</quote>. It is modeled "
@@ -4023,7 +4144,7 @@ msgstr ""
"quote> để làm việc thật tải và khởi chạy hạt nhân Linux."
#. Tag: para
-#: using-d-i.xml:2496
+#: using-d-i.xml:2571
#, no-c-format
msgid ""
"The <quote>elilo</quote> configuration and installation is done as the last "
@@ -4041,13 +4162,13 @@ msgstr ""
"<emphasis>gốc</emphasis> của máy tính."
#. Tag: title
-#: using-d-i.xml:2508
+#: using-d-i.xml:2583
#, no-c-format
msgid "Choose the correct partition!"
msgstr "Chọn phân vùng đúng đi."
#. Tag: para
-#: using-d-i.xml:2510
+#: using-d-i.xml:2585
#, no-c-format
msgid ""
"The criteria for selecting a partition is that it is FAT format filesystem "
@@ -4065,13 +4186,13 @@ msgstr ""
"định dạng phân vùng nên xoá hoàn toàn nội dung đã có !"
#. Tag: title
-#: using-d-i.xml:2525
+#: using-d-i.xml:2600
#, no-c-format
msgid "EFI Partition Contents"
msgstr "Nội dung phân vùng EFI"
#. Tag: para
-#: using-d-i.xml:2527
+#: using-d-i.xml:2602
#, no-c-format
msgid ""
"The EFI partition is a FAT filesystem format partition on one of the hard "
@@ -4102,13 +4223,13 @@ msgstr ""
# Name: don't translate / Tên: đừng dịch
#. Tag: filename
-#: using-d-i.xml:2549
+#: using-d-i.xml:2624
#, no-c-format
msgid "elilo.conf"
msgstr "elilo.conf"
#. Tag: para
-#: using-d-i.xml:2550
+#: using-d-i.xml:2625
#, no-c-format
msgid ""
"This is the configuration file read by the boot loader when it starts. It is "
@@ -4121,13 +4242,13 @@ msgstr ""
# Name: don't translate / Tên: đừng dịch
#. Tag: filename
-#: using-d-i.xml:2559
+#: using-d-i.xml:2634
#, no-c-format
msgid "elilo.efi"
msgstr "elilo.efi"
#. Tag: para
-#: using-d-i.xml:2560
+#: using-d-i.xml:2635
#, no-c-format
msgid ""
"This is the boot loader program that the <quote>EFI Boot Manager</quote> "
@@ -4142,13 +4263,13 @@ msgstr ""
# Name: don't translate / Tên: đừng dịch
#. Tag: filename
-#: using-d-i.xml:2570
+#: using-d-i.xml:2645
#, no-c-format
msgid "initrd.img"
msgstr "initrd.img"
#. Tag: para
-#: using-d-i.xml:2571
+#: using-d-i.xml:2646
#, no-c-format
msgid ""
"This is the initial root filesystem used to boot the kernel. It is a copy of "
@@ -4164,13 +4285,13 @@ msgstr ""
# Name: don't translate / Tên: đừng dịch
#. Tag: filename
-#: using-d-i.xml:2583
+#: using-d-i.xml:2658
#, no-c-format
msgid "readme.txt"
msgstr "readme.txt"
#. Tag: para
-#: using-d-i.xml:2584
+#: using-d-i.xml:2659
#, no-c-format
msgid ""
"This is a small text file warning you that the contents of the directory are "
@@ -4183,13 +4304,13 @@ msgstr ""
# Name: don't translate / Tên: đừng dịch
#. Tag: filename
-#: using-d-i.xml:2594
+#: using-d-i.xml:2669
#, no-c-format
msgid "vmlinuz"
msgstr "vmlinuz"
#. Tag: para
-#: using-d-i.xml:2595
+#: using-d-i.xml:2670
#, no-c-format
msgid ""
"This is the compressed kernel itself. It is a copy of the file referenced in "
@@ -4203,13 +4324,13 @@ msgstr ""
"bởi liên kết tượng trưng <filename>/vmlinuz</filename>."
#. Tag: title
-#: using-d-i.xml:2615
+#: using-d-i.xml:2690
#, no-c-format
msgid "<command>arcboot</command>-installer"
msgstr "Bộ cài đặt <command>arcboot</command>"
#. Tag: para
-#: using-d-i.xml:2616
+#: using-d-i.xml:2691
#, no-c-format
msgid ""
"The boot loader on SGI machines is <command>arcboot</command>. It has to be "
@@ -4253,13 +4374,13 @@ msgstr ""
# Name: don't translate / Tên: đừng dịch
#. Tag: replaceable
-#: using-d-i.xml:2635
+#: using-d-i.xml:2710
#, no-c-format
msgid "scsi"
msgstr "scsi"
#. Tag: para
-#: using-d-i.xml:2636
+#: using-d-i.xml:2711
#, no-c-format
msgid ""
"is the SCSI bus to be booted from, this is <userinput>0</userinput> for the "
@@ -4269,13 +4390,13 @@ msgstr ""
"điều khiển có sẵn"
#. Tag: replaceable
-#: using-d-i.xml:2644
+#: using-d-i.xml:2719
#, no-c-format
msgid "disk"
msgstr "đĩa"
#. Tag: para
-#: using-d-i.xml:2645
+#: using-d-i.xml:2720
#, no-c-format
msgid ""
"is the SCSI ID of the hard disk on which <command>arcboot</command> is "
@@ -4285,13 +4406,13 @@ msgstr ""
"được cài đặt"
#. Tag: replaceable
-#: using-d-i.xml:2653
+#: using-d-i.xml:2728
#, no-c-format
msgid "partnr"
msgstr "số_phân"
#. Tag: para
-#: using-d-i.xml:2654
+#: using-d-i.xml:2729
#, no-c-format
msgid ""
"is the number of the partition on which <filename>/etc/arcboot.conf</"
@@ -4301,13 +4422,13 @@ msgstr ""
"filename>"
#. Tag: replaceable
-#: using-d-i.xml:2662
+#: using-d-i.xml:2737
#, no-c-format
msgid "config"
msgstr "cấu_hình"
#. Tag: para
-#: using-d-i.xml:2663
+#: using-d-i.xml:2738
#, no-c-format
msgid ""
"is the name of the configuration entry in <filename>/etc/arcboot.conf</"
@@ -4317,13 +4438,13 @@ msgstr ""
"filename>, mà là <quote>linux</quote> theo mặc định."
#. Tag: title
-#: using-d-i.xml:2684
+#: using-d-i.xml:2759
#, no-c-format
msgid "Install <command>Yaboot</command> on a Hard Disk"
msgstr "Cài đặt <command>Yaboot</command> vào đĩa cứng"
#. Tag: para
-#: using-d-i.xml:2685
+#: using-d-i.xml:2760
#, no-c-format
msgid ""
"Newer (mid 1998 and on) PowerMacs use <command>yaboot</command> as their "
@@ -4343,13 +4464,13 @@ msgstr ""
"&debian;."
#. Tag: title
-#: using-d-i.xml:2703
+#: using-d-i.xml:2778
#, no-c-format
msgid "Install <command>Quik</command> on a Hard Disk"
msgstr "Cài đặt <command>Quik</command> vào đĩa cứng"
#. Tag: para
-#: using-d-i.xml:2704
+#: using-d-i.xml:2779
#, no-c-format
msgid ""
"The boot loader for OldWorld Power Macintosh machines is <command>quik</"
@@ -4363,13 +4484,13 @@ msgstr ""
"PowerMac 7200, 7300, và 7600, và trên một số máy bắt chước Power Computing."
#. Tag: title
-#: using-d-i.xml:2720
+#: using-d-i.xml:2795
#, no-c-format
msgid "<command>zipl</command>-installer"
msgstr "Bộ cài đặt <command>zipl</command>"
#. Tag: para
-#: using-d-i.xml:2721
+#: using-d-i.xml:2796
#, no-c-format
msgid ""
"The boot loader on &arch-title; is <quote>zipl</quote>. <command>ZIPL</"
@@ -4386,13 +4507,13 @@ msgstr ""
"command>."
#. Tag: title
-#: using-d-i.xml:2738
+#: using-d-i.xml:2813
#, no-c-format
msgid "Install the <command>SILO</command> Boot Loader on a Hard Disk"
msgstr "Cài đặt bộ nạp khởi động <command>SILO</command> vào đĩa cứng"
#. Tag: para
-#: using-d-i.xml:2740
+#: using-d-i.xml:2815
#, no-c-format
msgid ""
"The standard &architecture; boot loader is called <quote>silo</quote>. It is "
@@ -4423,13 +4544,13 @@ msgstr ""
"Linux kế bên bản cài đặt SunOS/Solaris đã có."
#. Tag: title
-#: using-d-i.xml:2765
+#: using-d-i.xml:2840
#, no-c-format
msgid "Continue Without Boot Loader"
msgstr "Tiếp tục không có bộ nạp khởi động"
#. Tag: para
-#: using-d-i.xml:2767
+#: using-d-i.xml:2842
#, no-c-format
msgid ""
"This option can be used to complete the installation even when no boot "
@@ -4447,7 +4568,7 @@ msgstr ""
"đó và được dùng để khởi động hệ điều hành GNU/Linux.</phrase>"
#. Tag: para
-#: using-d-i.xml:2776
+#: using-d-i.xml:2851
#, no-c-format
msgid ""
"If you plan to manually configure your bootloader, you should check the name "
@@ -4468,13 +4589,13 @@ msgstr ""
"vùng riêng, tên hệ thống tập tin <filename>/boot</filename>."
#. Tag: title
-#: using-d-i.xml:2793
+#: using-d-i.xml:2868
#, no-c-format
msgid "Finishing the Installation"
msgstr "Cài đặt xong"
#. Tag: para
-#: using-d-i.xml:2794
+#: using-d-i.xml:2869
#, no-c-format
msgid ""
"This is the last step in the Debian installation process during which the "
@@ -4485,13 +4606,13 @@ msgstr ""
"đặt sẽ làm bất cứ tác vụ nào còn lại. Phần lớn là làm sạch sau &d-i;."
#. Tag: title
-#: using-d-i.xml:2807
+#: using-d-i.xml:2882
#, no-c-format
msgid "Setting the System Clock"
msgstr "Đặt đồng hồ hệ thống"
#. Tag: para
-#: using-d-i.xml:2809
+#: using-d-i.xml:2884
#, no-c-format
msgid ""
"The installer may ask you if the computer's clock is set to UTC. Normally "
@@ -4505,7 +4626,7 @@ msgstr ""
"dựa vào thứ như hệ điều hành khác đã được cài đặt."
#. Tag: para
-#: using-d-i.xml:2816
+#: using-d-i.xml:2891
#, no-c-format
msgid ""
"In expert mode you will always be able to choose whether or not the clock is "
@@ -4523,7 +4644,7 @@ msgstr ""
"cục bộ. Nếu bạn muốn khởi động đôi, hãy chọn giờ cục bộ hơn UTC.</phrase>"
#. Tag: para
-#: using-d-i.xml:2827
+#: using-d-i.xml:2902
#, no-c-format
msgid ""
"At this point &d-i; will also attempt to save the current time to the "
@@ -4535,13 +4656,13 @@ msgstr ""
"thuộc vào sự chọn mới làm."
#. Tag: title
-#: using-d-i.xml:2842
+#: using-d-i.xml:2917
#, no-c-format
msgid "Reboot the System"
msgstr "Khởi động lại hệ thống"
#. Tag: para
-#: using-d-i.xml:2844
+#: using-d-i.xml:2919
#, no-c-format
msgid ""
"You will be prompted to remove the boot media (CD, floppy, etc) that you "
@@ -4553,7 +4674,7 @@ msgstr ""
"thống Debian mới."
#. Tag: para
-#: using-d-i.xml:2850
+#: using-d-i.xml:2925
#, no-c-format
msgid ""
"After a final prompt the system will be halted because rebooting is not "
@@ -4567,13 +4688,13 @@ msgstr ""
"của tiến trình cài đặt."
#. Tag: title
-#: using-d-i.xml:2863
+#: using-d-i.xml:2938
#, no-c-format
msgid "Miscellaneous"
msgstr "Lặt vặt"
#. Tag: para
-#: using-d-i.xml:2864
+#: using-d-i.xml:2939
#, no-c-format
msgid ""
"The components listed in this section are usually not involved in the "
@@ -4585,13 +4706,13 @@ msgstr ""
"khó khăn."
#. Tag: title
-#: using-d-i.xml:2877
+#: using-d-i.xml:2952
#, no-c-format
msgid "Saving the installation logs"
msgstr "Lưu bản ghi cài đặt"
#. Tag: para
-#: using-d-i.xml:2879
+#: using-d-i.xml:2954
#, no-c-format
msgid ""
"If the installation is successful, the logfiles created during the "
@@ -4603,7 +4724,7 @@ msgstr ""
"filename> trong hệ thống Debian mới."
#. Tag: para
-#: using-d-i.xml:2886
+#: using-d-i.xml:2961
#, no-c-format
msgid ""
"Choosing <guimenuitem>Save debug logs</guimenuitem> from the main menu "
@@ -4619,13 +4740,13 @@ msgstr ""
"kèm báo cáo cài đặt."
#. Tag: title
-#: using-d-i.xml:2906
+#: using-d-i.xml:2981
#, no-c-format
msgid "Using the Shell and Viewing the Logs"
msgstr "Sử dụng trình bao và xem bản ghi"
#. Tag: para
-#: using-d-i.xml:2908
+#: using-d-i.xml:2983
#, no-c-format
msgid ""
"There are several methods you can use to get a shell while running an "
@@ -4652,13 +4773,13 @@ msgstr ""
"trái</keycap> <keycap>F1</keycap></keycombo> để trở về bộ cài đặt chính nó."
#. Tag: para
-#: using-d-i.xml:2926
+#: using-d-i.xml:3001
#, no-c-format
msgid "For the graphical installer see also <xref linkend=\"gtk-using\"/>."
msgstr "Đối với trình cài đặt đồ họa, xem thêm <xref linkend=\"gtk-using\"/>."
#. Tag: para
-#: using-d-i.xml:2930
+#: using-d-i.xml:3005
#, no-c-format
msgid ""
"If you cannot switch consoles, there is also an <guimenuitem>Execute a "
@@ -4674,7 +4795,7 @@ msgstr ""
"(thoát) để đóng trình bao, và trở về trình cài đặt."
#. Tag: para
-#: using-d-i.xml:2938
+#: using-d-i.xml:3013
#, no-c-format
msgid ""
"At this point you are booted from the RAM disk, and there is a limited set "
@@ -4692,7 +4813,7 @@ msgstr ""
"tự động gõ và lược sử."
#. Tag: para
-#: using-d-i.xml:2947
+#: using-d-i.xml:3022
#, no-c-format
msgid ""
"To edit and view files, use the text editor <command>nano</command>. Log "
@@ -4704,7 +4825,7 @@ msgstr ""
"<filename>/var/log</filename>."
#. Tag: para
-#: using-d-i.xml:2954
+#: using-d-i.xml:3029
#, no-c-format
msgid ""
"Although you can do basically anything in a shell that the available "
@@ -4715,7 +4836,7 @@ msgstr ""
"trình bao chỉ sẵn sàng để giúp đỡ trong trường hợp bị lỗi hay gỡ lỗi."
#. Tag: para
-#: using-d-i.xml:2960
+#: using-d-i.xml:3035
#, no-c-format
msgid ""
"Doing things manually from the shell may interfere with the installation "
@@ -4729,13 +4850,13 @@ msgstr ""
"bao."
#. Tag: title
-#: using-d-i.xml:2975
+#: using-d-i.xml:3050
#, no-c-format
msgid "Installation Over the Network"
msgstr "Cài đặt qua mạng"
#. Tag: para
-#: using-d-i.xml:2977
+#: using-d-i.xml:3052
#, no-c-format
msgid ""
"One of the more interesting components is <firstterm>network-console</"
@@ -4752,7 +4873,7 @@ msgstr ""
"thể tự động hoá phần đó bằng phần <xref linkend=\"automatic-install\"/>.)"
#. Tag: para
-#: using-d-i.xml:2987
+#: using-d-i.xml:3062
#, no-c-format
msgid ""
"This component is not loaded into the main installation menu by default, so "
@@ -4774,7 +4895,7 @@ msgstr ""
"tục lại cài đặt từ xa bằng SSH</guimenuitem>."
#. Tag: para
-#: using-d-i.xml:3000
+#: using-d-i.xml:3075
#, no-c-format
msgid ""
"For installations on &arch-title;, this is the default method after setting "
@@ -4784,7 +4905,7 @@ msgstr ""
"mặc định sau khi thiết lập mạng."
#. Tag: para
-#: using-d-i.xml:3005
+#: using-d-i.xml:3080
#, no-c-format
msgid ""
"<phrase arch=\"not-s390\">After selecting this new entry, you</phrase> "
@@ -4806,7 +4927,7 @@ msgstr ""
"sẽ tiếp tục cài đặt từ xa</quote>."
#. Tag: para
-#: using-d-i.xml:3017
+#: using-d-i.xml:3092
#, no-c-format
msgid ""
"Should you decide to continue with the installation locally, you can always "
@@ -4818,7 +4939,7 @@ msgstr ""
"khác."
#. Tag: para
-#: using-d-i.xml:3023
+#: using-d-i.xml:3098
#, no-c-format
msgid ""
"Now let's switch to the other side of the wire. As a prerequisite, you need "
@@ -4848,7 +4969,7 @@ msgstr ""
"nếu nó là đúng không."
#. Tag: para
-#: using-d-i.xml:3040
+#: using-d-i.xml:3115
#, no-c-format
msgid ""
"The <command>ssh</command> server in the installer uses a default "
@@ -4873,7 +4994,7 @@ msgstr ""
"tái kết nối."
#. Tag: para
-#: using-d-i.xml:3053
+#: using-d-i.xml:3128
#, no-c-format
msgid ""
"You may be able to avoid the connection being dropped by adding the option "
@@ -4895,7 +5016,7 @@ msgstr ""
"kết nối) vậy chỉ dùng nó khi cần thiết."
#. Tag: para
-#: using-d-i.xml:3066
+#: using-d-i.xml:3141
#, no-c-format
msgid ""
"If you install several computers in turn and they happen to have the same IP "
@@ -4919,7 +5040,7 @@ msgstr ""
"thử lại."
#. Tag: para
-#: using-d-i.xml:3082
+#: using-d-i.xml:3157
#, no-c-format
msgid ""
"After the login you will be presented with an initial screen where you have "
@@ -4939,7 +5060,7 @@ msgstr ""
"chạy cho các trình bao."
#. Tag: para
-#: using-d-i.xml:3092
+#: using-d-i.xml:3167
#, no-c-format
msgid ""
"After you have started the installation remotely over SSH, you should not go "
@@ -4955,7 +5076,7 @@ msgstr ""
"cài đặt."
#. Tag: para
-#: using-d-i.xml:3100
+#: using-d-i.xml:3175
#, no-c-format
msgid ""
"Also, if you are running the SSH session from an X terminal, you should not "