Skip to content
This repository has been archived by the owner on May 31, 2021. It is now read-only.

Commit

Permalink
SYNC
Browse files Browse the repository at this point in the history
Revision: 11491
Author: bdubbs
Date: 2 декабря 2018 г. 3:14:09
Message:
Move /etc/bash_completions.d/grub to a better location.
Update to dejagnu-1.6.2.
Update to linux-4.19.6.
Update to perl-5.28.1.

----
Modified : /trunk/BOOK/chapter01/changelog.xml
Modified : /trunk/BOOK/general.ent
Modified : /trunk/BOOK/chapter01/whatsnew.xml
Modified : /trunk/BOOK/packages.ent
Modified : /trunk/BOOK/chapter06/grub.xml
  • Loading branch information
avmaisak committed Dec 14, 2018
1 parent 082c562 commit 9a9599b
Show file tree
Hide file tree
Showing 5 changed files with 38 additions and 16 deletions.
21 changes: 21 additions & 0 deletions chapter01/changelog.xml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,27 @@
<listitem revision="sysv"> or <listitem revision="systemd"> as
appropriate for the entry or if needed the entire day's listitem.
-->
<listitem>
<para>2018-12-01</para>
<itemizedlist>
<listitem>
<para>[bdubbs] - перенесено /etc/bash_completions.d/grub в наиболее подходящее место. Исправления
<ulink url="&lfs-ticket-root;4385">#4385</ulink>.</para>
</listitem>
<listitem>
<para>[bdubbs] - Обновлено до версии dejagnu-1.6.2. Исправления
<ulink url="&lfs-ticket-root;4382">#4382</ulink>.</para>
</listitem>
<listitem>
<para>[bdubbs] - Обновлено до версии linux-4.19.6. Исправления
<ulink url="&lfs-ticket-root;4383">#4383</ulink>.</para>
</listitem>
<listitem>
<para>[bdubbs] - Обновлено до версии perl-5.28.1. Исправления
<ulink url="&lfs-ticket-root;4384">#4384</ulink>.</para>
</listitem>
</itemizedlist>
</listitem>

<listitem>
<para>2018-11-25</para>
Expand Down
8 changes: 4 additions & 4 deletions chapter01/whatsnew.xml
Original file line number Diff line number Diff line change
Expand Up @@ -58,9 +58,9 @@
<!--<listitem>
<para>Coreutils-&coreutils-version;</para>
</listitem>-->
<!--<listitem>
<listitem>
<para>DejaGNU-&dejagnu-version;</para>
</listitem>-->
</listitem>
<!--<listitem revision="systemd">
<para>D-Bus-&dbus-version;</para>
</listitem>-->
Expand Down Expand Up @@ -190,9 +190,9 @@
<!-- <listitem>
<para>Patch-&patch-version;</para>
</listitem>-->
<!--<listitem>
<listitem>
<para>Perl-&perl-version;</para>
</listitem>-->
</listitem>
<!--<listitem>
<para>Pkg-config-&pkgconfig-version;</para>
</listitem>-->
Expand Down
3 changes: 2 additions & 1 deletion chapter06/grub.xml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,8 @@

<para>Установите пакет:</para>

<screen><userinput remap="install">make install</userinput></screen>
<screen><userinput remap="install">make install
mv -v /etc/bash_completions.d/grub /usr/share/bash-completion/completions</userinput></screen>

<para>Информация о том как обеспечить загрузку системы, с использованием GRUB, будет описано в разделе <xref linkend="ch-bootable-grub"/>.</para>

Expand Down
8 changes: 4 additions & 4 deletions general.ent
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
<!ENTITY version "20181125">
<!ENTITY version "20181201">
<!ENTITY short-version "8.2"> <!-- Used below in &blfs-book;
Change to x.y for release but not -rc releases -->
<!ENTITY generic-version "development"> <!-- Use "development" or "x.y[-pre{x}]" -->

<!ENTITY versiond "20181125-systemd">
<!ENTITY versiond "20181201-systemd">
<!ENTITY short-versiond "systemd">
<!ENTITY generic-versiond "systemd">

<!ENTITY releasedate "25 Ноября, 2018">
<!ENTITY releasedate "1 Декабря, 2018">

<!ENTITY copyrightdate "1999-2018"><!-- jhalfs needs a literal dash, not &ndash; -->
<!ENTITY milestone "8.3">
<!ENTITY milestone "8.4">

<!ENTITY lfs-root "https://linuxfromscratch.org.ru/">
<!ENTITY blfs-root "&lfs-root;blfs/">
Expand Down
14 changes: 7 additions & 7 deletions packages.ent
Original file line number Diff line number Diff line change
Expand Up @@ -126,10 +126,10 @@
<!ENTITY dbus-ch6-du "18 MB">
<!ENTITY dbus-ch6-sbu "0.2 SBU">

<!ENTITY dejagnu-version "1.6.1">
<!ENTITY dejagnu-version "1.6.2">
<!ENTITY dejagnu-size "514 KB">
<!ENTITY dejagnu-url "&gnu;dejagnu/dejagnu-&dejagnu-version;.tar.gz">
<!ENTITY dejagnu-md5 "2ac8405a4c7ca8611d004fe852966c6f">
<!ENTITY dejagnu-md5 "e1b07516533f351b3aba3423fafeffd6">
<!ENTITY dejagnu-home "&gnu-software;dejagnu/">
<!ENTITY dejagnu-ch5-du "3.2 MB">
<!ENTITY dejagnu-ch5-sbu "менее чем 0.1 SBU">
Expand Down Expand Up @@ -423,12 +423,12 @@

<!ENTITY linux-major-version "4">
<!ENTITY linux-minor-version "19">
<!ENTITY linux-patch-version "4">
<!ENTITY linux-patch-version "6">
<!--<!ENTITY linux-version "&linux-major-version;.&linux-minor-version;">-->
<!ENTITY linux-version "&linux-major-version;.&linux-minor-version;.&linux-patch-version;">
<!ENTITY linux-size "100,712 KB">
<!ENTITY linux-url "&kernel;linux/kernel/v&linux-major-version;.x/linux-&linux-version;.tar.xz">
<!ENTITY linux-md5 "29c910b1e6cee4413dd0639050489881">
<!ENTITY linux-md5 "9849a08e9e28e52837385a77f6dd67ca">
<!ENTITY linux-home "https://www.kernel.org/">
<!-- measured for 4.8.3 / gcc-6.2.0 on x86_64 : minimum is
allnoconfig extended for a hopefully-bootable build on desktop machine,
Expand Down Expand Up @@ -537,10 +537,10 @@
<!ENTITY patch-ch6-du "13 MB">
<!ENTITY patch-ch6-sbu "0.2 SBU">

<!ENTITY perl-version "5.28.0">
<!ENTITY perl-size "12,120 KB">
<!ENTITY perl-version "5.28.1">
<!ENTITY perl-size "12,083 KB">
<!ENTITY perl-url "https://www.cpan.org/src/5.0/perl-&perl-version;.tar.xz">
<!ENTITY perl-md5 "f3245183c0a08f65e94a3333995af08e">
<!ENTITY perl-md5 "fbb590c305f2f88578f448581b8cf9c4">
<!ENTITY perl-home "https://www.perl.org/">
<!ENTITY perl-ch5-du "275 MB">
<!ENTITY perl-ch5-sbu "1.5 SBU">
Expand Down

0 comments on commit 9a9599b

Please sign in to comment.