From eb2805cfe9fc515ecb5cc748cab25b136807a7cf Mon Sep 17 00:00:00 2001 From: D-I role Date: Wed, 27 Oct 2021 23:03:42 +0000 Subject: [SILENT_COMMIT] Update of POT and PO files for the installation-guide --- po/zh_TW/install-methods.po | 541 ++++++++++++++++++++++++++------------------ 1 file changed, 320 insertions(+), 221 deletions(-) (limited to 'po/zh_TW') diff --git a/po/zh_TW/install-methods.po b/po/zh_TW/install-methods.po index 96a8d9d57..01da6a167 100644 --- a/po/zh_TW/install-methods.po +++ b/po/zh_TW/install-methods.po @@ -3,7 +3,7 @@ msgid "" msgstr "" "Project-Id-Version: d-i-manual\n" "Report-Msgid-Bugs-To: debian-boot@lists.debian.org\n" -"POT-Creation-Date: 2020-12-02 23:02+0000\n" +"POT-Creation-Date: 2021-10-27 23:02+0000\n" "PO-Revision-Date: 2005-07-18 12:10+0800\n" "Last-Translator: Jhang, Jia-Wei\n" "Language-Team: debian-chinese-big5 \n" @@ -337,8 +337,10 @@ msgid "" "the USB stick is inserted, it will be mapped to a device named /" "dev/sdX, where the X is a letter in the range a-z. " "You should be able to see to which device the USB stick was mapped by " -"running the command dmesg after inserting it. To write to " -"your stick, you may have to turn off its write protection switch." +"running the command lsblk before and after inserting it. " +"(The output of dmesg (as root) is another possible method " +"for that.) To write to your stick, you may have to turn off its write " +"protection switch." msgstr "" "您需要一台運行支援 USB 的 GNU/Linux 系統來為 USB 隨身碟準備開機檔案。 您應該" "確定 usb-storage 核心模組已經被載入 (modprobe usb-storage to get an installation image." +"Debian installation images for this architecture are created using the " +"isohybrid technology; that means they can be written " +"directly to a USB stick, which is a very easy way to make an installation " +"media. Simply choose an image (such as the netinst, CD or DVD-1) that will " +"fit on your USB stick. See to get an " +"installation image." msgstr "" #. Tag: para -#: install-methods.xml:272 +#: install-methods.xml:276 #, no-c-format msgid "" "Alternatively, for very small USB sticks, only a few megabytes in size, you " @@ -383,7 +387,7 @@ msgid "" msgstr "" #. Tag: para -#: install-methods.xml:279 +#: install-methods.xml:283 #, no-c-format msgid "" "The installation image you choose should be written directly to the USB " @@ -400,7 +404,7 @@ msgid "" msgstr "" #. Tag: para -#: install-methods.xml:291 +#: install-methods.xml:295 #, no-c-format msgid "" "The image must be written to the whole-disk device and not a partition, e." @@ -409,7 +413,7 @@ msgid "" msgstr "" #. Tag: para -#: install-methods.xml:297 +#: install-methods.xml:301 #, no-c-format msgid "" "Simply writing the installation image to USB like this should work fine for " @@ -418,7 +422,7 @@ msgid "" msgstr "" #. Tag: para -#: install-methods.xml:305 +#: install-methods.xml:309 #, no-c-format msgid "" "The hybrid image on the stick does not occupy all the storage space, so it " @@ -428,66 +432,73 @@ msgid "" msgstr "" #. Tag: para -#: install-methods.xml:313 +#: install-methods.xml:317 #, no-c-format msgid "" -"Create a second, FAT partition on the stick, mount the partition and copy or " -"unpack the firmware onto it. For example:" -msgstr "" - -#. Tag: screen -#: install-methods.xml:318 -#, no-c-format -msgid "" -"# mount /dev/sdX2 /mnt\n" +"To do so, use cfdisk or any other partitioning tool to create an additional " +"partition on the stick. Then create a (FAT) filesystem on the partition, " +"mount it and copy or unpack the firmware onto it, for example with: " +"\n" +"# mkdosfs -n FIRMWARE /dev/sdX3\n" +"# mount /dev/sdX3 /mnt\n" "# cd /mnt\n" "# tar zxvf /path/to/firmware.tar.gz\n" "# cd /\n" -"# umount /mnt" +"# umount /mnt\n" +" Take care that you use the correct device name " +"for your USB stick. The mkdosfs command is contained in " +"the dosfstools &debian; package." msgstr "" -"# mount /dev/sdX2 /mnt\n" -"# cd /mnt\n" -"# tar zxvf /path/to/firmware.tar.gz\n" -"# cd /\n" -"# umount /mnt" #. Tag: para -#: install-methods.xml:320 +#: install-methods.xml:329 #, no-c-format msgid "" -"You might have written the mini.iso to the USB stick. " -"In this case the second partition doesn't have to be created as, very " -"nicely, it will already be present. Unplugging and replugging the USB stick " -"should make the two partitions visible." +"If you have chosen the mini.iso to be written to the " +"USB stick, the second partition doesn't have to be created, as - very nicely " +"- it will already be present. Unplugging and replugging the USB stick should " +"make the two partitions visible." msgstr "" #. Tag: title -#: install-methods.xml:334 +#: install-methods.xml:343 #, fuzzy, no-c-format #| msgid "Booting the USB stick" msgid "Manually copying files to the USB stick" msgstr "以 USB 隨身碟開機" #. Tag: para -#: install-methods.xml:335 +#: install-methods.xml:344 +#, no-c-format +msgid "" +"Prior to isohybrid technology being used for &debian; installation images, " +"the methods documented in the chapters below were used to prepare media for " +"booting from USB devices. These have been superseded by the technique in " +", but have been left here for " +"educational and historical purposes and in case they are useful to some user." +msgstr "" + +#. Tag: para +#: install-methods.xml:353 #, fuzzy, no-c-format msgid "" -"An alternative way to set up your USB stick is to manually copy the " -"installer files, and also an installation image to it. Note that the USB " -"stick should be at least 1 GB in size (smaller setups are possible if you " -"follow )." +"An alternative to the method described in is to manually copy the installer files, and also an installation image " +"to the stick. Note that the USB stick should be at least 1 GB in size " +"(smaller setups are possible using the files from netboot, following )." msgstr "" "注意,USB 隨身碟應該至少有 128MB 的容量 (在更小的大小安裝也是可能的,請參閱 " ")。" #. Tag: para -#: install-methods.xml:342 +#: install-methods.xml:362 #, fuzzy, no-c-format msgid "" "There is an all-in-one file &hdmedia-boot-img; which contains all the " -"installer files (including the kernel) as well as " -"syslinux and its configuration file as well as yaboot and its " +"installer files (including the kernel) as well as " +"syslinux and its configuration file as well as yaboot and its " "configuration file." msgstr "" "這裡有一個單一檔案 &hdmedia-boot-img;,其中包含了所有的安裝程式文件 (包括核" @@ -498,7 +509,7 @@ msgstr "" "查您使用的是正確的 USB 隨身碟設備名稱。" #. Tag: para -#: install-methods.xml:351 +#: install-methods.xml:371 #, no-c-format msgid "" "Note that, although convenient, this method does have one major " @@ -509,19 +520,19 @@ msgid "" msgstr "" #. Tag: para -#: install-methods.xml:359 +#: install-methods.xml:379 #, no-c-format -msgid "To use this image simply extract it directly to your USB stick:" +msgid "Simply extract this image directly to your USB stick:" msgstr "" #. Tag: screen -#: install-methods.xml:363 +#: install-methods.xml:383 #, no-c-format msgid "# zcat boot.img.gz > /dev/sdX" msgstr "# zcat boot.img.gz > /dev/sdX" #. Tag: para -#: install-methods.xml:365 +#: install-methods.xml:385 #, fuzzy, no-c-format msgid "" "Create a partition of type \"Apple_Bootstrap\" on your USB stick using " @@ -538,13 +549,13 @@ msgstr "" "查您使用的是正確的 USB 隨身碟設備名稱。" #. Tag: screen -#: install-methods.xml:371 +#: install-methods.xml:391 #, no-c-format msgid "# zcat boot.img.gz > /dev/sdX2" msgstr "# zcat boot.img.gz > /dev/sdX2" #. Tag: para -#: install-methods.xml:373 +#: install-methods.xml:393 #, fuzzy, no-c-format msgid "" "After that, mount the USB memory stick sdX2 /mnt), which will now " "have a FAT filesystem an HFS filesystem on it, and copy a &debian; ISO image (netinst " -"or full CD/DVD) to it. Unmount the stick (umount /mnt) and you are done." +"or full CD; see ) to it. Unmount the stick " +"(umount /mnt) and you are done." msgstr "" "然後,掛載 USB 隨身碟 (mount /dev/sda /dev/sda2 /mntumount /mnt) 後結束。" #. Tag: title -#: install-methods.xml:390 +#: install-methods.xml:411 #, fuzzy, no-c-format #| msgid "Copying the files — the flexible way" msgid "Manually copying files to the USB stick — the flexible way" msgstr "複製檔案 — 靈活的方法" #. Tag: para -#: install-methods.xml:391 +#: install-methods.xml:412 #, fuzzy, no-c-format #| msgid "" #| "If you like more flexibility or just want to know what's going on, you " @@ -588,14 +599,13 @@ msgstr "" "檔案放到您的隨身碟上。" #. Tag: title -#: install-methods.xml:406 install-methods.xml:528 -#, fuzzy, no-c-format -#| msgid "Booting the USB stick" -msgid "Partitioning the USB stick" -msgstr "以 USB 隨身碟開機" +#: install-methods.xml:427 +#, no-c-format +msgid "Partitioning and adding a boot loader" +msgstr "" #. Tag: para -#: install-methods.xml:407 +#: install-methods.xml:428 #, no-c-format msgid "" "We will show how to set up the memory stick to use the first partition, " @@ -603,34 +613,7 @@ msgid "" msgstr "我們將展示如何使用隨身碟的第一個分割區,而不是整個設備。" #. Tag: para -#: install-methods.xml:412 -#, fuzzy, no-c-format -msgid "" -"Since most USB sticks come pre-configured with a single FAT16 partition, you " -"probably won't have to repartition or reformat the stick. If you have to do " -"that anyway, use cfdisk or any other partitioning tool to " -"create a FAT16 partition Don't forget to set the " -"bootable bootable flag. , install an MBR " -"using: \n" -"# install-mbr /dev/sdX\n" -" The install-mbr command is " -"contained in the mbr &debian; package. Then create " -"the filesystem using: \n" -"# mkdosfs /dev/sdX1\n" -" Take care that you use the correct device name " -"for your USB stick. The mkdosfs command is contained in " -"the dosfstools &debian; package." -msgstr "" -"由於大多數 USB 隨身碟預先設置了一個單獨的 FAT16 分割區, 您可能不需要重新分割" -"或者格式化 USB 隨身碟。如果您必須這麼做,請使用 cfdisk 或" -"者其他的分割工具來建立一個 FAT16 分割區並且輸入:\n" -"# mkdosfs /dev/sda1\n" -" 注意使用正確的 USB 隨身碟設備名稱。 " -"mkdosfs 指令包含在 dosfstools " -"&debian; 套件中。" - -#. Tag: para -#: install-methods.xml:436 +#: install-methods.xml:433 #, fuzzy, no-c-format #| msgid "" #| "In order to start the kernel after booting from the USB stick, we will " @@ -655,12 +638,56 @@ msgstr "" "案系統的操作系統可以用來改變 boot-loader 的設定檔案。" #. Tag: para -#: install-methods.xml:446 +#: install-methods.xml:443 #, no-c-format msgid "" -"To put syslinux on the FAT16 partition on your USB " -"stick, install the syslinux and mtools packages on your system, and do: \n" +"First, you need to install the syslinux and " +"mtools packages on your system." +msgstr "" + +#. Tag: para +#: install-methods.xml:448 +#, fuzzy, no-c-format +msgid "" +"Since most USB sticks come pre-configured with a single FAT16 partition, you " +"probably won't have to repartition or reformat the stick. If you have to do " +"that anyway, use cfdisk or any other partitioning tool to " +"create a FAT16 partition now Don't forget to activate the " +"bootable flag. , and then install an MBR " +"using: \n" +"# cat /usr/lib/syslinux/mbr/mbr.bin >/dev/sdX\n" +" Now create the filesystem using: " +"\n" +"# mkdosfs /dev/sdX1\n" +" Take care that you use the correct device name " +"for your USB stick. The mkdosfs command is contained in " +"the dosfstools &debian; package." +msgstr "" +"由於大多數 USB 隨身碟預先設置了一個單獨的 FAT16 分割區, 您可能不需要重新分割" +"或者格式化 USB 隨身碟。如果您必須這麼做,請使用 cfdisk 或" +"者其他的分割工具來建立一個 FAT16 分割區並且輸入:\n" +"# mkdosfs /dev/sda1\n" +" 注意使用正確的 USB 隨身碟設備名稱。 " +"mkdosfs 指令包含在 dosfstools " +"&debian; 套件中。" + +#. Tag: para +#: install-methods.xml:471 +#, fuzzy, no-c-format +#| msgid "" +#| "To put syslinux on the FAT16 partition on your USB " +#| "stick, install the syslinux and mtools packages on your system, and do: \n" +#| "# syslinux /dev/sdX1\n" +#| " Again, take care that you use the correct " +#| "device name. The partition must not be mounted when starting " +#| "syslinux. This procedure writes a boot sector to the " +#| "partition and creates the file ldlinux.sys which " +#| "contains the boot loader code." +msgid "" +"Having a correctly partitioned USB stick (now), you need to put " +"syslinux on the FAT16 partition with: " +"\n" "# syslinux /dev/sdX1\n" " Again, take care that you use the correct device " "name. The partition must not be mounted when starting syslinuxldlinux.sys 檔案。" #. Tag: title -#: install-methods.xml:463 install-methods.xml:575 +#: install-methods.xml:487 #, fuzzy, no-c-format #| msgid "Adding an ISO image" -msgid "Adding the installer image" +msgid "Adding the installer files" msgstr "添加 ISO 映像" #. Tag: para -#: install-methods.xml:464 +#: install-methods.xml:488 +#, no-c-format +msgid "" +"There are two different installation variants to choose here: The hd-media " +"variant needs an installation ISO file on the stick, to load installer " +"modules and the base system from. The netboot installer however will load " +"all that from a &debian; mirror." +msgstr "" + +#. Tag: para +#: install-methods.xml:495 #, fuzzy, no-c-format #| msgid "" #| "Mount the partition (mount /dev/sda1 /mnt) and " @@ -698,16 +735,16 @@ msgstr "添加 ISO 映像" #| "itemizedlist> If you want to rename the files, please note that " #| "SYSLINUX can only process DOS (8.3) file names." msgid "" -"Mount the partition (mount /dev/sdX1 /" -"mnt) and copy the following installer image files to the stick: " -" vmlinuz or " -"linux (kernel binary) " -" initrd.gz (initial ramdisk image) You can choose between either the text-" -"based or the graphical version of the installer. The latter can be found in " -"the gtk subdirectory. If you want to rename the files, " -"please note that syslinux can only process DOS (8.3) " -"file names." +"According to your choice, you have to download some installer files from the " +"hd-media or netboot subdirectory of debian/dists/&releasename;/main/installer-&architecture;/current/images/ on any &debian; mirror: " +"vmlinuz or linux (kernel binary) initrd.gz (initial " +"ramdisk image) You can choose between " +"either the text-based version of the installer (the files can be found " +"directly in hd-media or netboot) or the graphical version (look in the " +"respective gtk subdirectories)." msgstr "" "接下來就是掛載分割區 (mount /dev/sda1 /mnt) 以及將下列" "檔案從 &debian; 檔案庫拷貝到儲存上: " @@ -719,17 +756,31 @@ msgstr "" "SYSLINUX 只能處理 DOS (8.3) 格式的檔案名稱。" #. Tag: para -#: install-methods.xml:488 +#: install-methods.xml:519 +#, fuzzy, no-c-format +#| msgid "" +#| "Mount the partition (mount /dev/sda2 /mnt) and " +#| "copy the following files from the Debian archives to the stick:" +msgid "" +"Then mount the partition (mount /dev/sdX1 /mnt) and copy the downloaded files to the root " +"directory of the stick." +msgstr "" +"接下來就是掛載分割區 (mount /dev/sda2 /mnt) 以及將下列" +"檔案從 &debian; 檔案庫拷貝到儲存上:" + +#. Tag: para +#: install-methods.xml:525 #, fuzzy, no-c-format msgid "" -"Next you should create a syslinux.cfg configuration " -"file, which at a bare minimum should contain the following line (change the " -"name of the kernel binary to linux if " -"you used a netboot image): \n" +"Next you should create a text file named syslinux.cfg " +"in the root directory of the stick as configuration file for syslinux, which " +"at a bare minimum should contain the following line: " +"\n" "default vmlinuz initrd=initrd.gz\n" -" For the graphical installer you should add " -"vga=788 to the line. Other parameters can be appended " -"as desired." +" Change the name of the kernel binary to " +"linux if you used files from " +"netboot." msgstr "" "syslinux.cfg 設定檔案應該含有下列兩行: " "\n" @@ -740,7 +791,16 @@ msgstr "" "userinput> 到 append 那一行。" #. Tag: para -#: install-methods.xml:500 +#: install-methods.xml:536 +#, no-c-format +msgid "" +"For the graphical installer (from gtk) you should add " +"vga=788 at the end of the line. Other parameters can " +"be appended as desired." +msgstr "" + +#. Tag: para +#: install-methods.xml:542 #, no-c-format msgid "" "To enable the boot prompt to permit further parameter appending, add a " @@ -748,20 +808,46 @@ msgid "" msgstr "" #. Tag: para -#: install-methods.xml:505 +#: install-methods.xml:547 #, no-c-format msgid "" -"If you used an hd-media image, you should now copy the " -"ISO file of a &debian; ISO image You can use either a " -"netinst or a full CD/DVD image (see ). Be " -"sure to select one that fits. Note that the netboot mini." -"iso image is not usable for this purpose. onto the stick. When you are done, unmount the USB memory stick " -"(umount /mnt)." +"If you used files from hd-media, you should now copy " +"the ISO file of a &debian; installation image onto the stick. (For the " +"netboot variant this is not needed.)" +msgstr "" + +#. Tag: para +#: install-methods.xml:553 +#, no-c-format +msgid "" +"You can use either a netinst or a full CD/DVD image (see ). Be sure to select one that fits on your stick. Note " +"that the netboot mini.iso image is not " +"usable for this purpose." msgstr "" #. Tag: para -#: install-methods.xml:529 +#: install-methods.xml:560 +#, fuzzy, no-c-format +#| msgid "" +#| "When you are done, unmount the USB memory stick (umount /mnt) and activate its write protection switch." +msgid "" +"When you are done, unmount the USB memory stick (umount /mnt)." +msgstr "" +"當您完成後,卸載 USB 隨身碟 (umount /mnt) 並打開防寫保" +"護。" + +#. Tag: title +#: install-methods.xml:573 +#, fuzzy, no-c-format +#| msgid "Booting the USB stick" +msgid "Partitioning the USB stick" +msgstr "以 USB 隨身碟開機" + +#. Tag: para +#: install-methods.xml:574 #, no-c-format msgid "" "Most USB sticks do not come pre-configured in such a way that Open Firmware " @@ -789,7 +875,7 @@ msgstr "" "&debian; 套件中。" #. Tag: para -#: install-methods.xml:546 +#: install-methods.xml:591 #, no-c-format msgid "" "In order to start the kernel after booting from the USB stick, we will put a " @@ -804,7 +890,7 @@ msgstr "" "改變 boot-loader 的設定檔。" #. Tag: para -#: install-methods.xml:555 +#: install-methods.xml:600 #, no-c-format msgid "" "The normal ybin tool that comes with yabootmount /dev/sda2 /mnt) and " @@ -851,31 +944,31 @@ msgstr "" "檔案從 &debian; 檔案庫拷貝到儲存上:" #. Tag: para -#: install-methods.xml:583 +#: install-methods.xml:628 #, no-c-format msgid "vmlinux (kernel binary)" msgstr "vmlinux (核心二進位文件)" #. Tag: para -#: install-methods.xml:588 +#: install-methods.xml:633 #, no-c-format msgid "initrd.gz (initial ramdisk image)" msgstr "initrd.gz (初始化記憶體映像檔)" #. Tag: para -#: install-methods.xml:593 +#: install-methods.xml:638 #, no-c-format msgid "yaboot.conf (yaboot configuration file)" msgstr "yaboot.conf (yaboot 設定檔案)" #. Tag: para -#: install-methods.xml:598 +#: install-methods.xml:643 #, no-c-format msgid "boot.msg (optional boot message)" msgstr "boot.msg (可選的啟動資訊)" #. Tag: para -#: install-methods.xml:605 +#: install-methods.xml:650 #, fuzzy, no-c-format msgid "" "The yaboot.conf configuration file should contain the " @@ -912,7 +1005,7 @@ msgstr "" "像的大小。" #. Tag: para -#: install-methods.xml:615 +#: install-methods.xml:660 #, no-c-format msgid "" "If you used an hd-media image, you should now copy the " @@ -925,13 +1018,13 @@ msgid "" msgstr "" #. Tag: title -#: install-methods.xml:643 +#: install-methods.xml:688 #, no-c-format msgid "Preparing Files for Hard Disk Booting" msgstr "準備從硬碟開機的檔案" #. Tag: para -#: install-methods.xml:644 +#: install-methods.xml:689 #, fuzzy, no-c-format #| msgid "" #| "The installer may be booted using boot files placed on an existing hard " @@ -948,7 +1041,7 @@ msgstr "" "或者直接使用 BIOS 提供的 boot-loader 直接啟動。" #. Tag: para -#: install-methods.xml:652 +#: install-methods.xml:697 #, fuzzy, no-c-format #| msgid "" #| "A full, pure network installation can be achieved using " @@ -965,7 +1058,7 @@ msgstr "" "不清。" #. Tag: para -#: install-methods.xml:658 +#: install-methods.xml:703 #, no-c-format msgid "" "The installer cannot boot from files on an HFS+ file system. MacOS System " @@ -985,7 +1078,7 @@ msgstr "" "和 Linux 之間交換檔案,特別是那些您下載的安裝檔案。" #. Tag: para -#: install-methods.xml:669 +#: install-methods.xml:714 #, no-c-format msgid "" "Different programs are used for hard disk installation system booting, " @@ -996,7 +1089,7 @@ msgstr "" "安裝程式開機時將使用不同的安裝檔案。" #. Tag: title -#: install-methods.xml:678 +#: install-methods.xml:723 #, fuzzy, no-c-format #| msgid "" #| "Hard disk installer booting using LILO or " @@ -1006,7 +1099,7 @@ msgstr "" "使用 LILOGRUB啟動硬碟安裝程式" #. Tag: para -#: install-methods.xml:680 +#: install-methods.xml:725 #, fuzzy, no-c-format #| msgid "" #| "This section explains how to add to or even replace an existing linux " @@ -1020,7 +1113,7 @@ msgstr "" "或者甚至替換現有的 linux 安裝。" #. Tag: para -#: install-methods.xml:686 +#: install-methods.xml:731 #, fuzzy, no-c-format #| msgid "" #| "At boot time, both bootloaders support loading in memory not only the " @@ -1035,7 +1128,7 @@ msgstr "" "擬磁碟可以被用做核心的根檔案系統。" #. Tag: para -#: install-methods.xml:692 +#: install-methods.xml:737 #, fuzzy, no-c-format #| msgid "" #| "Copy the following files from the Debian archives to a convenient " @@ -1049,19 +1142,19 @@ msgstr "" "boot/newinstall/。" #. Tag: para -#: install-methods.xml:699 +#: install-methods.xml:744 #, no-c-format msgid "vmlinuz (kernel binary)" msgstr "vmlinuz(核心二進位文件)" #. Tag: para -#: install-methods.xml:704 +#: install-methods.xml:749 #, no-c-format msgid "initrd.gz (ramdisk image)" msgstr "initrd.gz (記憶體虛擬磁碟映像)" #. Tag: para -#: install-methods.xml:711 +#: install-methods.xml:756 #, fuzzy, no-c-format msgid "" "If you intend to use the hard drive only for booting and then download " @@ -1075,7 +1168,7 @@ msgstr "" "作。" #. Tag: para -#: install-methods.xml:720 +#: install-methods.xml:765 #, fuzzy, no-c-format msgid "" "Alternatively, if you intend to keep an existing partition on the hard drive " @@ -1090,7 +1183,7 @@ msgstr "" "literal>)。安裝程式就可以不使用網路而從硬碟開機,並且從光碟映像檔上安裝。" #. Tag: para -#: install-methods.xml:728 +#: install-methods.xml:773 #, no-c-format msgid "" "Finally, to configure the bootloader proceed to 。" #. Tag: title -#: install-methods.xml:738 +#: install-methods.xml:783 #, fuzzy, no-c-format #| msgid "" #| "Hard disk installer booting using LILO or " @@ -1108,7 +1201,7 @@ msgstr "" "使用 LILOGRUB啟動硬碟安裝程式" #. Tag: para -#: install-methods.xml:739 +#: install-methods.xml:784 #, fuzzy, no-c-format #| msgid "" #| "This section explains how to add to or even replace an existing linux " @@ -1122,7 +1215,7 @@ msgstr "" "或者甚至替換現有的 linux 安裝。" #. Tag: para -#: install-methods.xml:744 +#: install-methods.xml:789 #, fuzzy, no-c-format #| msgid "" #| "Copy the following files from the Debian archives to a convenient " @@ -1136,7 +1229,7 @@ msgstr "" "boot/newinstall/。" #. Tag: para -#: install-methods.xml:749 +#: install-methods.xml:794 #, fuzzy, no-c-format #| msgid "initrd.gz (initial ramdisk image)" msgid "" @@ -1144,20 +1237,20 @@ msgid "" msgstr "initrd.gz (初始化記憶體映像檔)" #. Tag: para -#: install-methods.xml:754 +#: install-methods.xml:799 #, fuzzy, no-c-format #| msgid "boot.msg (optional boot message)" msgid "/tools (loadlin tool)" msgstr "boot.msg (可選的啟動資訊)" #. Tag: title -#: install-methods.xml:866 +#: install-methods.xml:911 #, no-c-format msgid "Preparing Files for TFTP Net Booting" msgstr "準備以 TFTP 網路開機用的檔案" #. Tag: para -#: install-methods.xml:867 +#: install-methods.xml:912 #, no-c-format msgid "" "If your machine is connected to a local area network, you may be able to " @@ -1171,7 +1264,7 @@ msgstr "" "上面的某個特殊地方,並且設定您的機器從該機器進行開機。" #. Tag: para -#: install-methods.xml:875 +#: install-methods.xml:920 #, fuzzy, no-c-format msgid "" "You need to set up a TFTP server, and for many machines a DHCP server,又或 DHCP 伺服器。" #. Tag: para -#: install-methods.xml:882 +#: install-methods.xml:927 #, fuzzy, no-c-format msgid "" "The Reverse Address Resolution Protocol " @@ -1203,7 +1296,7 @@ msgstr "" "只能透過 DHCP 來配置。" #. Tag: para -#: install-methods.xml:896 +#: install-methods.xml:941 #, no-c-format msgid "" "For PowerPC, if you have a NewWorld Power Macintosh machine, it is a good " @@ -1214,7 +1307,7 @@ msgstr "" "替 BOOTP 比較好。有些最新的機器不能從 BOOTP 開機。" #. Tag: para -#: install-methods.xml:902 +#: install-methods.xml:947 #, fuzzy, no-c-format msgid "" "Some older HPPA machines (e.g. 715/75) use RBOOTD rather than BOOTP. There " @@ -1224,7 +1317,7 @@ msgstr "" "網站上能夠找到 RBOOTD 軟體套件。" #. Tag: para -#: install-methods.xml:907 +#: install-methods.xml:952 #, no-c-format msgid "" "The Trivial File Transfer Protocol (TFTP) is used to serve the boot image to " @@ -1238,7 +1331,7 @@ msgstr "" "上面的一些操作例子。" #. Tag: para -#: install-methods.xml:915 +#: install-methods.xml:960 #, no-c-format msgid "" "For a &debian-gnu; server we recommend tftpd-hpa. " @@ -1248,13 +1341,13 @@ msgid "" msgstr "" #. Tag: title -#: install-methods.xml:931 +#: install-methods.xml:976 #, no-c-format msgid "Setting up RARP server" msgstr "設置 RARP 伺服器" #. Tag: para -#: install-methods.xml:932 +#: install-methods.xml:977 #, fuzzy, no-c-format #| msgid "" #| "To set up RARP, you need to know the Ethernet address (a.k.a. the MAC " @@ -1279,7 +1372,7 @@ msgstr "" "ip addr show dev eth0 指令。" #. Tag: para -#: install-methods.xml:944 +#: install-methods.xml:989 #, fuzzy, no-c-format msgid "" "On a RARP server system using a Linux kernel or Solaris/SunOS, you use the " @@ -1299,13 +1392,13 @@ msgstr "" "使用 /usr/sbin/rarpd -a 指令。" #. Tag: title -#: install-methods.xml:965 +#: install-methods.xml:1010 #, no-c-format msgid "Setting up a DHCP server" msgstr "設置 DHCP 伺服器" #. Tag: para -#: install-methods.xml:966 +#: install-methods.xml:1011 #, no-c-format msgid "" "One free software DHCP server is ISC dhcpd. For &debian-" @@ -1315,7 +1408,7 @@ msgid "" msgstr "" #. Tag: screen -#: install-methods.xml:973 +#: install-methods.xml:1018 #, fuzzy, no-c-format msgid "" "option domain-name \"example.com\";\n" @@ -1365,7 +1458,7 @@ msgstr "" "檔。" #. Tag: para -#: install-methods.xml:975 +#: install-methods.xml:1020 #, no-c-format msgid "" "In this example, there is one server servername " @@ -1381,7 +1474,7 @@ msgstr "" "TFTP 取得的檔案名稱。" #. Tag: para -#: install-methods.xml:985 +#: install-methods.xml:1030 #, fuzzy, no-c-format msgid "" "After you have edited the dhcpd configuration file, " @@ -1391,13 +1484,13 @@ msgstr "" "/etc/init.d/dhcpd restart。" #. Tag: title -#: install-methods.xml:993 +#: install-methods.xml:1038 #, no-c-format msgid "Enabling PXE Booting in the DHCP configuration" msgstr "在 DHCP 設定中打開 PXE 開機功能" #. Tag: para -#: install-methods.xml:994 +#: install-methods.xml:1039 #, fuzzy, no-c-format msgid "" "Here is another example for a dhcp.conf using the Pre-" @@ -1469,7 +1562,7 @@ msgstr "" "面的 )。" #. Tag: para -#: install-methods.xml:1004 +#: install-methods.xml:1049 #, no-c-format msgid "" "If your machine uses UEFI to boot, you will have to specify a boot loader " @@ -1477,7 +1570,7 @@ msgid "" msgstr "" #. Tag: screen -#: install-methods.xml:1008 +#: install-methods.xml:1053 #, no-c-format msgid "" "group {\n" @@ -1491,13 +1584,13 @@ msgid "" msgstr "" #. Tag: title -#: install-methods.xml:1021 +#: install-methods.xml:1066 #, fuzzy, no-c-format msgid "Setting up a BOOTP server" msgstr "設置 BOOTP 伺服器" #. Tag: para -#: install-methods.xml:1022 +#: install-methods.xml:1067 #, fuzzy, no-c-format msgid "" "There are two BOOTP servers available for GNU/Linux. The first is CMU " @@ -1512,7 +1605,7 @@ msgstr "" "classname> 軟體套件中。" #. Tag: para -#: install-methods.xml:1030 +#: install-methods.xml:1075 #, fuzzy, no-c-format msgid "" "To use CMU bootpd, you must first uncomment (or add) the " @@ -1568,7 +1661,7 @@ msgstr "" "的 MAC 位址。 " #. Tag: para -#: install-methods.xml:1063 +#: install-methods.xml:1108 #, fuzzy, no-c-format msgid "" "By contrast, setting up BOOTP with ISC dhcpd is really " @@ -1589,13 +1682,13 @@ msgstr "" "令是:/etc/init.d/dhcpd restart。" #. Tag: title -#: install-methods.xml:1082 +#: install-methods.xml:1127 #, no-c-format msgid "Enabling the TFTP Server" msgstr "啟用 TFTP 伺服器" #. Tag: para -#: install-methods.xml:1083 +#: install-methods.xml:1128 #, no-c-format msgid "" "To get the TFTP server ready to go, you should first make sure that " @@ -1603,7 +1696,7 @@ msgid "" msgstr "" #. Tag: para -#: install-methods.xml:1088 +#: install-methods.xml:1133 #, no-c-format msgid "" "In the case of tftpd-hpa there are two ways the " @@ -1614,7 +1707,7 @@ msgid "" msgstr "" #. Tag: para -#: install-methods.xml:1097 +#: install-methods.xml:1142 #, no-c-format msgid "" "Historically, TFTP servers used /tftpboot as directory " @@ -1626,7 +1719,7 @@ msgid "" msgstr "" #. Tag: para -#: install-methods.xml:1107 +#: install-methods.xml:1152 #, no-c-format msgid "" "All in.tftpd alternatives available in &debian; should " @@ -1637,7 +1730,7 @@ msgid "" msgstr "" #. Tag: para -#: install-methods.xml:1115 +#: install-methods.xml:1160 #, fuzzy, no-c-format msgid "" "If you intend to install &debian; on an SGI machine and your TFTP server is " @@ -1665,13 +1758,13 @@ msgstr "" "這個錯誤。" #. Tag: title -#: install-methods.xml:1137 +#: install-methods.xml:1182 #, no-c-format msgid "Move TFTP Images Into Place" msgstr "將 TFTP 映像放到適當的位置" #. Tag: para -#: install-methods.xml:1138 +#: install-methods.xml:1183 #, fuzzy, no-c-format msgid "" "Next, place the TFTP boot image you need, as found in tftpd。" #. Tag: para -#: install-methods.xml:1193 +#: install-methods.xml:1238 #, no-c-format msgid "" "For PXE booting, everything you should need is set up in the " @@ -1772,13 +1865,13 @@ msgstr "" "efi 以開機所需的檔案名傳遞至tftpd。" #. Tag: title -#: install-methods.xml:1205 +#: install-methods.xml:1250 #, no-c-format msgid "SPARC TFTP Booting" msgstr "SPARC TFTP 開機" #. Tag: para -#: install-methods.xml:1206 +#: install-methods.xml:1251 #, fuzzy, no-c-format msgid "" "Some SPARC architectures add the subarchitecture names, such as " @@ -1806,7 +1899,7 @@ msgstr "" "該將所有的字母改成大寫並在必要時加上子架構名。" #. Tag: para -#: install-methods.xml:1222 +#: install-methods.xml:1267 #, no-c-format msgid "" "If you've done all this correctly, giving the command boot netbootpd to supply the " @@ -1849,13 +1942,13 @@ msgstr "" "filename=選項。" #. Tag: title -#: install-methods.xml:1349 +#: install-methods.xml:1394 #, no-c-format msgid "Automatic Installation" msgstr "自動化安裝" #. Tag: para -#: install-methods.xml:1350 +#: install-methods.xml:1395 #, fuzzy, no-c-format #| msgid "" #| "For installing on multiple computers it's possible to do fully automatic " @@ -1876,13 +1969,13 @@ msgstr "" "autoinstall,以及 &debian; 安裝程式本身。" #. Tag: title -#: install-methods.xml:1362 +#: install-methods.xml:1407 #, no-c-format msgid "Automatic Installation Using the &debian; Installer" msgstr "使用 &debian; 安裝程式進行自動安裝" #. Tag: para -#: install-methods.xml:1363 +#: install-methods.xml:1408 #, fuzzy, no-c-format msgid "" "The &debian; Installer supports automating installs via preconfiguration " @@ -1894,7 +1987,7 @@ msgstr "" "者可從移動媒介上載入,並且被用來在安裝過程中自動回答問題。" #. Tag: para -#: install-methods.xml:1370 +#: install-methods.xml:1415 #, fuzzy, no-c-format msgid "" "Full documentation on preseeding including a working example that you can " @@ -1904,13 +1997,13 @@ msgstr "" "註解並能正常工作的預先設定檔例子:。" #. Tag: title -#: install-methods.xml:1384 +#: install-methods.xml:1429 #, no-c-format msgid "Verifying the integrity of installation files" msgstr "" #. Tag: para -#: install-methods.xml:1386 +#: install-methods.xml:1431 #, no-c-format msgid "" "You can verify the integrity of downloaded files against checksums provided " @@ -1920,7 +2013,7 @@ msgid "" msgstr "" #. Tag: para -#: install-methods.xml:1397 +#: install-methods.xml:1442 #, no-c-format msgid "" "Debian CD FAQ has sdX2 /mnt\n" +#~ "# cd /mnt\n" +#~ "# tar zxvf /path/to/firmware.tar.gz\n" +#~ "# cd /\n" +#~ "# umount /mnt" +#~ msgstr "" +#~ "# mount /dev/sdX2 /mnt\n" +#~ "# cd /mnt\n" +#~ "# tar zxvf /path/to/firmware.tar.gz\n" +#~ "# cd /\n" +#~ "# umount /mnt" + #, fuzzy #~| msgid "" #~| "Hard disk installer booting using LILO or " @@ -2700,13 +2806,6 @@ msgstr "" #~ "自 hd-media 的相同檔案。這是因為 hd-media/" #~ "initrd.gz 並不包含網路支援。" -#~ msgid "" -#~ "When you are done, unmount the USB memory stick (umount /mnt) and activate its write protection switch." -#~ msgstr "" -#~ "當您完成後,卸載 USB 隨身碟 (umount /mnt) 並打開防" -#~ "寫保護。" - #~ msgid "DECstation TFTP Images" #~ msgstr "DECstation TFTP 映像檔" -- cgit v1.2.3