3.7 Introduction: revise bullet points on the target audience for CRUX

This commit is contained in:
John McQuah 2022-08-06 09:06:38 -04:00
parent 8036df19af
commit d31b2d4846

View File

@ -29,11 +29,10 @@ include creating packages optimized for your processor, eg. by compiling with
-march=x86-64, and avoiding cluttering the filesystem with files you'll never -march=x86-64, and avoiding cluttering the filesystem with files you'll never
use, eg. /usr/doc/*, etc. If you need more information about a specific program, use, eg. /usr/doc/*, etc. If you need more information about a specific program,
other than information found in the man-page, Google usually knows all about it. other than information found in the man-page, Google usually knows all about it.
Although CRUX strives to use new features as they become available, you will Although the CRUX development team strives to introduce new features as soon as
never have to deal with a frenzy of innovation that leaves you with an they reach stable status, such innovations are carefully screened to ensure
unrecognizable system. A CRUX user from the early years could abandon the that they work in CRUX without drastic changes to the upstream sources or to
distribution for two decades, then install the latest release and feel right at the rest of the CRUX system.
home.
In short, CRUX might suit you very well if you are: In short, CRUX might suit you very well if you are:
@ -42,6 +41,10 @@ distribution as the foundation of your installation.
* Someone who does not hesitate to download and compile programs from the source. * Someone who does not hesitate to download and compile programs from the source.
* Someone who appreciates a gentle approach to patching upstream sources,
letting you take responsibility for any customizations of third-party programs
that diverge from the behaviour envisioned by their original authors.
* Someone who values consistency and stability in the essential components of * Someone who values consistency and stability in the essential components of
the operating system. the operating system.