OSDN Git Service

[lfsja-git] r11.3-223 対応。
authormatsuand <30614168+matsuand@users.noreply.github.com>
Tue, 22 Aug 2023 13:58:01 +0000 (22:58 +0900)
committermatsuand <30614168+matsuand@users.noreply.github.com>
Tue, 22 Aug 2023 13:58:01 +0000 (22:58 +0900)
configure
src/chapter01/jchangelog.ch
src/chapter08/libxcrypt.ch
src/chapter10/grub.ch
src/general.ch
version.ac

index 7727a8b..5d245ec 100755 (executable)
--- a/configure
+++ b/configure
@@ -4737,7 +4737,7 @@ fi
 
 
 
-TARGETVER=r11.3-221
+TARGETVER=r11.3-223
 if test "x$revspec" = "xsystemd"; then
   TARGETVER="$TARGETVER-systemd"
 fi
index c447bd8..d9ab2a5 100644 (file)
 
 -->
    <listitem>
+      <para>2023-08-22</para>
+      <itemizedlist>
+        <listitem>
+          <para>[matsuand] -
+          r11.3-223 (<ulink url="&lfs-changeset;b55a1a261">b55a1a261</ulink>) までの対応。
+          </para>
+        </listitem>
+      </itemizedlist>
+   </listitem>
+
+   <listitem>
       <para>2023-08-19</para>
       <itemizedlist>
         <listitem>
index 30b3ae4..7db7c07 100644 (file)
@@ -98,7 +98,7 @@
       them at runtime. However, the only known binary-only applications
       that link against these functions require ABI version 1.  If you must
       have such functions because of some binary-only application or to be
-      to be compliant with LSB, build the package again with the following
+      compliant with LSB, build the package again with the following
       commands:</para>
 @y
       <para>
index 7dfa4d3..370f460 100644 (file)
 
 @x
       If your system has UEFI support and you wish to boot LFS with UEFI,
-      you should skip this page, and configure GRUB with UEFI support
-      using the instructions provided in
+      you should skip the instructions in this page but still learn the
+      syntax of <filename>grub.cfg</filename> and the method to specify
+      a partition in the file from this page, and configure GRUB with UEFI
+      support using the instructions provided in
       <ulink url="&blfs-book;postlfs/grub-setup.html">the BLFS page</ulink>.
 @y
-      UEFI サポートが有効なシステムにおいて UEFI を使って LFS をブートしたい場合は、本ページは読み飛ばしてください。
+      UEFI サポートが有効なシステムにおいて UEFI を使って LFS をブートしたい場合は、本ページに示す手順は読み飛ばしてください。
+      ただし <filename>grub.cfg</filename> の文法を学ぶ場合や、ファイル内にあるパーティションの指定方法を学ぶ場合は確認しておいてください。
       そして <ulink url="&blfs-book;postlfs/grub-setup.html">BLFS ページ</ulink> に示されている手順に従って、UEFI に対応するように GRUB 設定を行ってください。
 @z
 
index 1da6093..a8ec472 100644 (file)
@@ -47,9 +47,9 @@
 <!ENTITY copyrightdate   "%crdate;">
 ]]>
 
-<!ENTITY jversion        "20230819">
-<!ENTITY jversiond       "20230819">
-<!ENTITY jcorrespondSHA  "764123177"> <!-- lfs-git SHA 値; 本箇所での記載のみ -->
+<!ENTITY jversion        "20230812">
+<!ENTITY jversiond       "20230812">
+<!ENTITY jcorrespondSHA  "b55a1a261"> <!-- lfs-git SHA 値; 本箇所での記載のみ -->
 <!ENTITY dir-jversion    "git-ja">
 <!ENTITY dir-jversiond   "git-sysdja">
 @z
index 47574fd..3fc4de0 100644 (file)
@@ -2,4 +2,4 @@ dnl
 dnl  This is part of LFSbookja package.
 dnl 
 dnl m4-include this file to define the current LFS version
-m4_define([lfs_version], [r11.3-221])
+m4_define([lfs_version], [r11.3-223])