diff options
author | Nozomu KURASAWA <nabetaro@caldron.jp> | 2006-08-18 02:57:44 +0000 |
---|---|---|
committer | Nozomu KURASAWA <nabetaro@caldron.jp> | 2006-08-18 02:57:44 +0000 |
commit | ed6a478101d9e87165bc41a21c04ff15ea90d46d (patch) | |
tree | 43c59622c735988ee1a5185b821501ac1f00fdd5 | |
parent | 9b9099dfe541195c58522d309a16c71348fb5c47 (diff) | |
download | installation-guide-ed6a478101d9e87165bc41a21c04ff15ea90d46d.zip |
Update Japanese transation for preseed.
-rw-r--r-- | ja/appendix/preseed.xml | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/ja/appendix/preseed.xml b/ja/appendix/preseed.xml index fe1869af3..c2f857803 100644 --- a/ja/appendix/preseed.xml +++ b/ja/appendix/preseed.xml @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="EUC-JP"?> <!-- retain these comments for translator revision tracking --> -<!-- original version: 39468 --> +<!-- original version: 39932 --> <!-- Be carefull with the format of this file as it is parsed to generate @@ -1209,6 +1209,8 @@ correct one will be selected before using preseeding. d-i partman-auto/disk string /dev/discs/disc0/disc # Or, if you want to use LVM: #d-i partman-auto-lvm/disk string /dev/discs/disc0/disc +# Or, LVM with more than one disk: +#d-i partman-auto-lvm/disk string /dev/discs/disc0/disc /dev/discs/disc1/disc # You can choose from any of the predefined partitioning recipes. # Note: this must be preseeded with a localized (translated) value. @@ -1444,9 +1446,11 @@ d-i grub-installer/with_other_os boolean true # Alternatively, if you want to install to a location other than the mbr, # uncomment and edit these lines: -#d-i grub-installer/bootdev string (hd0,0) #d-i grub-installer/only_debian boolean false #d-i grub-installer/with_other_os boolean false +#d-i grub-installer/bootdev string (hd0,0) +# To install grub to multiple disks: +#d-i grub-installer/bootdev string (hd0,0) (hd1,0) (hd2,0) </screen></informalexample> </sect2> |