summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2019-04-12 14:11:00 +0200
committerLudovic Courtès <ludo@gnu.org>2019-04-12 17:56:23 +0200
commit96ef8565281c511b119e0dd7799337d67f9efab3 (patch)
treec9dbaacec6d54220cd43613120a7c8aa0847b492 /doc
parent16cb1c51adb49649d09abec53f797b555fff0ed9 (diff)
doc: Strip the "Limitations" section.
* doc/guix.texi (Limitations): Strip the paragraph about not being production-ready. Remove the number of packages.
Diffstat (limited to 'doc')
-rw-r--r--doc/guix.texi37
1 files changed, 11 insertions, 26 deletions
diff --git a/doc/guix.texi b/doc/guix.texi
index 9be7d9a27b0..52972cf8120 100644
--- a/doc/guix.texi
+++ b/doc/guix.texi
@@ -1795,25 +1795,14 @@ available.
1795@node Limitations 1795@node Limitations
1796@section Limitations 1796@section Limitations
1797 1797
1798As of version @value{VERSION}, Guix System is 1798We consider Guix System to be ready for a wide range of ``dekstop'' and server
1799not production-ready. It may contain bugs and lack important 1799use cases. The reliability guarantees it provides---transactional upgrades
1800features. Thus, if you are looking for a stable production system that 1800and rollbacks, reproducibility---make it a solid foundation.
1801respects your freedom as a computer user, a good solution at this point
1802is to consider @url{http://www.gnu.org/distros/free-distros.html, one of
1803the more established GNU/Linux distributions}. We hope you can soon switch
1804to the Guix System without fear, of course. In the meantime, you can
1805also keep using your distribution and try out the package manager on top
1806of it (@pxref{Installation}).
1807
1808Before you proceed with the installation, be aware of the following
1809noteworthy limitations applicable to version @value{VERSION}:
1810 1801
1811@itemize 1802Nevertheless, before you proceed with the installation, be aware of the
1812@item 1803following noteworthy limitations applicable to version @value{VERSION}:
1813The installation process does not include a graphical user interface and
1814requires familiarity with GNU/Linux (see the following subsections to
1815get a feel of what that means.)
1816 1804
1805@itemize
1817@item 1806@item
1818Support for the Logical Volume Manager (LVM) is missing. 1807Support for the Logical Volume Manager (LVM) is missing.
1819 1808
@@ -1822,18 +1811,14 @@ More and more system services are provided (@pxref{Services}), but some
1822may be missing. 1811may be missing.
1823 1812
1824@item 1813@item
1825More than 8,500 packages are available, but you might
1826occasionally find that a useful package is missing.
1827
1828@item
1829GNOME, Xfce, LXDE, and Enlightenment are available (@pxref{Desktop Services}), 1814GNOME, Xfce, LXDE, and Enlightenment are available (@pxref{Desktop Services}),
1830as well as a number of X11 window managers. However, some graphical 1815as well as a number of X11 window managers. However, KDE is currently
1831applications may be missing, as well as KDE. 1816missing.
1832@end itemize 1817@end itemize
1833 1818
1834You have been warned! But more than a disclaimer, this is an invitation 1819More than a disclaimer, this is an invitation to report issues (and success
1835to report issues (and success stories!), and to join us in improving it. 1820stories!), and to join us in improving it. @xref{Contributing}, for more
1836@xref{Contributing}, for more info. 1821info.
1837 1822
1838 1823
1839@node Hardware Considerations 1824@node Hardware Considerations