diff options
author | Matt Wilson <msw@redhat.com> | 2000-04-18 00:40:07 +0000 |
---|---|---|
committer | Matt Wilson <msw@redhat.com> | 2000-04-18 00:40:07 +0000 |
commit | 55a99eb3eca30dd03207a64af748ad5b2f75fb4a (patch) | |
tree | a5adaf83749ec0b6066488df48e42c76ac928131 /bootdisk/i386 | |
parent | 5943baf2a0311d6afcb003cc0017b053fb2b4ed0 (diff) | |
download | anaconda-55a99eb3eca30dd03207a64af748ad5b2f75fb4a.tar.gz anaconda-55a99eb3eca30dd03207a64af748ad5b2f75fb4a.tar.xz anaconda-55a99eb3eca30dd03207a64af748ad5b2f75fb4a.zip |
added japanese
Diffstat (limited to 'bootdisk/i386')
-rw-r--r-- | bootdisk/i386/ja_JP/boot.msg | 24 | ||||
-rw-r--r-- | bootdisk/i386/ja_JP/expert.msg | 24 | ||||
-rw-r--r-- | bootdisk/i386/ja_JP/general.msg | 24 | ||||
-rw-r--r-- | bootdisk/i386/ja_JP/param.msg | 24 | ||||
-rw-r--r-- | bootdisk/i386/ja_JP/rescue.msg | 24 |
5 files changed, 120 insertions, 0 deletions
diff --git a/bootdisk/i386/ja_JP/boot.msg b/bootdisk/i386/ja_JP/boot.msg new file mode 100644 index 000000000..7cce9f136 --- /dev/null +++ b/bootdisk/i386/ja_JP/boot.msg @@ -0,0 +1,24 @@ + + + 09Welcome to 0cRed Hat09 Linux 6.2J!07 + + o To install or upgrade a system running 0cRed Hat07 Linux 2.0 + or later in graphical mode, press the 0f<ENTER>07 key. + + o To install or upgrade a system running 0cRed Hat07 Linux 2.0 + or later in text mode, type: 0ftext <ENTER>07. + + o To enable expert mode, type: 0fexpert <ENTER>07. Press 05<F3>07 for + more information about expert mode. + + o To enable rescue mode, type: 0flinux rescue <ENTER>07. Press 05<F5>07 + for more information about rescue mode. + + o If you have a driver disk, type: 0flinux dd <ENTER>07. + + o Use the function keys listed below for more information. + + + + +05[F1-Main] [F2-General] [F3-Expert] [F4-Kernel] [F5-Rescue]07 diff --git a/bootdisk/i386/ja_JP/expert.msg b/bootdisk/i386/ja_JP/expert.msg new file mode 100644 index 000000000..027ba7057 --- /dev/null +++ b/bootdisk/i386/ja_JP/expert.msg @@ -0,0 +1,24 @@ + + + 09Expert Mode Help07 + +The default method of installing 0cRed Hat07 Linux uses autoprobing to +automatically detect the hardware in your system. Although most +systems may be autoprobed without difficulties, in certain cases there +can be problems. It's possible to overcome these problems by using +expert mode. + +To start the installation using expert mode, type 0fexpert <ENTER>07. + +While in expert mode, you will have complete control over the +installation process. You will also be able to enter optional module +parameters while in expert mode. + + + + + + + + +05[F1-Main] [F2-General] [F3-Expert] [F4-Kernel] [F5-Rescue]07 diff --git a/bootdisk/i386/ja_JP/general.msg b/bootdisk/i386/ja_JP/general.msg new file mode 100644 index 000000000..744697144 --- /dev/null +++ b/bootdisk/i386/ja_JP/general.msg @@ -0,0 +1,24 @@ + + + 09General Boot Help07 + +You can load the 0cRed Hat07 Linux installation program, and begin the +installation process from this prompt. In most cases, the best way to +get started is to simply press the 0f<ENTER>07 key. + +Certain hardware configurations may have trouble with the automatic hardware +detection done during the installation. While this is unusual, it does +happen occasionally. If you experience problems during the installation, +restart the installation using expert mode. Press 05<F3>07 for more +information on expert mode. + +There are a number of parameters that can be passed to the Linux kernel +at boot time. These do not include parameters for devices such as +CD-ROM drives or ethernet cards. Press 05<F4>07 for more information. + + + + + + +05[F1-Main] [F2-General] [F3-Expert] [F4-Kernel] [F5-Rescue]07 diff --git a/bootdisk/i386/ja_JP/param.msg b/bootdisk/i386/ja_JP/param.msg new file mode 100644 index 000000000..68cd24fd8 --- /dev/null +++ b/bootdisk/i386/ja_JP/param.msg @@ -0,0 +1,24 @@ + + + 09Kernel Parameter Help07 + +Some kernel parameters can be specified on the command line and will be +passed to the running kernel. This does not include options to modules +such as ethernet cards or devices such as CD-ROM drives. + +To pass an option to the kernel, use the following format: + 0flinux <options>07 +If a different installation mode is desired, enter it after the option(s). + +For example, to install on a system with 128MB of RAM using expert mode, +type the following: + 0flinux mem=128M expert07 + +To pass options to modules, you will need to use the expert mode to disable +PCI autoprobing. When the installation asks for your device type that needs +an option or parameter passed to it, there will be a place to type those +in at that time. + + + +05[F1-Main] [F2-General] [F3-Expert] [F4-Kernel] [F5-Rescue]07 diff --git a/bootdisk/i386/ja_JP/rescue.msg b/bootdisk/i386/ja_JP/rescue.msg new file mode 100644 index 000000000..0fdb60238 --- /dev/null +++ b/bootdisk/i386/ja_JP/rescue.msg @@ -0,0 +1,24 @@ + + + 09Rescue Mode Help07 + +The 0cRed Hat07 Linux CD-ROM includes a rescue mode which can be used +when a system does not boot properly. The rescue mode includes many +useful utilities (editor, hard drive and RAID tools, etc.) which will allow +one to restore a system to a working state. + +To enter the rescue mode, boot your system from the 0cRed Hat07 Linux +CDROM and type 0flinux rescue <ENTER>07. + + + + + + + + + + + + +05[F1-Main] [F2-General] [F3-Expert] [F4-Kernel] [F5-Rescue]07 |