diff options
author | Douglas R. Reno <renodr@linuxfromscratch.org> | 2016-07-20 04:37:18 +0000 |
---|---|---|
committer | Douglas R. Reno <renodr@linuxfromscratch.org> | 2016-07-20 04:37:18 +0000 |
commit | de5d133aa284ee7ab686442d0b917ce4fb47032b (patch) | |
tree | 29c7679e55ae719fb15f0d38e6a6f12f9365c50a /general.ent | |
parent | 3c0d7c53937a6ad99b57d9317697423d3903c971 (diff) |
Update systemd kernel configuration to ensure that CONFIG_SYSFS_DEPRECATED{,_V2} is disabled.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11095 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 28de8469a..69bf3d136 100644 --- a/general.ent +++ b/general.ent @@ -1,13 +1,13 @@ -<!ENTITY version "SVN-20160719"> +<!ENTITY version "SVN-20160720"> <!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 "201607022-systemd"> +<!ENTITY versiond "20160720-systemd"> <!ENTITY short-versiond "systemd"> <!ENTITY generic-versiond "systemd"> -<!ENTITY releasedate "July 19, 2016"> +<!ENTITY releasedate "July 20, 2016"> <!ENTITY copyrightdate "1999-2016"><!-- jhalfs needs a literal dash, not – --> <!ENTITY milestone "7.10"> |