mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-03-06 06:14:47 +00:00
Fix an error in the mountfs bootscript.
Remove outdated seds for diffutils in both Chapters 5 and 6. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11263 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
parent
4584c156c2
commit
44dc5587c3
@ -42,7 +42,20 @@
|
||||
<listitem revision="sysv"> or <listitem revision="systemd"> as
|
||||
appropriate for the entry or if needed the entire day's listitem.
|
||||
-->
|
||||
<listitem>
|
||||
<para>2017-06-26</para>
|
||||
<itemizedlist>
|
||||
<listitem revision='sysv'>
|
||||
<para>[bdubbs] - Fix an error in the mountfs bootscript.</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>[bdubbs] - Remove outdated seds for diffutils in
|
||||
both Chapters 5 and 6.</para>
|
||||
</listitem>
|
||||
</itemizedlist>
|
||||
</listitem>
|
||||
|
||||
<listitem>
|
||||
<para>2017-06-24</para>
|
||||
<itemizedlist>
|
||||
<listitem>
|
||||
@ -53,11 +66,11 @@
|
||||
<para>[bdubbs] - Update to linux-4.11.7. Fixes
|
||||
<ulink url="&lfs-ticket-root;4090">#4099</ulink>.</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<listitem revision='sysv'>
|
||||
<para>[bdubbs] - Remove section disussing configuration
|
||||
without a network card.</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<listitem revision='sysv'>
|
||||
<para>[bdubbs] - Update boot scripts to unmount network
|
||||
file systems before bringing down the network.</para>
|
||||
</listitem>
|
||||
|
@ -43,10 +43,6 @@
|
||||
<sect2 role="installation">
|
||||
<title>Installation of Diffutils</title>
|
||||
|
||||
<para>First, fix some errors in the included gnulib code:</para>
|
||||
|
||||
<screen><userinput remap="pre">sed -i '233,237 s/max)/max) \\/' lib/intprops.h</userinput></screen>
|
||||
|
||||
<para>Prepare Diffutils for compilation:</para>
|
||||
|
||||
<screen><userinput remap="configure">./configure --prefix=/tools</userinput></screen>
|
||||
|
@ -41,12 +41,6 @@
|
||||
<sect2 role="installation">
|
||||
<title>Installation of Diffutils</title>
|
||||
|
||||
<para>First fix a file so locale files are installed and fix the
|
||||
included gnulib code:</para>
|
||||
|
||||
<screen><userinput remap="pre">sed -i 's:= @mkdir_p@:= /bin/mkdir -p:' po/Makefile.in.in
|
||||
sed -i '233,237 s/max)/max) \\/' lib/intprops.h</userinput></screen>
|
||||
|
||||
<para>Prepare Diffutils for compilation:</para>
|
||||
|
||||
<screen><userinput remap="configure">./configure --prefix=/usr</userinput></screen>
|
||||
|
@ -1,13 +1,13 @@
|
||||
<!ENTITY version "SVN-20170624">
|
||||
<!ENTITY version "SVN-20170626">
|
||||
<!ENTITY short-version "svn"> <!-- 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 "20170624-systemd">
|
||||
<!ENTITY versiond "20170626-systemd">
|
||||
<!ENTITY short-versiond "systemd">
|
||||
<!ENTITY generic-versiond "systemd">
|
||||
|
||||
<!ENTITY releasedate "June 24, 2017">
|
||||
<!ENTITY releasedate "June 26, 2017">
|
||||
|
||||
<!ENTITY copyrightdate "1999-2017"><!-- jhalfs needs a literal dash, not – -->
|
||||
<!ENTITY milestone "8.1">
|
||||
|
Loading…
Reference in New Issue
Block a user