- Add bsdinstall chapter.
1.113 -> 1.116 doc/ja_JP.eucJP/books/handbook/Makefile 1.177 -> 1.178 doc/ja_JP.eucJP/books/handbook/book.sgml (new) -> 1.1 doc/ja_JP.eucJP/books/handbook/bsdinstall/Makefile (new) -> 1.1 doc/ja_JP.eucJP/books/handbook/bsdinstall/chapter.sgml doc/ja_JP.eucJP/books/handbook/chapters.ent doc/ja_JP.eucJP/books/handbook/install/chapter.sgml Reference: [doc-jp-work 2217]
This commit is contained in:
parent
695a7d8ac0
commit
1f15f987d8
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=37892
6 changed files with 2474 additions and 6 deletions
|
@ -3,7 +3,7 @@
|
|||
#
|
||||
# Build the FreeBSD Handbook (Japanese).
|
||||
#
|
||||
# Original revision: 1.113
|
||||
# Original revision: 1.116
|
||||
#
|
||||
|
||||
# ------------------------------------------------------------------------
|
||||
|
@ -52,6 +52,44 @@ IMAGES_EN+= advanced-networking/isdn-twisted-pair.eps
|
|||
IMAGES_EN+= advanced-networking/natd.eps
|
||||
IMAGES_EN+= advanced-networking/net-routing.pic
|
||||
IMAGES_EN+= advanced-networking/static-routes.pic
|
||||
IMAGES_EN+= bsdinstall/bsdinstall-adduser1.png
|
||||
IMAGES_EN+= bsdinstall/bsdinstall-adduser2.png
|
||||
IMAGES_EN+= bsdinstall/bsdinstall-adduser3.png
|
||||
IMAGES_EN+= bsdinstall/bsdinstall-boot-loader-menu.png
|
||||
IMAGES_EN+= bsdinstall/bsdinstall-choose-mode.png
|
||||
IMAGES_EN+= bsdinstall/bsdinstall-config-components.png
|
||||
IMAGES_EN+= bsdinstall/bsdinstall-config-hostname.png
|
||||
IMAGES_EN+= bsdinstall/bsdinstall-config-keymap.png
|
||||
IMAGES_EN+= bsdinstall/bsdinstall-config-services.png
|
||||
IMAGES_EN+= bsdinstall/bsdinstall-configure-network-interface-ipv4-dhcp.png
|
||||
IMAGES_EN+= bsdinstall/bsdinstall-configure-network-interface-ipv4.png
|
||||
IMAGES_EN+= bsdinstall/bsdinstall-configure-network-interface-ipv4-static.png
|
||||
IMAGES_EN+= bsdinstall/bsdinstall-configure-network-interface-ipv6.png
|
||||
IMAGES_EN+= bsdinstall/bsdinstall-configure-network-interface-ipv6-static.png
|
||||
IMAGES_EN+= bsdinstall/bsdinstall-configure-network-interface-slaac.png
|
||||
IMAGES_EN+= bsdinstall/bsdinstall-configure-network-interface.png
|
||||
IMAGES_EN+= bsdinstall/bsdinstall-configure-network-ipv4-dns.png
|
||||
IMAGES_EN+= bsdinstall/bsdinstall-distfile-extracting.png
|
||||
IMAGES_EN+= bsdinstall/bsdinstall-distfile-fetching.png
|
||||
IMAGES_EN+= bsdinstall/bsdinstall-distfile-verifying.png
|
||||
IMAGES_EN+= bsdinstall/bsdinstall-final-confirmation.png
|
||||
IMAGES_EN+= bsdinstall/bsdinstall-finalconfiguration.png
|
||||
IMAGES_EN+= bsdinstall/bsdinstall-mainexit.png
|
||||
IMAGES_EN+= bsdinstall/bsdinstall-netinstall-files.png
|
||||
IMAGES_EN+= bsdinstall/bsdinstall-netinstall-mirrorselect.png
|
||||
IMAGES_EN+= bsdinstall/bsdinstall-part-entire-part.png
|
||||
IMAGES_EN+= bsdinstall/bsdinstall-part-guided-disk.png
|
||||
IMAGES_EN+= bsdinstall/bsdinstall-part-guided-manual.png
|
||||
IMAGES_EN+= bsdinstall/bsdinstall-part-manual-addpart.png
|
||||
IMAGES_EN+= bsdinstall/bsdinstall-part-manual-create.png
|
||||
IMAGES_EN+= bsdinstall/bsdinstall-part-manual-partscheme.png
|
||||
IMAGES_EN+= bsdinstall/bsdinstall-part-review.png
|
||||
IMAGES_EN+= bsdinstall/bsdinstall-post-root-passwd.png
|
||||
IMAGES_EN+= bsdinstall/bsdinstall-set-clock-local-utc.png
|
||||
IMAGES_EN+= bsdinstall/bsdinstall-timezone-confirm.png
|
||||
IMAGES_EN+= bsdinstall/bsdinstall-timezone-country.png
|
||||
IMAGES_EN+= bsdinstall/bsdinstall-timezone-region.png
|
||||
IMAGES_EN+= bsdinstall/bsdinstall-timezone-zone.png
|
||||
IMAGES_EN+= geom/striping.pic
|
||||
IMAGES_EN+= install/adduser1.scr
|
||||
IMAGES_EN+= install/adduser2.scr
|
||||
|
@ -207,6 +245,7 @@ IMAGES_LIB+= callouts/15.png
|
|||
# SGML content
|
||||
#SRCS+= audit/chapter.sgml
|
||||
SRCS+= book.sgml
|
||||
SRCS+= bsdinstall/chapter.sgml
|
||||
SRCS+= colophon.sgml
|
||||
#SRCS+= dtrace/chapter.sgml
|
||||
#SRCS+= freebsd-glossary.sgml
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
The FreeBSD Documentation Project
|
||||
The FreeBSD Japanese Documentation Project
|
||||
|
||||
Original revision: 1.177
|
||||
Original revision: 1.178
|
||||
$FreeBSD$
|
||||
-->
|
||||
|
||||
|
@ -18,6 +18,7 @@
|
|||
|
||||
<!ENTITY % chap.introduction "IGNORE">
|
||||
<!ENTITY % chap.install "IGNORE">
|
||||
<!ENTITY % chap.bsdinstall "IGNORE">
|
||||
<!ENTITY % chap.basics "IGNORE">
|
||||
<!ENTITY % chap.ports "IGNORE">
|
||||
<!ENTITY % chap.config "IGNORE">
|
||||
|
@ -209,6 +210,7 @@
|
|||
|
||||
<![ %chap.introduction; [ &chap.introduction; ]]>
|
||||
<![ %chap.install; [ &chap.install; ]]>
|
||||
<![ %chap.bsdinstall; [ &chap.bsdinstall; ]]>
|
||||
<![ %chap.basics; [ &chap.basics; ]]>
|
||||
<![ %chap.ports; [ &chap.ports; ]]>
|
||||
<![ %chap.x11; [ &chap.x11; ]]>
|
||||
|
|
15
ja_JP.eucJP/books/handbook/bsdinstall/Makefile
Normal file
15
ja_JP.eucJP/books/handbook/bsdinstall/Makefile
Normal file
|
@ -0,0 +1,15 @@
|
|||
#
|
||||
# Build the Handbook with just the content from this chapter.
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
CHAPTERS= bsdinstall/chapter.sgml
|
||||
|
||||
VPATH= ..
|
||||
|
||||
MASTERDOC= ${.CURDIR}/../${DOC}.${DOCBOOKSUFFIX}
|
||||
|
||||
DOC_PREFIX?= ${.CURDIR}/../../../..
|
||||
|
||||
.include "../Makefile"
|
2413
ja_JP.eucJP/books/handbook/bsdinstall/chapter.sgml
Normal file
2413
ja_JP.eucJP/books/handbook/bsdinstall/chapter.sgml
Normal file
File diff suppressed because it is too large
Load diff
|
@ -18,6 +18,7 @@
|
|||
<!-- Part one -->
|
||||
<!ENTITY chap.introduction SYSTEM "introduction/chapter.sgml">
|
||||
<!ENTITY chap.install SYSTEM "install/chapter.sgml">
|
||||
<!ENTITY chap.bsdinstall SYSTEM "bsdinstall/chapter.sgml">
|
||||
<!ENTITY chap.basics SYSTEM "basics/chapter.sgml">
|
||||
<!ENTITY chap.ports SYSTEM "ports/chapter.sgml">
|
||||
<!ENTITY chap.x11 SYSTEM "x11/chapter.sgml">
|
||||
|
|
|
@ -42,10 +42,8 @@
|
|||
<application>sysinstall</application> を使います。
|
||||
この章では、<application>sysinstall</application> を使った
|
||||
&os; のインストール方法を説明します。
|
||||
<application>bsdsysinstall</application> の利用については、<ulink
|
||||
url="&url.base;/doc/en_US.ISO8859-1/books/handbook/bsdinstall.html">&os; 9.<replaceable>x</replaceable>
|
||||
以降のインストール方法</ulink> (訳注: 英語版へのリンクです。
|
||||
日本語版は現在翻訳中です。) で説明します。</para>
|
||||
<application>bsdsysinstall</application> の利用については
|
||||
<xref linkend="bsdinstall"> で説明します。</para>
|
||||
|
||||
<para>この章を読めば、次のことがわかるでしょう:</para>
|
||||
|
||||
|
|
Loading…
Reference in a new issue