Author: bdubbs
Date: Sun Feb 14 19:20:32 2016
New Revision: 1339
Log:
Update web pages for 7.9-rc1
Added:
html/trunk/lfs/errata/7.9-rc1/
html/trunk/lfs/errata/7.9-rc1/css/
html/trunk/lfs/errata/7.9-rc1/css/main.css
html/trunk/lfs/errata/7.9-rc1/images/
html/trunk/lfs/errata/7.9-rc1/images/lfs-banner.png (contents, props
changed)
html/trunk/lfs/errata/7.9-rc1/images/lfs-logo.png (contents, props changed)
html/trunk/lfs/errata/7.9-rc1/images/powered_by_google_135x35.png
(contents, props changed)
html/trunk/lfs/errata/7.9-rc1/images/powered_by_swish-e_109x35.png
(contents, props changed)
html/trunk/lfs/errata/7.9-rc1/images/white_2.gif (contents, props changed)
html/trunk/lfs/errata/7.9-rc1/index.html (contents, props changed)
html/trunk/lfs/errata/7.9-systemd-rc1/
html/trunk/lfs/errata/7.9-systemd-rc1/css/
html/trunk/lfs/errata/7.9-systemd-rc1/css/main.css
html/trunk/lfs/errata/7.9-systemd-rc1/images/
html/trunk/lfs/errata/7.9-systemd-rc1/images/lfs-banner.png (contents,
props changed)
html/trunk/lfs/errata/7.9-systemd-rc1/images/lfs-logo.png (contents, props
changed)
html/trunk/lfs/errata/7.9-systemd-rc1/images/powered_by_google_135x35.png
(contents, props changed)
html/trunk/lfs/errata/7.9-systemd-rc1/images/powered_by_swish-e_109x35.png
(contents, props changed)
html/trunk/lfs/errata/7.9-systemd-rc1/images/white_2.gif (contents, props
changed)
html/trunk/lfs/errata/7.9-systemd-rc1/index.html (contents, props changed)
Modified:
html/trunk/lfs/download.html
html/trunk/lfs/news.html
html/trunk/lfs/read.html
Modified: html/trunk/lfs/download.html
==============================================================================
--- html/trunk/lfs/download.html Thu Jan 7 13:48:34 2016 (r1338)
+++ html/trunk/lfs/download.html Sun Feb 14 19:20:32 2016 (r1339)
@@ -9,15 +9,15 @@
<p>This is the latest released LFS book, well tested and mature enough
for everyday use.</p>
<p>You may download the stable book in various formats from the
<a href="/lfs/downloads/stable/">stable book</a> directory.</p>
-<!--
- <h2>Current Release Candidate Version — LFS-7.8-rc1</h2>
+
+ <h2>Current Release Candidate Version — LFS-7.9-rc1</h2>
<p>This is a soon-to-be-released LFS book undergoing the last
stages of testing.</p>
<p>You may download the book from the
- <a href="/lfs/downloads/7.8-rc1/">LFS-7.8-rc1</a> directory.
+ <a href="/lfs/downloads/7.9-rc1/">LFS-7.9-rc1</a> directory.
</p>
--->
+
<h2>Current Development</h2>
<p>This is the LFS Book in its current development state. Changes can
happen that break the build temporarily.<br />
@@ -40,8 +40,8 @@
<p>This is the latest released LFS systemd book, well tested and mature
enough for everyday use.</p>
<p>You may download the stable book in various formats from the
<a href="/lfs/downloads/stable-systemd/">stable book</a> directory.</p>
-<!--
- <h3>Current Pre-release Version — LFS-7.7-systemd-rc1</h3>
+
+ <h3>Current Pre-release Version — LFS-7.9-systemd-rc1</h3>
<p>This is an upcoming variation of LFS. It will be released as
stable in the near future and is in the meantime considered to be under
@@ -52,9 +52,9 @@
undergoes testing.</p>
<p>You may download the book from the
- <a href="/lfs/downloads/7.7-systemd-rc1/">LFS-7.7-systemd-rc1</a>
directory.
+ <a href="/lfs/downloads/7.9-systemd-rc1/">LFS-7.9-systemd-rc1</a>
directory.
</p>
--->
+
<h3>Current Development</h3>
<p>This is the LFS systemd Book in its current development state. Changes
can
happen that break the build temporarily.<br />
Added: html/trunk/lfs/errata/7.9-rc1/css/main.css
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ html/trunk/lfs/errata/7.9-rc1/css/main.css Sun Feb 14 19:20:32 2016
(r1339)
@@ -0,0 +1,312 @@
+/* Site-wide formatting of standard tags */
+/* ===================================== */
+body {
+ background: #fefefe;
+ font: .8em sans-serif, Arial;
+ color: black;
+ border: 0;
+ margin: 0;
+}
+
+p { margin: 10pt; }
+
+h1 {
+ color: #333;
+ font-size: 1.7em;
+}
+
+h2 {
+ color: #333;
+ font-size: 1.4em;
+}
+
+table { font-size: 1em; }
+
+select { color: #333; }
+
+input {
+ border: 1px solid #ccc;
+ background: #eee;
+ color: #777;
+}
+
+input:hover {
+ color: #004090;
+ background: #ddd;
+}
+
+em {
+ font-weight: bold;
+ color: #444;
+}
+
+dt { font-weight: bold; }
+
+a img, a:link, a:hover { border: none; }
+
+a:link {
+ text-decoration: none;
+ color: #0072ff;
+ border-bottom: groove 1px #0072ff;
+}
+
+a:visited {
+ text-decoration: none;
+ color: navy;
+ border-bottom: groove 1px navy;
+}
+
+a:hover {
+ text-decoration: none;
+ color: #004090;
+ border-bottom: dotted 1px #004090;
+}
+
+hr {
+ background: #eee;
+ height: 1px;
+}
+
+
+/* Header: logo, top menu and search */
+/* ===================================== */
+
+#banner {
+ height: 47px;
+}
+
+#banner img {
+ position: absolute;
+ left: 10px;
+ top: 10px;
+ border: none;
+}
+
+#search {
+ position: absolute;
+ right: 20px;
+ top: 0px;
+ margin: 5pt 0 5pt 0;
+}
+
+div.navbar {
+ position: absolute;
+ top: 90px;
+ border: 0;
+ margin: 0;
+ width: 100%;
+ padding: 0;
+ background-color: #eee;
+ text-align: right;
+ border-top: solid 1px #ccc;
+ border-bottom: solid 1px #ccc;
+}
+
+#menu {
+ list-style-type: none;
+ padding: 0;
+ margin: 0;
+ text-align: right;
+}
+
+#menu li {
+ display: inline;
+ padding: 0;
+ margin: 0;
+ text-align: right;
+}
+
+#menu a {
+ float: right;
+ display: block;
+ padding: 5px 20px;
+ margin: 0;
+ border-bottom: none;
+ text-decoration: none;
+}
+
+#lfsactive:link, #lfsactive:visited, #alfsactive:link, #alfsactive:visited,
#blfsactive:link, #blfsactive:visited, #hlfsactive:link, #hlfsactive:visited,
#hintsactive:link, #hintsactive:visited, #livecdactive:link,
#livecdactive:visited, #patchesactive:link, #patchesactive:visited {
+ color: white;
+ font-weight: bold;
+ padding: 5px 20px;
+}
+
+#lfs:link, #lfs:visited, #blfs:link, #blfs:visited, #alfs:link, #alfs:visited,
#clfs:link, #clfs:visited, #hlfs:link, #hlfs:visited, #hints:link,
#hints:visited, #livecd:link, #livecd:visited, #patches:link, #patches:visited {
+ font-weight: bold;
+ color: #777;
+}
+
+#lfs:hover, #lfsactive:hover, #alfs:hover, #alfsactive:hover, #blfs:hover,
#blfsactive:hover, #clfs:hover, #hlfs:hover, #hlfsactive:hover, #hints:hover,
#hintsactive:hover, #livecd:hover, #livecdactive:hover, #patches:hover,
#patchesactive:hover { background-color: #ddd }
+
+
+/* Project specfic left-hand menus */
+/* ===================================== */
+
+#leftmenu ul {
+ text-align: right;
+ font-weight: bold;
+ background: #eee;
+ list-style-type: none;
+ position: absolute;
+ left: 0px;
+ top: 145px;
+ border-top: solid 1px #ccc;
+ border-right: solid 1px #ccc;
+ padding: 0;
+ margin: 0;
+}
+
+#leftmenu li {
+ margin: 0;
+ border-bottom: solid 1px #ddd;
+}
+
+#leftmenu a {
+ text-decoration: none;
+ border: none;
+ display: block;
+ margin: 0;
+ padding: 5px 10px;
+ color: #777;
+}
+
+#leftmenulist a:hover {
+ background: #777;
+ color: white;
+}
+
+#lfsmenulist a:hover {
+ background: #0072ff;
+ color: white;
+}
+
+#alfsmenulist a:hover {
+ background: #92d800;
+ color: white;
+}
+
+#blfsmenulist a:hover {
+ background: #a27700;
+ color: white;
+}
+
+#hlfsmenulist a:hover {
+ background: #fd7700;
+ color: white;
+}
+
+#hintsmenulist a:hover {
+ background: #8400ff;
+ color: white;
+}
+
+#livecdmenulist a:hover {
+ background: red;
+ color: white;
+}
+
+#patchesmenulist a:hover {
+ background: #0c0470;
+ color: white;
+}
+
+#lfsactive:link, #lfsactive:visited {
+ background: #0072ff;
+}
+#alfsactive:link, #alfsactive:visited {
+ background: #92d800;
+}
+#blfsactive:link, #blfsactive:visited {
+ background: #a27700;
+}
+#hlfsactive:link, #hlfsactive:visited {
+ background: #fd7700;
+}
+#hintsactive:link, #hintsactive:visited {
+ background: #8400ff;
+}
+#livecdactive:link, #livecdactive:visited {
+ background: red;
+}
+#patchesactive:link, #patchesactive:visited {
+ background: #0c0470;
+}
+
+
+/* Google AdSense */
+/* ===================================== */
+
+#adsense {
+ position: absolute;
+ right: 0;
+ top: 118px;
+ padding: 15px 0px 15px 10px;
+ border-left: 1px solid #ccc;
+ z-index: 1;
+}
+
+
+/* Special formatting for News lists */
+/* ===================================== */
+
+.newsItem {
+ padding-bottom: 5pt;
+ border-bottom: 1px dotted #0c0470;
+}
+
+.newsItem p { margin: 10pt 0 10pt 0; }
+
+
+/* Special formatting for /index.html */
+/* ===================================== */
+
+#subs {
+ list-style-type: none;
+}
+
+#subs li {
+ margin-top: 10px;
+ margin-bottom: 10px;
+}
+
+
+/* Main page content & footer */
+/* ===================================== */
+
+div.main {
+ position: absolute;
+ top: 140px;
+ left: 150px;
+ padding-right: 180px;
+}
+
+#footer {
+ border-top: 1px solid #ccc;
+ margin-top: 10px;
+}
+
+#footer p {
+ color: #bcbcbc;
+ font-size: .8em;
+}
+
+
+/* Commands & notes */
+/* ===================================== */
+
+.cmd {
+ font : 1.1em monospace;
+ background: #eee;
+ padding : 5pt 0;
+ margin : 0 10pt;
+ border : 1px dashed #0c0470;
+ }
+.cmd p { margin: 10pt 15pt; }
+
+.note {
+ background: #eee;
+ border : dashed 1px red;
+ padding : 3pt;
+ margin : 0 10pt;
+}
+
Added: html/trunk/lfs/errata/7.9-rc1/images/lfs-banner.png
==============================================================================
Binary file. No diff available.
Added: html/trunk/lfs/errata/7.9-rc1/images/lfs-logo.png
==============================================================================
Binary file. No diff available.
Added: html/trunk/lfs/errata/7.9-rc1/images/powered_by_google_135x35.png
==============================================================================
Binary file. No diff available.
Added: html/trunk/lfs/errata/7.9-rc1/images/powered_by_swish-e_109x35.png
==============================================================================
Binary file. No diff available.
Added: html/trunk/lfs/errata/7.9-rc1/images/white_2.gif
==============================================================================
Binary file. No diff available.
Added: html/trunk/lfs/errata/7.9-rc1/index.html
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ html/trunk/lfs/errata/7.9-rc1/index.html Sun Feb 14 19:20:32 2016
(r1339)
@@ -0,0 +1,35 @@
+<!--#set var="pageTitle" value="LFS Errata" -->
+<!--#include virtual="/lfs/header.html" -->
+<!--#include virtual="/lfs/menu.html" -->
+ <div class="main">
+ <h1>Errata for the 7.9-rc1 Version of the LFS Book</h1>
+
+<!-- TEMPLATE
+ <h2>Known Security Vulnerabilities</h2>
+ <ul>
+ <li><p>Item 1</p></li>
+ <li><p>Item 2</p></li>
+ </ul>
+
+ <h2>Miscellaneous Errata</h2>
+ <ul>
+ <li><p>Item 1</p></li>
+ <li><p>Item 2</p></li>
+ </ul>
+
+ END TEMPLATE -->
+
+
+<!--
+ <h2>Known Security Vulnerabilities</h2>
+ <ul>
+ <li> </li>
+ </ul>
+-->
+ <h2>Miscellaneous Errata</h2>
+ <ul>
+ <li>There are no current errata items for LFS 7.9-rc1.</li>
+ </ul>
+
+
+<!--#include virtual="/common/footer.html" -->
Added: html/trunk/lfs/errata/7.9-systemd-rc1/css/main.css
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ html/trunk/lfs/errata/7.9-systemd-rc1/css/main.css Sun Feb 14 19:20:32
2016 (r1339)
@@ -0,0 +1,312 @@
+/* Site-wide formatting of standard tags */
+/* ===================================== */
+body {
+ background: #fefefe;
+ font: .8em sans-serif, Arial;
+ color: black;
+ border: 0;
+ margin: 0;
+}
+
+p { margin: 10pt; }
+
+h1 {
+ color: #333;
+ font-size: 1.7em;
+}
+
+h2 {
+ color: #333;
+ font-size: 1.4em;
+}
+
+table { font-size: 1em; }
+
+select { color: #333; }
+
+input {
+ border: 1px solid #ccc;
+ background: #eee;
+ color: #777;
+}
+
+input:hover {
+ color: #004090;
+ background: #ddd;
+}
+
+em {
+ font-weight: bold;
+ color: #444;
+}
+
+dt { font-weight: bold; }
+
+a img, a:link, a:hover { border: none; }
+
+a:link {
+ text-decoration: none;
+ color: #0072ff;
+ border-bottom: groove 1px #0072ff;
+}
+
+a:visited {
+ text-decoration: none;
+ color: navy;
+ border-bottom: groove 1px navy;
+}
+
+a:hover {
+ text-decoration: none;
+ color: #004090;
+ border-bottom: dotted 1px #004090;
+}
+
+hr {
+ background: #eee;
+ height: 1px;
+}
+
+
+/* Header: logo, top menu and search */
+/* ===================================== */
+
+#banner {
+ height: 47px;
+}
+
+#banner img {
+ position: absolute;
+ left: 10px;
+ top: 10px;
+ border: none;
+}
+
+#search {
+ position: absolute;
+ right: 20px;
+ top: 0px;
+ margin: 5pt 0 5pt 0;
+}
+
+div.navbar {
+ position: absolute;
+ top: 90px;
+ border: 0;
+ margin: 0;
+ width: 100%;
+ padding: 0;
+ background-color: #eee;
+ text-align: right;
+ border-top: solid 1px #ccc;
+ border-bottom: solid 1px #ccc;
+}
+
+#menu {
+ list-style-type: none;
+ padding: 0;
+ margin: 0;
+ text-align: right;
+}
+
+#menu li {
+ display: inline;
+ padding: 0;
+ margin: 0;
+ text-align: right;
+}
+
+#menu a {
+ float: right;
+ display: block;
+ padding: 5px 20px;
+ margin: 0;
+ border-bottom: none;
+ text-decoration: none;
+}
+
+#lfsactive:link, #lfsactive:visited, #alfsactive:link, #alfsactive:visited,
#blfsactive:link, #blfsactive:visited, #hlfsactive:link, #hlfsactive:visited,
#hintsactive:link, #hintsactive:visited, #livecdactive:link,
#livecdactive:visited, #patchesactive:link, #patchesactive:visited {
+ color: white;
+ font-weight: bold;
+ padding: 5px 20px;
+}
+
+#lfs:link, #lfs:visited, #blfs:link, #blfs:visited, #alfs:link, #alfs:visited,
#clfs:link, #clfs:visited, #hlfs:link, #hlfs:visited, #hints:link,
#hints:visited, #livecd:link, #livecd:visited, #patches:link, #patches:visited {
+ font-weight: bold;
+ color: #777;
+}
+
+#lfs:hover, #lfsactive:hover, #alfs:hover, #alfsactive:hover, #blfs:hover,
#blfsactive:hover, #clfs:hover, #hlfs:hover, #hlfsactive:hover, #hints:hover,
#hintsactive:hover, #livecd:hover, #livecdactive:hover, #patches:hover,
#patchesactive:hover { background-color: #ddd }
+
+
+/* Project specfic left-hand menus */
+/* ===================================== */
+
+#leftmenu ul {
+ text-align: right;
+ font-weight: bold;
+ background: #eee;
+ list-style-type: none;
+ position: absolute;
+ left: 0px;
+ top: 145px;
+ border-top: solid 1px #ccc;
+ border-right: solid 1px #ccc;
+ padding: 0;
+ margin: 0;
+}
+
+#leftmenu li {
+ margin: 0;
+ border-bottom: solid 1px #ddd;
+}
+
+#leftmenu a {
+ text-decoration: none;
+ border: none;
+ display: block;
+ margin: 0;
+ padding: 5px 10px;
+ color: #777;
+}
+
+#leftmenulist a:hover {
+ background: #777;
+ color: white;
+}
+
+#lfsmenulist a:hover {
+ background: #0072ff;
+ color: white;
+}
+
+#alfsmenulist a:hover {
+ background: #92d800;
+ color: white;
+}
+
+#blfsmenulist a:hover {
+ background: #a27700;
+ color: white;
+}
+
+#hlfsmenulist a:hover {
+ background: #fd7700;
+ color: white;
+}
+
+#hintsmenulist a:hover {
+ background: #8400ff;
+ color: white;
+}
+
+#livecdmenulist a:hover {
+ background: red;
+ color: white;
+}
+
+#patchesmenulist a:hover {
+ background: #0c0470;
+ color: white;
+}
+
+#lfsactive:link, #lfsactive:visited {
+ background: #0072ff;
+}
+#alfsactive:link, #alfsactive:visited {
+ background: #92d800;
+}
+#blfsactive:link, #blfsactive:visited {
+ background: #a27700;
+}
+#hlfsactive:link, #hlfsactive:visited {
+ background: #fd7700;
+}
+#hintsactive:link, #hintsactive:visited {
+ background: #8400ff;
+}
+#livecdactive:link, #livecdactive:visited {
+ background: red;
+}
+#patchesactive:link, #patchesactive:visited {
+ background: #0c0470;
+}
+
+
+/* Google AdSense */
+/* ===================================== */
+
+#adsense {
+ position: absolute;
+ right: 0;
+ top: 118px;
+ padding: 15px 0px 15px 10px;
+ border-left: 1px solid #ccc;
+ z-index: 1;
+}
+
+
+/* Special formatting for News lists */
+/* ===================================== */
+
+.newsItem {
+ padding-bottom: 5pt;
+ border-bottom: 1px dotted #0c0470;
+}
+
+.newsItem p { margin: 10pt 0 10pt 0; }
+
+
+/* Special formatting for /index.html */
+/* ===================================== */
+
+#subs {
+ list-style-type: none;
+}
+
+#subs li {
+ margin-top: 10px;
+ margin-bottom: 10px;
+}
+
+
+/* Main page content & footer */
+/* ===================================== */
+
+div.main {
+ position: absolute;
+ top: 140px;
+ left: 150px;
+ padding-right: 180px;
+}
+
+#footer {
+ border-top: 1px solid #ccc;
+ margin-top: 10px;
+}
+
+#footer p {
+ color: #bcbcbc;
+ font-size: .8em;
+}
+
+
+/* Commands & notes */
+/* ===================================== */
+
+.cmd {
+ font : 1.1em monospace;
+ background: #eee;
+ padding : 5pt 0;
+ margin : 0 10pt;
+ border : 1px dashed #0c0470;
+ }
+.cmd p { margin: 10pt 15pt; }
+
+.note {
+ background: #eee;
+ border : dashed 1px red;
+ padding : 3pt;
+ margin : 0 10pt;
+}
+
Added: html/trunk/lfs/errata/7.9-systemd-rc1/images/lfs-banner.png
==============================================================================
Binary file. No diff available.
Added: html/trunk/lfs/errata/7.9-systemd-rc1/images/lfs-logo.png
==============================================================================
Binary file. No diff available.
Added: html/trunk/lfs/errata/7.9-systemd-rc1/images/powered_by_google_135x35.png
==============================================================================
Binary file. No diff available.
Added:
html/trunk/lfs/errata/7.9-systemd-rc1/images/powered_by_swish-e_109x35.png
==============================================================================
Binary file. No diff available.
Added: html/trunk/lfs/errata/7.9-systemd-rc1/images/white_2.gif
==============================================================================
Binary file. No diff available.
Added: html/trunk/lfs/errata/7.9-systemd-rc1/index.html
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ html/trunk/lfs/errata/7.9-systemd-rc1/index.html Sun Feb 14 19:20:32
2016 (r1339)
@@ -0,0 +1,35 @@
+<!--#set var="pageTitle" value="LFS Errata" -->
+<!--#include virtual="/lfs/header.html" -->
+<!--#include virtual="/lfs/menu.html" -->
+ <div class="main">
+ <h1>Errata for the 7.7-systemd-rc1 Version of the LFS Book</h1>
+
+<!-- TEMPLATE
+ <h2>Known Security Vulnerabilities</h2>
+ <ul>
+ <li><p>Item 1</p></li>
+ <li><p>Item 2</p></li>
+ </ul>
+
+ <h2>Miscellaneous Errata</h2>
+ <ul>
+ <li><p>Item 1</p></li>
+ <li><p>Item 2</p></li>
+ </ul>
+
+ END TEMPLATE -->
+
+
+<!--
+ <h2>Known Security Vulnerabilities</h2>
+ <ul>
+ <li> </li>
+ </ul>
+-->
+ <h2>Miscellaneous Errata</h2>
+ <ul>
+ <li>There are no current errata items for LFS 7.7-systemd-rc1.</li>
+ </ul>
+
+
+<!--#include virtual="/common/footer.html" -->
Modified: html/trunk/lfs/news.html
==============================================================================
--- html/trunk/lfs/news.html Thu Jan 7 13:48:34 2016 (r1338)
+++ html/trunk/lfs/news.html Sun Feb 14 19:20:32 2016 (r1339)
@@ -6,6 +6,46 @@
<p>| <a href="/lfs/feed.rss">RSS Feed</a> |</p>
<dl class="newsItem">
+ <dt>LFS 7.9-rc1 Release</dt>
+ <dd><em>Bruce Dubbs - 2016/02/14</em>
+
+ <p>The Linux From Scratch community announces the release of LFS
+ Version 7.9-rc1. It is a preliminary release of LFS-7.9. Major
+ changes include toolchain updates to binutils-2.26
+ and gcc-5.3.0. In total, 24 packages were updated since the last
+ release. Changes to the text have also been made throughout the
+ book. The Linux kernel has also been updated to version 4.4.1.</p>
+
+ <p>We encourage all users to read through this release of the book
+ and test the instructions so that we can make the final release as
+ good as possible.</p>
+
+ <p>You can read the book
+ <a href="/lfs/view/7.9-rc1/">online</a>, or
+ <a href="/lfs/downloads/7.9-rc1/">download</a> to read locally.
+ </p>
+
+ <p>In coordination with this release, a new version of
+ LFS using the systemd package is also being released.
+ This package implements the newer systemd style of
+ system initializaion and control and is consistent with
+ LFS in most packages.
+
+ <p>You can read the systemd version of the book online at
+ <a href="/lfs/view/7.9-systemd-rc1/">LFS-systemd-rc1</a>, or
+ <a
href="/lfs/downloads/7.9-systemd-rc1/">download-systemd-rc1</a> to read locally.
+ </p>
+
+ <p>Please direct any comments about this release to the LFS
+ development team at
+ <a
href="mailto:lfs-dev@linuxfromscratch.org">lfs-dev@linuxfromscratch.org</a>.
+ Please note that registration for the lfs-dev
+ mailing list is required to avoid junk email.
+ </p>
+ </dd>
+ </dl>
+
+ <dl class="newsItem">
<dt>LFS 7.8 Stable Release</dt>
<dd><em>Bruce Dubbs - 2015/10/01</em>
Modified: html/trunk/lfs/read.html
==============================================================================
--- html/trunk/lfs/read.html Thu Jan 7 13:48:34 2016 (r1338)
+++ html/trunk/lfs/read.html Sun Feb 14 19:20:32 2016 (r1339)
@@ -14,8 +14,8 @@
the errata page for any modifications needed to the LFS build.</p>
<p><a href="errata/stable/">Stable LFS Errata</a> (important!)</p>
<p><a href="view/stable/">Stable LFS</a> </p>
-<!--
- <h2>Current Pre-release Version — LFS-7.8-rc1</h2>
+
+ <h2>Current Pre-release Version — LFS-7.9-rc1</h2>
<p>This is the upcoming version of LFS. It has been marked for release as
stable in the near future and is in the meantime considered to be under
@@ -23,8 +23,8 @@
day, but minor adjustments and bug fixes may be applied while the book
undergoes testing.</p>
- <p><a href="view/7.8-rc1/">LFS-7.8-rc1</a></p>
--->
+ <p><a href="view/7.9-rc1/">LFS-7.9-rc1</a></p>
+
<!-- Note that a testing version of the book does not always
exist but is created when an upcoming release has been identified and
scheduled.-->
@@ -54,8 +54,8 @@
the errata page for any modifications needed to the LFS systemd build.</p>
<p><a href="errata/stable-systemd/">Stable LFS systemd Errata</a>
(important!)</p>
<p><a href="view/stable-systemd/">Stable LFS systemd</a> </p>
-<!--
- <h3>Current Pre-release Version — LFS-7.7-systemd-rc1</h3>
+
+ <h3>Current Pre-release Version — LFS-7.9-systemd-rc1</h3>
<p>This is an upcoming variation of LFS. It will be released as
stable in the near future and is in the meantime considered to be under
@@ -65,8 +65,8 @@
day, but minor adjustments and bug fixes may be applied while the book
undergoes testing.</p>
- <p><a href="view/7.7-systemd-rc1/">LFS-7.7-systemd-rc1</a></p>
--->
+ <p><a href="view/7.9-systemd-rc1/">LFS-7.9-systemd-rc1</a></p>
+
<h3>Current Development</h3>
<p>This is the LFS systemd Book in its current development state. Whilst
it may
provide more features and updated upstream packages than the stable
--
http://lists.linuxfromscratch.org/listinfo/website
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page