Browse Source

Tag LFS-7.6-rc1

git-svn-id: http://svn.linuxfromscratch.org/LFS/tags/7.6-rc1@10735 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Bruce Dubbs 11 years ago
parent
commit
9a5c970831
2 changed files with 5 additions and 6 deletions
  1. 2 3
      chapter02/mounting.xml
  2. 3 3
      general.ent

+ 2 - 3
chapter02/mounting.xml

@@ -48,9 +48,8 @@ mount -v -t ext4 /dev/<replaceable>&lt;yyy&gt;</replaceable> $LFS/usr</userinput
   too restrictive (such as the <option>nosuid</option> or
   <option>nodev</option> options). Run the <command>mount</command> command
   without any parameters to see what options are set for the mounted LFS
-  partition. If <option>nosuid</option>, <option>nodev</option>, and/or
-  <option>noatime</option> are set, the partition will need to be
-  remounted.</para>
+  partition. If <option>nosuid</option> and/or <option>nodev</option> are set,
+  the partition will need to be remounted.</para>
 
   <para>If you are using a <systemitem
   class="filesystem">swap</systemitem> partition, ensure that it is enabled

+ 3 - 3
general.ent

@@ -1,9 +1,9 @@
-<!ENTITY version         "SVN-20140908">
-<!ENTITY short-version   "svn">  <!-- Used in dbus chapter, change to x.y for release -->
+<!ENTITY version         "7.6-rc1">
+<!ENTITY short-version   "7.6-rc1">  <!-- Used in dbus chapter, change to x.y for release -->
 <!ENTITY releasedate     "September 8, 2014">
 <!ENTITY copyrightdate   "1999-2014"><!-- jhalfs needs a literal dash, not &ndash; -->
 <!ENTITY milestone       "7.6">
-<!ENTITY generic-version "development"> <!-- Use "development", "testing", or "x.y[-pre{x}]" -->
+<!ENTITY generic-version "7.6-rc1"> <!-- Use "development", "testing", or "x.y[-pre{x}]" -->
 
 <!ENTITY lfs-root        "http://www.linuxfromscratch.org/">
 <!ENTITY blfs-root       "&lfs-root;blfs/">