diff options
author | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2017-06-24 19:33:48 +0000 |
---|---|---|
committer | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2017-06-24 19:33:48 +0000 |
commit | 94cea1d88644f71a9fd9ca1f1dfd5d78f1537d20 (patch) | |
tree | 7616b07753c7cbd7ad370d87894c605ca2a5b619 /general.ent | |
parent | b2a51129630bd1f0897e18d91d0c4ad925b3bc7b (diff) |
Remove section disussing configuration without a network card.
Update boot scripts to unmount network file systems before bringing down the network.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11260 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'general.ent')
-rw-r--r-- | general.ent | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/general.ent b/general.ent index 3fe3ebe6e..9532208c2 100644 --- a/general.ent +++ b/general.ent @@ -1,13 +1,13 @@ -<!ENTITY version "SVN-20170621"> +<!ENTITY version "SVN-20170624"> <!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 "20170602-systemd"> +<!ENTITY versiond "20170621-systemd"> <!ENTITY short-versiond "systemd"> <!ENTITY generic-versiond "systemd"> -<!ENTITY releasedate "June 21, 2017"> +<!ENTITY releasedate "June 24, 2017"> <!ENTITY copyrightdate "1999-2017"><!-- jhalfs needs a literal dash, not – --> <!ENTITY milestone "8.1"> |