OSDN Git Service

[lfsja-git] r11.0-85 対応。
authormatsuand <30614168+matsuand@users.noreply.github.com>
Wed, 3 Nov 2021 01:57:08 +0000 (10:57 +0900)
committermatsuand <30614168+matsuand@users.noreply.github.com>
Wed, 3 Nov 2021 01:57:08 +0000 (10:57 +0900)
configure
src/chapter01/jchangelog.ch
src/chapter08/glibc.ch
src/chapter08/systemd.ch
src/chapter11/reboot.ch
version.ac

index 32b135b..cedd9f5 100755 (executable)
--- a/configure
+++ b/configure
@@ -4737,7 +4737,7 @@ fi
 
 
 
-TARGETVER=r11.0-80
+TARGETVER=r11.0-85
 if test "x$revspec" = "xsystemd"; then
   TARGETVER="$TARGETVER-systemd"
 fi
index 535b578..952b0b9 100644 (file)
 
 -->
    <listitem>
+      <para>2021-11-03</para>
+      <itemizedlist>
+        <listitem>
+          <para>[matsuand] -
+          r11.0-85 (<ulink url="&lfs-changeset;3328dfdc6">3328dfdc6</ulink>) までの対応。
+          </para>
+        </listitem>
+      </itemizedlist>
+   </listitem>
+
+   <listitem>
       <para>2021-11-01</para>
       <itemizedlist>
         <listitem>
index 9a2f5cd..1bcfdb0 100644 (file)
@@ -59,7 +59,7 @@
 
 @x
     <para>Ensure that the <command>ldconfig</command> and <command>sln</command>
-    utilites are installed into
+    utilites will be installed into
     <filename class="directory">/usr/sbin</filename>:</para>
 @y
     <para>
index b78f3d6..8ceef48 100644 (file)
@@ -54,7 +54,7 @@
 @z
 
 @x
-    <para>Fix a mesaon problem:</para>
+    <para>Fix a meson problem:</para>
 @y
     <para>
     meson に関する問題を修正します。
index bec14c2..d2f67aa 100644 (file)
 @z
 
 @x
-  <para>Unmount the LFS file system hierarchy:</para>
+  <para>Then unmount the virtual file systems:</para>
 @y
   <para>
-  LFS ファイルシステム階層をアンマウントします。
+  仮想ファイルシステムをアンマウントします。
+  </para>
+@z
+
+@x
+  <para>If multiple partitions were created, unmount the other
+  partitions before unmounting the main one, like this:</para>
+@y
+  <para>
+  複数のパーティションを生成していた場合は、メインのパーティションをアンマウントする前に、個々のパーティションをアンマウントします。
+  </para>
+@z
+
+@x
+  <para>Unmount the LFS file system itself:</para>
+@y
+  <para>
+  LFS ファイルシステムそのものをアンマウントします。
   </para>
 @z
 
index 9850d09..c861619 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.0-80])
+m4_define([lfs_version], [r11.0-85])