summaryrefslogtreecommitdiffstats
path: root/bootdisk
diff options
context:
space:
mode:
authorMike Fulbright <msf@redhat.com>2001-08-13 16:09:25 +0000
committerMike Fulbright <msf@redhat.com>2001-08-13 16:09:25 +0000
commit4d65ebdbc048405fd122c97a6e552c30780e5d90 (patch)
tree4d202e8d72b760ac1e4673c16d034d541dd7fcbd /bootdisk
parent2c265446061f9a061048a9375b76717b22f80ec0 (diff)
downloadanaconda-4d65ebdbc048405fd122c97a6e552c30780e5d90.tar.gz
anaconda-4d65ebdbc048405fd122c97a6e552c30780e5d90.tar.xz
anaconda-4d65ebdbc048405fd122c97a6e552c30780e5d90.zip
added korean boot disk files
Diffstat (limited to 'bootdisk')
-rw-r--r--bootdisk/i386/ko_KR/boot.msg25
-rw-r--r--bootdisk/i386/ko_KR/expert.msg24
-rw-r--r--bootdisk/i386/ko_KR/general.msg25
-rw-r--r--bootdisk/i386/ko_KR/param.msg24
-rw-r--r--bootdisk/i386/ko_KR/rescue.msg24
5 files changed, 122 insertions, 0 deletions
diff --git a/bootdisk/i386/ko_KR/boot.msg b/bootdisk/i386/ko_KR/boot.msg
new file mode 100644
index 000000000..e7029164b
--- /dev/null
+++ b/bootdisk/i386/ko_KR/boot.msg
@@ -0,0 +1,25 @@
+
+ 09Welcome to 0cRed Hat09 Linux @VERSION@!07
+
+ - To install or upgrade 0cRed Hat07 Linux in graphical mode,
+ press the 0f<ENTER>07 key.
+
+ - To install or upgrade 0cRed Hat07 Linux in text mode, type: 0ftext <ENTER>07.
+
+ - To enable low resolution mode, type: 0flowres <ENTER>07.
+ Press 05<F2>07 for more information about low resolution mode.
+
+ - To disable framebuffer mode, type: 0fnofb <ENTER>07.
+ Press 05<F2>07 for more information about disabling framebuffer mode.
+
+ - To enable expert mode, type: 0fexpert <ENTER>07.
+ Press 05<F3>07 for more information about expert mode.
+
+ - To enable rescue mode, type: 0flinux rescue <ENTER>07.
+ Press 05<F5>07 for more information about rescue mode.
+
+ - If you have a driver disk, type: 0flinux dd <ENTER>07.
+
+ - 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/ko_KR/expert.msg b/bootdisk/i386/ko_KR/expert.msg
new file mode 100644
index 000000000..41ab627a4
--- /dev/null
+++ b/bootdisk/i386/ko_KR/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 may be 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/ko_KR/general.msg b/bootdisk/i386/ko_KR/general.msg
new file mode 100644
index 000000000..4ec5ae8ae
--- /dev/null
+++ b/bootdisk/i386/ko_KR/general.msg
@@ -0,0 +1,25 @@
+
+ 09General Boot Help07
+
+You are now ready to begin the installation process. In most cases,
+the best way to get started is to simply press the 0f<ENTER>07 key.
+
+The graphical installer uses the framebuffer in 16-bit color and 800x600
+resolution. If you are having problems with the graphical installer, try
+one of the following options:
+ - Start the installer in 640x480 resolution by typing 0flowres <ENTER>07.
+ - Avoid using framebuffer mode by typing 0fnofb <ENTER>07.
+ - Try another resolution by appending 'vga=xxx' according to these values:
+ 1024x768x8bpp -> vga=773 1024x768x16bpp -> vga=791
+ 1280x1024x8bpp -> vga=775 1280x1024x16bpp -> vga=794
+
+Certain hardware configurations may have trouble with the automatic hardware
+detection done during the installation. 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. Press 05<F4>07 for more information.
+
+
+05[F1-Main] [F2-General] [F3-Expert] [F4-Kernel] [F5-Rescue]07
diff --git a/bootdisk/i386/ko_KR/param.msg b/bootdisk/i386/ko_KR/param.msg
new file mode 100644
index 000000000..d5edf80b8
--- /dev/null
+++ b/bootdisk/i386/ko_KR/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 kernel. This does not include options to modules for devices
+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 installer 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/ko_KR/rescue.msg b/bootdisk/i386/ko_KR/rescue.msg
new file mode 100644
index 000000000..0fdb60238
--- /dev/null
+++ b/bootdisk/i386/ko_KR/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