% % This is part of CLFSja package. % % This is a CTIE change file for the original XML source of the CLFSbook. % @x @y @z @x The GRUB package contains the GRand Unified Bootloader. @y GRUB パッケージは GRand Unified Bootloader を提供します。 @z @x Installation of GRUB @y &InstallationOf1;GRUB &InstallationOf2; @z @x If you would like use a different bootloader than this one you can go to the following link for alternative bootloaders and the instructions to use them. @y GRUB とは別のブートローダーを利用したい場合は、以下のリンクを参照しその手順に従ってください。 @z @x This package is known to have issues when its default optimization flags (including the and options) are changed. If any environment variables that override default optimizations have been defined, such as CFLAGS and CXXFLAGS, unset them when building GRUB. @y このパッケージでは最適化フラグ ( など) のデフォルト値を変更した場合に問題が発生します。 CFLAGSCXXFLAGS といった環境変数を通じてデフォルトの最適化フラグを設定している場合は、その設定を解除してから GRUB のビルドを行ってください。 @z @x Glibc-&glibc-version; does not declare gets(): @y Glibc-&glibc-version; では gets() が宣言されていません。 @z @x Prepare GRUB for compilation: @y &PreparePackage1;GRUB &PreparePackage2; @z @x Compile the package: @y &CompileThePackage; @z @x To test GRUB you must have QEMU installed and then, issue: @y GRUB をテストするには QEMU がインストールされていなければなりません。 インストールされているなら以下を実行します。 @z @x Install the package: @y &InstallThePackage; @z @x Configuring GRUB @y &Configuring1;GRUB&Configuring2; @z @x Now that grub is installed, we need to configure the defaults that will be used to generate the configuration after we install the kernel. Create this file with the following: @y 上記により GRUB をインストールしました。 カーネルをインストールした後に設定を行うためのデフォルト値を指示しておくことが必要です。 そこで以下のファイルを生成します。 @z @x The meaning of the above options and possible alternate values: @y 上記オプションの意味: @z @x GRUB_DEFAULT= Write Me @y GRUB_DEFAULT= (記述未済) @z @x GRUB_SAVEDEFAULT= Write Me @y GRUB_SAVEDEFAULT= (記述未済) @z @x GRUB_HIDDEN_TIMEOUT= Write Me @y GRUB_HIDDEN_TIMEOUT= (記述未済) @z @x GRUB_HIDDEN_TIMEOUT_QUIET= Write Me @y GRUB_HIDDEN_TIMEOUT_QUIET= (記述未済) @z @x GRUB_TIMEOUT= Write Me @y GRUB_TIMEOUT= (記述未済) @z @x GRUB_DISTRIBUTOR= Write Me @y GRUB_DISTRIBUTOR= (記述未済) @z @x GRUB_CMDLINE_LINUX= Write Me @y GRUB_CMDLINE_LINUX= (記述未済) @z @x GRUB_CMDLINE_LINUX_DEFAULT= Write Me @y GRUB_CMDLINE_LINUX_DEFAULT= (記述未済) @z @x GRUB_TERMINAL= Write Me @y GRUB_TERMINAL= (記述未済) @z @x GRUB_GFXMODE= Write Me @y GRUB_GFXMODE= (記述未済) @z @x GRUB_GFXPAYLOAD_LINUX= Write Me @y GRUB_GFXPAYLOAD_LINUX= (記述未済) @z @x GRUB_DEFAULT= Write Me @y GRUB_DEFAULT= (記述未済) @z @x GRUB_DISABLE_LINUX_UUID= Write Me @y GRUB_DISABLE_LINUX_UUID= (記述未済) @z @x GRUB_DISABLE_LINUX_RECOVERY= Write Me @y GRUB_DISABLE_LINUX_RECOVERY= (記述未済) @z @x GRUB_INIT_TUNE= Write Me @y GRUB_INIT_TUNE= (記述未済) @z @x GRUB_DISABLE_OS_PROBER= Write Me @y GRUB_DISABLE_OS_PROBER= (記述未済) @z @x Contents of GRUB @y &ContentsOf1;GRUB&ContentsOf2; @z @x Installed programs Installed directories @y &InstalledProgram; &InstalledDirectory; @z @x grub, grub-install, grub-md5-crypt, grub-set-default, grub-terminfo, and mbchk /usr/lib/grub, /boot/grub @y grub, grub-install, grub-md5-crypt, grub-set-default, grub-terminfo, mbchk /usr/lib/grub, /boot/grub @z @x Short Descriptions @y &ShortDescriptions; @z @x grub The Grand Unified Bootloader's command shell @y Grand Unified Bootloader のコマンドシェル。 @z @x grub-install Installs GRUB on the given device @y 指定されたデバイスに GRUB をインストールします。 @z @x grub-md5-crypt Encrypts a password in MD5 format @y MD5 形式によりパスワードを暗号化します。 @z @x grub-set-default Sets the default boot entry for GRUB @y デフォルトのブートメニューを設定します。 @z @x grub-terminfo Generates a terminfo command from a terminfo name; it can be employed if an unknown terminal is being used @y terminfo 名から terminfo コマンドを生成します。 端末が不明である場合に利用されます。 @z @x mbchk Checks the format of a multi-boot kernel @y マルチブートカーネルの書式をチェックします。 @z