OSDN Git Service

[lfsja-git] r11.1-50 対応。
authormatsuand <30614168+matsuand@users.noreply.github.com>
Fri, 25 Mar 2022 08:23:32 +0000 (17:23 +0900)
committermatsuand <30614168+matsuand@users.noreply.github.com>
Fri, 25 Mar 2022 08:23:32 +0000 (17:23 +0900)
13 files changed:
configure
src/chapter01/jchangelog.ch
src/chapter05/glibc.ch
src/chapter07/cleanup.ch
src/chapter07/util-linux.ch
src/chapter08/glibc.ch
src/chapter08/jinja2.ch
src/chapter08/libffi.ch
src/chapter08/stripping.ch
src/chapter09/systemd-custom.ch
src/chapter10/kernel.ch
src/general.ch
version.ac

index 7c39d38..64a6232 100755 (executable)
--- a/configure
+++ b/configure
@@ -4737,7 +4737,7 @@ fi
 
 
 
-TARGETVER=r11.1-44
+TARGETVER=r11.1-50
 if test "x$revspec" = "xsystemd"; then
   TARGETVER="$TARGETVER-systemd"
 fi
index 3f8844f..0672e21 100644 (file)
 
 -->
    <listitem>
+      <para>2022-03-25</para>
+      <itemizedlist>
+        <listitem>
+          <para>[matsuand] -
+          r11.1-50 (<ulink url="&lfs-changeset;9b463a215">9b463a215</ulink>) までの対応。
+          </para>
+        </listitem>
+      </itemizedlist>
+   </listitem>
+
+   <listitem>
       <para>2022-03-22</para>
       <itemizedlist>
         <listitem>
index e6d1230..09175cf 100644 (file)
@@ -73,7 +73,7 @@
 
 @x
     <para>Ensure that the <command>ldconfig</command> and <command>sln</command>
-    utilites are installed into
+    utilities are installed into
     <filename class="directory">/usr/sbin</filename>:</para>
 @y
     <para>
index f8ea77a..3ab1958 100644 (file)
 
 @x
           Because the backup archive is compressed, it takes a relatively
-          long time (over 10 minutes) even on a resonably fast system.
+          long time (over 10 minutes) even on a reasonably fast system.
 @y
           バックアップアーカイブは圧縮するので、かなりの高速なシステムを利用していても、比較的長い時間 (10 分以上) を要します。
 @z
index 9a4e239..dbf47df 100644 (file)
@@ -58,7 +58,7 @@
 
 @x ADJTIME_PATH=/var/lib/hwclock/adjtime
           <para>This sets the location of the file recording information about
-          the hardware clock in accordance to the FHS. This is not stricly
+          the hardware clock in accordance to the FHS. This is not strictly
           needed for this temporary tool, but it prevents creating a file
           at another location, which would not be overwritten or removed
           when building the final util-linux package.</para>
index 3f94fa6..1906f02 100644 (file)
@@ -59,7 +59,7 @@
 
 @x
     <para>Ensure that the <command>ldconfig</command> and <command>sln</command>
-    utilites will be installed into
+    utilities will be installed into
     <filename class="directory">/usr/sbin</filename>:</para>
 @y
     <para>
index 4ccab79..e534694 100644 (file)
@@ -11,7 +11,7 @@
 
 @x
     <para>Jinja2 is a Python module that implements a simple pythonic template
-    lanuage.</para>
+    language.</para>
 @y
     <para>
     Jinja2 は、Python の簡単なテンプレート言語を実装する Python モジュールです。
index 9563496..1489ba8 100644 (file)
@@ -28,7 +28,7 @@
 
 @x
       <para>Similar to GMP, libffi builds with optimizations specific
-      to the proccesor in use. If building for another system, export
+      to the processor in use. If building for another system, export
       CFLAGS and CXXFLAGS to specify a generic build for your architecture.
       If this is not done, all applications that link to libffi will trigger
       Illegal Operation Errors.</para>
index 70dd11d..27fe2aa 100644 (file)
@@ -86,7 +86,7 @@
 
 @x
   <note><para>The ELF loader's name is ld-linux-x86-64.so.2 on 64-bit systems
-  and ld-linux.so.2 on 32-bit systems.  The contruct below selects the
+  and ld-linux.so.2 on 32-bit systems.  The construct below selects the
   correct name for the current architecture.</para></note>
 @y
   <note><para>
index 28bfa3d..9f585d4 100644 (file)
 @x
          <para><command>systemctl show -p Wants <replaceable>&lt;multi-user.target&gt;</replaceable></command>:
          shows all units that depend on the multi-user target. Targets are
-         special unit files that are anogalous to runlevels under
+         special unit files that are analogous to runlevels under
          SysVinit.</para>
 @y
          <para><command>systemctl show -p Wants <replaceable>&lt;multi-user.target&gt;</replaceable></command>:
index 62bc047..4112423 100644 (file)
           </para>
 @z
 
+@x Automount devtmpfs at /dev
+          <para>This will mount the kernel view of the devices on /dev
+          upon switching to root filesystem just before starting
+          init.</para>
+@y
+          <para>
+          これは、カーネルから見たデバイス情報を /dev 上にマウントするものです。
+          init が起動される直前にルートファイルシステムに切り替えられます。
+          </para>
+@z
+
 @x
     <para>Alternatively, <command>make oldconfig</command> may be more
     appropriate in some situations. See the <filename>README</filename>
index 11b0e54..83fb114 100644 (file)
@@ -47,9 +47,9 @@
 <!ENTITY copyrightdate   "%crdate;">
 ]]>
 
-<!ENTITY jversion        "20220322">
-<!ENTITY jversiond       "20220322">
-<!ENTITY jcorrespondSHA  "53b26d62b"> <!-- lfs-git SHA 値; 本箇所での記載のみ -->
+<!ENTITY jversion        "20220325">
+<!ENTITY jversiond       "20220325">
+<!ENTITY jcorrespondSHA  "9b463a215"> <!-- lfs-git SHA 値; 本箇所での記載のみ -->
 <!ENTITY dir-jversion    "git-ja">
 <!ENTITY dir-jversiond   "git-sysdja">
 @z
index 0da9361..6b8f99a 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.1-44])
+m4_define([lfs_version], [r11.1-50])