summaryrefslogtreecommitdiff
path: root/po/vi
diff options
context:
space:
mode:
authorHolger Wansing <hwansing@mailbox.org>2020-06-19 20:37:54 +0200
committerHolger Wansing <hwansing@mailbox.org>2020-06-19 20:37:54 +0200
commita30fc638d196501a6240ed2e8d98ef7df4c3e20e (patch)
tree72c81ad1989e638f9ea0d7d58cc64c8f54e0f14d /po/vi
parent570e0b80121558da901d40df18e3e9432c70816e (diff)
downloadinstallation-guide-a30fc638d196501a6240ed2e8d98ef7df4c3e20e.zip
Refresh po|pot files
Diffstat (limited to 'po/vi')
-rw-r--r--po/vi/preseed.po271
1 files changed, 152 insertions, 119 deletions
diff --git a/po/vi/preseed.po b/po/vi/preseed.po
index 4677cc42f..58877bb98 100644
--- a/po/vi/preseed.po
+++ b/po/vi/preseed.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: preseed\n"
"Report-Msgid-Bugs-To: debian-boot@lists.debian.org\n"
-"POT-Creation-Date: 2020-05-15 21:42+0000\n"
+"POT-Creation-Date: 2020-06-19 18:34+0000\n"
"PO-Revision-Date: 2012-08-04 06:20+0700\n"
"Last-Translator: hailang <hailangvn@gmail.com>\n"
"Language-Team: MOST Project <du-an-most@lists.hanoilug.org>\n"
@@ -35,7 +35,7 @@ msgstr ""
"trong &d-i; để tự động hoá tiến trình cài đặt."
#. Tag: para
-#: preseed.xml:23 preseed.xml:707
+#: preseed.xml:23 preseed.xml:719
#, no-c-format
msgid ""
"The configuration fragments used in this appendix are also available as an "
@@ -1174,11 +1174,44 @@ msgstr "preseed/file/checksum"
#. Tag: title
#: preseed.xml:551
#, no-c-format
+msgid "Examples of boot prompt preseeding"
+msgstr ""
+
+#. Tag: para
+#: preseed.xml:552
+#, no-c-format
+msgid ""
+"Here are some examples of how the boot prompt might look like (you will need "
+"to adapt this to your needs; also see <xref linkend=\"boot-screen\"/>)."
+msgstr ""
+
+#. Tag: screen
+#: preseed.xml:557
+#, no-c-format
+msgid ""
+"# To set French as language and France as country:\n"
+"/install.amd/vmlinuz vga=788 initrd=/install.amd/gtk/initrd.gz language=fr "
+"country=FR --- quiet\n"
+"# To set English as language and Germany as country, and use a German "
+"keyboard layout:\n"
+"/install.amd/vmlinuz vga=788 initrd=/install.amd/gtk/initrd.gz language=en "
+"country=DE locale=en_US.UTF-8 keymap=de --- quiet\n"
+"# To install the MATE desktop:\n"
+"/install.amd/vmlinuz vga=788 initrd=/install.amd/gtk/initrd.gz desktop=mate-"
+"desktop --- quiet\n"
+"# To install the web-server task:\n"
+"/install.amd/vmlinuz initrd=/install.amd/initrd.gz tasksel:tasksel/first=web-"
+"server ---"
+msgstr ""
+
+#. Tag: title
+#: preseed.xml:563
+#, no-c-format
msgid "Using a DHCP server to specify preconfiguration files"
msgstr "Dùng máy phục vụ DHCP để xác định tập tin định cấu hình sẵn"
#. Tag: para
-#: preseed.xml:552
+#: preseed.xml:564
#, no-c-format
msgid ""
"It's also possible to use DHCP to specify a preconfiguration file to "
@@ -1199,7 +1232,7 @@ msgstr ""
# Literal: don't translate / Nghĩa chữ: đừng dịch
#. Tag: screen
-#: preseed.xml:563
+#: preseed.xml:575
#, no-c-format
msgid ""
"if substring (option vendor-class-identifier, 0, 3) = \"d-i\" {\n"
@@ -1211,7 +1244,7 @@ msgstr ""
"}"
#. Tag: para
-#: preseed.xml:565
+#: preseed.xml:577
#, no-c-format
msgid ""
"Note that the above example limits this filename to DHCP clients that "
@@ -1227,7 +1260,7 @@ msgstr ""
"mạng đó."
#. Tag: para
-#: preseed.xml:572
+#: preseed.xml:584
#, no-c-format
msgid ""
"A good way to use the DHCP preseeding is to only preseed values specific to "
@@ -1244,13 +1277,13 @@ msgstr ""
"hoàn toàn tiến trình cài đặt &debian;."
#. Tag: title
-#: preseed.xml:586
+#: preseed.xml:598
#, no-c-format
msgid "Creating a preconfiguration file"
msgstr "Tạo tập tin định cấu hình sẵn"
#. Tag: para
-#: preseed.xml:587
+#: preseed.xml:599
#, no-c-format
msgid ""
"The preconfiguration file is in the format used by the <command>debconf-set-"
@@ -1262,27 +1295,27 @@ msgstr ""
"hình sẵn là:"
#. Tag: screen
-#: preseed.xml:593
+#: preseed.xml:605
#, no-c-format
msgid "&lt;owner&gt; &lt;question name&gt; &lt;question type&gt; &lt;value&gt;"
msgstr ""
"&lt;sở hữu&gt; &lt;tên câu hỏi&gt; &lt;kiểu câu hỏi&gt; &lt;giá trị&gt;"
#. Tag: para
-#: preseed.xml:595
+#: preseed.xml:607
#, no-c-format
msgid "The file should start with <literal>#_preseed_V1</literal>"
msgstr ""
#. Tag: para
-#: preseed.xml:607
+#: preseed.xml:619
#, no-c-format
msgid ""
"There are a few rules to keep in mind when writing a preconfiguration file."
msgstr "Ghi nhớ vài quy tắc khi tạo tập tin cấu hình sẵn."
#. Tag: para
-#: preseed.xml:614
+#: preseed.xml:626
#, no-c-format
msgid ""
"Put only a single space or tab between type and value: any additional "
@@ -1292,7 +1325,7 @@ msgstr ""
"nào sẽ được xử lý là phần của giá trị đó."
#. Tag: para
-#: preseed.xml:618
+#: preseed.xml:630
#, no-c-format
msgid ""
"A line can be split into multiple lines by appending a backslash "
@@ -1309,7 +1342,7 @@ msgstr ""
"thành một dấu cách riêng lẻ."
#. Tag: para
-#: preseed.xml:625
+#: preseed.xml:637
#, no-c-format
msgid ""
"For debconf variables (templates) used only in the installer itself, the "
@@ -1326,7 +1359,7 @@ msgstr ""
"chép đến cơ sở dữ liệu debconf cho hệ thống được cài đặt."
#. Tag: para
-#: preseed.xml:633
+#: preseed.xml:645
#, no-c-format
msgid ""
"Most questions need to be preseeded using the values valid in English and "
@@ -1338,7 +1371,7 @@ msgstr ""
"<classname>partman</classname>) trong đó cần phải dùng giá trị đã dịch."
#. Tag: para
-#: preseed.xml:639
+#: preseed.xml:651
#, no-c-format
msgid ""
"Some questions take a code as value instead of the English text that is "
@@ -1348,13 +1381,13 @@ msgstr ""
"hiển thị trong khi cài đặt."
#. Tag: para
-#: preseed.xml:643
+#: preseed.xml:655
#, no-c-format
msgid "Start with <literal>#_preseed_V1</literal>"
msgstr ""
#. Tag: para
-#: preseed.xml:649
+#: preseed.xml:661
#, no-c-format
msgid ""
"The easiest way to create a preconfiguration file is to use the example file "
@@ -1365,7 +1398,7 @@ msgstr ""
"từ từ vào nó."
#. Tag: para
-#: preseed.xml:654
+#: preseed.xml:666
#, no-c-format
msgid ""
"An alternative method is to do a manual installation and then, after "
@@ -1379,7 +1412,7 @@ msgstr ""
"lẫn cơ sở dữ liệu cdebconf của trình cài đặt đều vào cùng một tập tin:"
#. Tag: screen
-#: preseed.xml:661
+#: preseed.xml:673
#, fuzzy, no-c-format
#| msgid ""
#| "$ debconf-get-selections --installer &gt; <replaceable>file</"
@@ -1396,7 +1429,7 @@ msgstr ""
"$ debconf-get-selections &gt;&gt; <replaceable>tập tin</replaceable>"
#. Tag: para
-#: preseed.xml:663
+#: preseed.xml:675
#, no-c-format
msgid ""
"However, a file generated in this manner will have some items that should "
@@ -1408,7 +1441,7 @@ msgstr ""
"hợp của phần lớn người dùng."
#. Tag: para
-#: preseed.xml:671
+#: preseed.xml:683
#, no-c-format
msgid ""
"This method relies on the fact that, at the end of the installation, the "
@@ -1424,7 +1457,7 @@ msgstr ""
"tin đó chỉ cho phép người chủ đọc thôi."
#. Tag: para
-#: preseed.xml:679
+#: preseed.xml:691
#, no-c-format
msgid ""
"The directory <filename>/var/log/installer</filename> and all files in it "
@@ -1436,7 +1469,7 @@ msgstr ""
"<classname>installation-report</classname>."
#. Tag: para
-#: preseed.xml:687
+#: preseed.xml:699
#, no-c-format
msgid ""
"To check possible values for questions, you can use <command>nano</command> "
@@ -1453,7 +1486,7 @@ msgstr ""
"trị được gán cho biến."
#. Tag: para
-#: preseed.xml:695
+#: preseed.xml:707
#, no-c-format
msgid ""
"To check if the format of your preconfiguration file is valid before "
@@ -1465,13 +1498,13 @@ msgstr ""
"<replaceable>preseed.cfg</replaceable></command>."
#. Tag: title
-#: preseed.xml:706
+#: preseed.xml:718
#, no-c-format
msgid "Contents of the preconfiguration file (for &releasename;)"
msgstr "Nội dung của tập tin định cấu hình sẵn (cho &releasename;)"
#. Tag: para
-#: preseed.xml:712
+#: preseed.xml:724
#, no-c-format
msgid ""
"Note that this example is based on an installation for the Intel x86 "
@@ -1487,7 +1520,7 @@ msgstr ""
"với kiến trúc đó."
#. Tag: para
-#: preseed.xml:720
+#: preseed.xml:732
#, no-c-format
msgid ""
"Details on how the different Debian Installer components actually work can "
@@ -1497,13 +1530,13 @@ msgstr ""
"nhau của Trình Cài đặt Debian tại <xref linkend=\"module-details\"/>."
#. Tag: title
-#: preseed.xml:728
+#: preseed.xml:740
#, no-c-format
msgid "Localization"
msgstr "Địa phương hoá"
#. Tag: para
-#: preseed.xml:729
+#: preseed.xml:741
#, no-c-format
msgid ""
"During a normal install the questions about localization are asked first, so "
@@ -1515,7 +1548,7 @@ msgid ""
msgstr ""
#. Tag: para
-#: preseed.xml:738
+#: preseed.xml:750
#, no-c-format
msgid ""
"The locale can be used to specify both language and country and can be any "
@@ -1533,7 +1566,7 @@ msgstr ""
"dùng <userinput>locale=<replaceable>vi</replaceable></userinput>."
#. Tag: para
-#: preseed.xml:747
+#: preseed.xml:759
#, no-c-format
msgid ""
"Although this method is very easy to use, it does not allow preseeding of "
@@ -1555,7 +1588,7 @@ msgstr ""
"quốc gia dưới dạng tham số khởi động."
#. Tag: screen
-#: preseed.xml:762
+#: preseed.xml:774
#, no-c-format
msgid ""
"# Preseeding only locale sets language, country and locale.\n"
@@ -1579,7 +1612,7 @@ msgstr ""
"#d-i localechooser/supported-locales multiselect vi.UTF-8, en_US.UTF-8"
#. Tag: para
-#: preseed.xml:764
+#: preseed.xml:776
#, fuzzy, no-c-format
#| msgid ""
#| "Keyboard configuration consists of selecting a keymap and (for non-latin "
@@ -1597,7 +1630,7 @@ msgstr ""
"trí US."
#. Tag: screen
-#: preseed.xml:772
+#: preseed.xml:784
#, no-c-format
msgid ""
"# Keyboard selection.\n"
@@ -1609,7 +1642,7 @@ msgstr ""
"# d-i keyboard-configuration/toggle select No toggling"
#. Tag: para
-#: preseed.xml:774
+#: preseed.xml:786
#, no-c-format
msgid ""
"To skip keyboard configuration, preseed <classname>keymap</classname> with "
@@ -1621,13 +1654,13 @@ msgstr ""
"bàn phím của hạt nhân còn lại hoạt động."
#. Tag: title
-#: preseed.xml:786
+#: preseed.xml:798
#, no-c-format
msgid "Network configuration"
msgstr "Cấu hình mạng"
#. Tag: para
-#: preseed.xml:787
+#: preseed.xml:799
#, fuzzy, no-c-format
#| msgid ""
#| "Of course, preseeding the network configuration won't work if you're "
@@ -1648,7 +1681,7 @@ msgstr ""
"năng gởi tham số cấu hình mạng bằng cách sử dụng tham số khởi động hạt nhân."
#. Tag: para
-#: preseed.xml:795
+#: preseed.xml:807
#, no-c-format
msgid ""
"If you need to pick a particular interface when netbooting before loading a "
@@ -1660,7 +1693,7 @@ msgstr ""
"<userinput>interface=<replaceable>eth1</replaceable></userinput>."
#. Tag: para
-#: preseed.xml:801
+#: preseed.xml:813
#, no-c-format
msgid ""
"Although preseeding the network configuration is normally not possible when "
@@ -1679,19 +1712,19 @@ msgstr ""
"lệnh <quote>preseed/run</quote> chứa những câu lệnh này:"
#. Tag: screen
-#: preseed.xml:811
+#: preseed.xml:823
#, no-c-format
msgid "kill-all-dhcp; netcfg"
msgstr "kill-all-dhcp; netcfg"
#. Tag: para
-#: preseed.xml:813
+#: preseed.xml:825
#, no-c-format
msgid "The following debconf variables are relevant for network configuration."
msgstr "Theo đây có những biến debconf thích hợp với cấu hình mạng."
#. Tag: screen
-#: preseed.xml:819
+#: preseed.xml:831
#, fuzzy, no-c-format
#| msgid ""
#| "# Disable network configuration entirely. This is useful for cdrom\n"
@@ -1875,7 +1908,7 @@ msgstr ""
"#d-i hw-detect/load_firmware boolean true"
#. Tag: para
-#: preseed.xml:821
+#: preseed.xml:833
#, no-c-format
msgid ""
"Please note that <command>netcfg</command> will automatically determine the "
@@ -1896,13 +1929,13 @@ msgstr ""
"có) để chỉ định không nên dùng cổng ra nào."
#. Tag: title
-#: preseed.xml:837
+#: preseed.xml:849
#, no-c-format
msgid "Network console"
msgstr "Bàn giao tiếp mạng"
#. Tag: screen
-#: preseed.xml:839
+#: preseed.xml:851
#, no-c-format
msgid ""
"# Use the following settings if you wish to make use of the network-console\n"
@@ -1923,13 +1956,13 @@ msgstr ""
"#d-i network-console/password-again password r00tme"
#. Tag: title
-#: preseed.xml:844
+#: preseed.xml:856
#, no-c-format
msgid "Mirror settings"
msgstr "Thiết lập máy nhân bản"
#. Tag: para
-#: preseed.xml:845
+#: preseed.xml:857
#, no-c-format
msgid ""
"Depending on the installation method you use, a mirror may be used to "
@@ -1943,7 +1976,7 @@ msgstr ""
"đã cài đặt."
#. Tag: para
-#: preseed.xml:852
+#: preseed.xml:864
#, no-c-format
msgid ""
"The parameter <classname>mirror/suite</classname> determines the suite for "
@@ -1953,7 +1986,7 @@ msgstr ""
"thống đã cài đặt."
#. Tag: para
-#: preseed.xml:857
+#: preseed.xml:869
#, no-c-format
msgid ""
"The parameter <classname>mirror/udeb/suite</classname> determines the suite "
@@ -1970,7 +2003,7 @@ msgstr ""
"đặt tự động sử dụng giá trị đúng thì không nên lập tham số này."
#. Tag: screen
-#: preseed.xml:868
+#: preseed.xml:880
#, no-c-format
msgid ""
"# If you select ftp, the mirror/country string does not need to be set.\n"
@@ -1998,13 +2031,13 @@ msgstr ""
"#d-i mirror/udeb/suite string testing"
#. Tag: title
-#: preseed.xml:873
+#: preseed.xml:885
#, no-c-format
msgid "Account setup"
msgstr "Thiết lập tài khoản"
#. Tag: para
-#: preseed.xml:874
+#: preseed.xml:886
#, fuzzy, no-c-format
#| msgid ""
#| "The password for the root account and name and password for a first "
@@ -2020,7 +2053,7 @@ msgstr ""
"dùng giá trị nhập thô (không mật mã) hay <emphasis>băm</emphasis> kiểu MD5."
#. Tag: para
-#: preseed.xml:881
+#: preseed.xml:893
#, fuzzy, no-c-format
#| msgid ""
#| "Be aware that preseeding passwords is not completely secure as everyone "
@@ -2042,7 +2075,7 @@ msgstr ""
"truy cập băm MD5 cho phép người khác tấn công bằng sức mạnh vũ phu."
#. Tag: screen
-#: preseed.xml:891
+#: preseed.xml:903
#, fuzzy, no-c-format
#| msgid ""
#| "# Skip creation of a root account (normal user account will be able to\n"
@@ -2127,7 +2160,7 @@ msgstr ""
"#d-i passwd/user-default-groups string audio cdrom video"
#. Tag: para
-#: preseed.xml:893
+#: preseed.xml:905
#, no-c-format
msgid ""
"The <classname>passwd/root-password-crypted</classname> and "
@@ -2147,7 +2180,7 @@ msgstr ""
"<command>sudo</command>)."
#. Tag: para
-#: preseed.xml:903
+#: preseed.xml:915
#, fuzzy, no-c-format
#| msgid ""
#| "The following command can be used to generate an MD5 hash for a password:"
@@ -2160,19 +2193,19 @@ msgstr ""
# Literal: don't translate / Nghĩa chữ: đừng dịch
#. Tag: screen
-#: preseed.xml:908
+#: preseed.xml:920
#, no-c-format
msgid "mkpasswd -m sha-512"
msgstr "mkpasswd -m sha-512"
#. Tag: title
-#: preseed.xml:914
+#: preseed.xml:926
#, no-c-format
msgid "Clock and time zone setup"
msgstr "Thiết lập đồng hồ và múi giờ"
#. Tag: screen
-#: preseed.xml:916
+#: preseed.xml:928
#, no-c-format
msgid ""
"# Controls whether or not the hardware clock is set to UTC.\n"
@@ -2202,13 +2235,13 @@ msgstr ""
"#d-i clock-setup/ntp-server string ntp.example.com"
#. Tag: title
-#: preseed.xml:921
+#: preseed.xml:933
#, no-c-format
msgid "Partitioning"
msgstr "Phân vùng"
#. Tag: para
-#: preseed.xml:922
+#: preseed.xml:934
#, no-c-format
msgid ""
"Using preseeding to partition the harddisk is limited to what is supported "
@@ -2225,7 +2258,7 @@ msgstr ""
"tin cấu hình sẵn."
#. Tag: para
-#: preseed.xml:930
+#: preseed.xml:942
#, no-c-format
msgid ""
"Preseeding of advanced partition setups using RAID, LVM and encryption is "
@@ -2237,7 +2270,7 @@ msgstr ""
"vùng trong một tiến trình cài đặt không chèn sẵn."
#. Tag: para
-#: preseed.xml:936
+#: preseed.xml:948
#, no-c-format
msgid ""
"The examples below only provide basic information on the use of recipes. For "
@@ -2257,7 +2290,7 @@ msgstr ""
"hành."
#. Tag: para
-#: preseed.xml:950
+#: preseed.xml:962
#, no-c-format
msgid ""
"The identification of disks is dependent on the order in which their drivers "
@@ -2269,13 +2302,13 @@ msgstr ""
"khả năng chèn sẵn."
#. Tag: title
-#: preseed.xml:959
+#: preseed.xml:971
#, no-c-format
msgid "Partitioning example"
msgstr "Mẫu phân vùng"
#. Tag: screen
-#: preseed.xml:961
+#: preseed.xml:973
#, fuzzy, no-c-format
#| msgid ""
#| "# If the system has free space you can choose to only partition that "
@@ -2519,13 +2552,13 @@ msgstr ""
"d-i partman/confirm_nooverwrite boolean true"
#. Tag: title
-#: preseed.xml:965
+#: preseed.xml:977
#, no-c-format
msgid "Partitioning using RAID"
msgstr "Phân vùng bằng RAID"
#. Tag: para
-#: preseed.xml:966
+#: preseed.xml:978
#, no-c-format
msgid ""
"You can also use preseeding to set up partitions on software RAID arrays. "
@@ -2537,7 +2570,7 @@ msgstr ""
"biến và xác định thiết bị bổ sung."
#. Tag: para
-#: preseed.xml:972
+#: preseed.xml:984
#, no-c-format
msgid ""
"If you are using RAID 1, you can preseed grub to install to all devices used "
@@ -2548,7 +2581,7 @@ msgstr ""
"bootloader\"/>."
#. Tag: para
-#: preseed.xml:979
+#: preseed.xml:991
#, no-c-format
msgid ""
"This type of automated partitioning is easy to get wrong. It is also "
@@ -2563,7 +2596,7 @@ msgstr ""
"chịu. Xem <filename>/var/log/syslog</filename> nếu bạn gặp vấn đề."
#. Tag: screen
-#: preseed.xml:989
+#: preseed.xml:1001
#, no-c-format
msgid ""
"# The method should be set to \"raid\".\n"
@@ -2669,13 +2702,13 @@ msgstr ""
"d-i partman/confirm_nooverwrite boolean true"
#. Tag: title
-#: preseed.xml:994
+#: preseed.xml:1006
#, no-c-format
msgid "Controlling how partitions are mounted"
msgstr "Điều khiển cách gắn kết phân vùng"
#. Tag: para
-#: preseed.xml:995
+#: preseed.xml:1007
#, no-c-format
msgid ""
"Normally, filesystems are mounted using a universally unique identifier "
@@ -2694,7 +2727,7 @@ msgstr ""
"dùng một mã UUID."
#. Tag: para
-#: preseed.xml:1004
+#: preseed.xml:1016
#, no-c-format
msgid ""
"Devices with stable names, such as LVM logical volumes, will continue to use "
@@ -2704,7 +2737,7 @@ msgstr ""
"truyền thống thay cho mã UUID."
#. Tag: para
-#: preseed.xml:1011
+#: preseed.xml:1023
#, no-c-format
msgid ""
"Traditional device names may change based on the order in which the kernel "
@@ -2720,7 +2753,7 @@ msgstr ""
"hệ thống sẽ khởi chạy một cách ngẫu nhiên."
#. Tag: screen
-#: preseed.xml:1021
+#: preseed.xml:1033
#, no-c-format
msgid ""
"# The default is to mount by UUID, but you can also choose \"traditional\" "
@@ -2736,13 +2769,13 @@ msgstr ""
"#d-i partman/mount_style select uuid"
#. Tag: title
-#: preseed.xml:1027
+#: preseed.xml:1039
#, no-c-format
msgid "Base system installation"
msgstr "Cài đặt hệ thống cơ bản"
#. Tag: para
-#: preseed.xml:1028
+#: preseed.xml:1040
#, no-c-format
msgid ""
"There is actually not very much that can be preseeded for this stage of the "
@@ -2753,7 +2786,7 @@ msgstr ""
"cách cài đặt hạt nhân."
#. Tag: screen
-#: preseed.xml:1035
+#: preseed.xml:1047
#, no-c-format
msgid ""
"# Configure APT to not install recommended packages by default. Use of this\n"
@@ -2776,13 +2809,13 @@ msgstr ""
"#d-i base-installer/kernel/image string &kernelpackage;-686"
#. Tag: title
-#: preseed.xml:1040
+#: preseed.xml:1052
#, no-c-format
msgid "Apt setup"
msgstr "Thiết lập apt"
#. Tag: para
-#: preseed.xml:1041
+#: preseed.xml:1053
#, no-c-format
msgid ""
"Setup of the <filename>/etc/apt/sources.list</filename> and basic "
@@ -2796,7 +2829,7 @@ msgstr ""
"năng thêm kho phần mềm (cục bộ) khác."
#. Tag: screen
-#: preseed.xml:1049
+#: preseed.xml:1061
#, fuzzy, no-c-format
#| msgid ""
#| "# You can choose to install non-free and contrib software.\n"
@@ -2891,13 +2924,13 @@ msgstr ""
"#d-i debian-installer/allow_unauthenticated boolean true"
#. Tag: title
-#: preseed.xml:1054
+#: preseed.xml:1066
#, no-c-format
msgid "Package selection"
msgstr "Chọn gói phần mềm"
#. Tag: para
-#: preseed.xml:1055
+#: preseed.xml:1067
#, no-c-format
msgid ""
"You can choose to install any combination of tasks that are available. "
@@ -2907,67 +2940,67 @@ msgstr ""
"lúc viết câu này, các công việc sẵn sàng gồm:"
#. Tag: para
-#: preseed.xml:1063
+#: preseed.xml:1075
#, no-c-format
msgid "<userinput>standard</userinput> (standard tools)"
msgstr ""
#. Tag: para
-#: preseed.xml:1066
+#: preseed.xml:1078
#, no-c-format
msgid "<userinput>desktop</userinput> (graphical desktop)"
msgstr ""
#. Tag: para
-#: preseed.xml:1069
+#: preseed.xml:1081
#, no-c-format
msgid "<userinput>gnome-desktop</userinput> (Gnome desktop)"
msgstr ""
#. Tag: para
-#: preseed.xml:1072
+#: preseed.xml:1084
#, no-c-format
msgid "<userinput>xfce-desktop</userinput> (XFCE desktop)"
msgstr ""
#. Tag: para
-#: preseed.xml:1075
+#: preseed.xml:1087
#, no-c-format
msgid "<userinput>kde-desktop</userinput> (KDE Plasma desktop)"
msgstr ""
#. Tag: para
-#: preseed.xml:1078
+#: preseed.xml:1090
#, no-c-format
msgid "<userinput>cinnamon-desktop</userinput> (Cinnamon desktop)"
msgstr ""
#. Tag: para
-#: preseed.xml:1081
+#: preseed.xml:1093
#, no-c-format
msgid "<userinput>mate-desktop</userinput> (MATE desktop)"
msgstr ""
#. Tag: para
-#: preseed.xml:1084
+#: preseed.xml:1096
#, no-c-format
msgid "<userinput>lxde-desktop</userinput> (LXDE desktop)"
msgstr ""
#. Tag: para
-#: preseed.xml:1087
+#: preseed.xml:1099
#, no-c-format
msgid "<userinput>web-server</userinput> (web server)"
msgstr ""
#. Tag: para
-#: preseed.xml:1090
+#: preseed.xml:1102
#, no-c-format
msgid "<userinput>ssh-server</userinput> (SSH server)"
msgstr ""
#. Tag: para
-#: preseed.xml:1095
+#: preseed.xml:1107
#, no-c-format
msgid ""
"You can also choose to install no tasks, and force the installation of a set "
@@ -2979,7 +3012,7 @@ msgstr ""
"<userinput>chuẩn</userinput>."
#. Tag: para
-#: preseed.xml:1101
+#: preseed.xml:1113
#, no-c-format
msgid ""
"If you want to install some individual packages in addition to packages "
@@ -2994,7 +3027,7 @@ msgstr ""
"giới bằng hoặc dấu phẩy hoặc dấu cách, cũng dễ dàng dùng trên dòng lệnh."
#. Tag: screen
-#: preseed.xml:1111
+#: preseed.xml:1123
#, fuzzy, no-c-format
#| msgid ""
#| "#tasksel tasksel/first multiselect standard, web-server, kde-desktop\n"
@@ -3049,13 +3082,13 @@ msgstr ""
"#popularity-contest popularity-contest/participate boolean false"
#. Tag: title
-#: preseed.xml:1116
+#: preseed.xml:1128
#, no-c-format
msgid "Boot loader installation"
msgstr "Cài đặt bộ nạp khởi động"
#. Tag: screen
-#: preseed.xml:1118
+#: preseed.xml:1130
#, fuzzy, no-c-format
#| msgid ""
#| "<phrase arch=\"linux-any\"># Grub is the default boot loader (for x86). "
@@ -3192,7 +3225,7 @@ msgstr ""
"#d-i debian-installer/add-kernel-opts string nousb"
#. Tag: para
-#: preseed.xml:1120
+#: preseed.xml:1132
#, no-c-format
msgid ""
"An MD5 hash for a password for <classname>grub</classname> can be generated "
@@ -3204,13 +3237,13 @@ msgstr ""
"<xref linkend=\"preseed-account\"/>."
#. Tag: title
-#: preseed.xml:1130
+#: preseed.xml:1142
#, no-c-format
msgid "Finishing up the installation"
msgstr "Làm xong tiến trình cài đặt"
#. Tag: screen
-#: preseed.xml:1132
+#: preseed.xml:1144
#, no-c-format
msgid ""
"# During installations from serial console, the regular virtual consoles\n"
@@ -3252,13 +3285,13 @@ msgstr ""
"#d-i debian-installer/exit/poweroff boolean true"
#. Tag: title
-#: preseed.xml:1137
+#: preseed.xml:1149
#, no-c-format
msgid "Preseeding other packages"
msgstr "Chèn trước gói khác"
#. Tag: screen
-#: preseed.xml:1139
+#: preseed.xml:1151
#, no-c-format
msgid ""
"# Depending on what software you choose to install, or if things go wrong\n"
@@ -3277,19 +3310,19 @@ msgstr ""
"# debconf-get-selections &gt;&gt; file"
#. Tag: title
-#: preseed.xml:1146
+#: preseed.xml:1158
#, no-c-format
msgid "Advanced options"
msgstr "Tùy chọn cấp cao"
#. Tag: title
-#: preseed.xml:1149
+#: preseed.xml:1161
#, no-c-format
msgid "Running custom commands during the installation"
msgstr "Chạy lệnh riêng trong khi cài đặt"
#. Tag: para
-#: preseed.xml:1150
+#: preseed.xml:1162
#, no-c-format
msgid ""
"A very powerful and flexible option offered by the preconfiguration tools is "
@@ -3299,7 +3332,7 @@ msgstr ""
"chạy lệnh hay văn lệnh tại một số điểm thời riêng trong tiến trình cài đặt."
#. Tag: para
-#: preseed.xml:1156
+#: preseed.xml:1168
#, no-c-format
msgid ""
"When the filesystem of the target system is mounted, it is available in "
@@ -3308,7 +3341,7 @@ msgid ""
msgstr ""
#. Tag: screen
-#: preseed.xml:1164
+#: preseed.xml:1176
#, no-c-format
msgid ""
"# d-i preseeding is inherently not secure. Nothing in the installer checks\n"
@@ -3361,13 +3394,13 @@ msgstr ""
"#d-i preseed/late_command string apt-install zsh; in-target chsh -s /bin/zsh"
#. Tag: title
-#: preseed.xml:1169
+#: preseed.xml:1181
#, no-c-format
msgid "Using preseeding to change default values"
msgstr "Dùng khả năng chèn sẵn để thay đổi giá trị mặc định"
#. Tag: para
-#: preseed.xml:1170
+#: preseed.xml:1182
#, no-c-format
msgid ""
"It is possible to use preseeding to change the default answer for a "
@@ -3393,7 +3426,7 @@ msgstr ""
"thử hay gỡ lỗi tập tin cấu hình sẵn."
#. Tag: para
-#: preseed.xml:1184
+#: preseed.xml:1196
#, no-c-format
msgid ""
"Note that the <quote>d-i</quote> owner should only be used for variables "
@@ -3407,7 +3440,7 @@ msgstr ""
"<xref linkend=\"preseed-bootparms\"/>."
#. Tag: para
-#: preseed.xml:1191
+#: preseed.xml:1203
#, no-c-format
msgid ""
"If you are preseeding using boot parameters, you can make the installer ask "
@@ -3430,7 +3463,7 @@ msgstr ""
"đặt, không phải đối với tham số <quote>nội bộ</quote>."
#. Tag: para
-#: preseed.xml:1201
+#: preseed.xml:1213
#, no-c-format
msgid ""
"For more debugging information, use the boot parameter "
@@ -3444,13 +3477,13 @@ msgstr ""
"hiện tại của từng biến và về tiến trình của nó qua các văn lệnh cài đặt gói."
#. Tag: title
-#: preseed.xml:1213
+#: preseed.xml:1225
#, no-c-format
msgid "Chainloading preconfiguration files"
msgstr "Tải dây chuyền tập tin định cấu hình sẵn"
#. Tag: para
-#: preseed.xml:1214
+#: preseed.xml:1226
#, no-c-format
msgid ""
"It is possible to include other preconfiguration files from a "
@@ -3466,7 +3499,7 @@ msgstr ""
"để thiết lập chi tiết hơn cho một số cấu hình riêng trong các tập tin khác."
#. Tag: screen
-#: preseed.xml:1224
+#: preseed.xml:1236
#, no-c-format
msgid ""
"# More than one file can be listed, separated by spaces; all will be\n"
@@ -3519,7 +3552,7 @@ msgstr ""
"#d-i preseed/run string foo.sh"
#. Tag: para
-#: preseed.xml:1226
+#: preseed.xml:1238
#, no-c-format
msgid ""
"It is also possible to chainload from the initrd or file preseeding phase, "