From ace7263a40baba7680969198bdf3c162bcdb46d7 Mon Sep 17 00:00:00 2001 From: Shaun McCance Date: Dec 06 2024 19:53:19 +0000 Subject: Drop variants --- diff --git a/_data/centos/navbar.yml b/_data/centos/navbar.yml index b972d24..f57e89d 100644 --- a/_data/centos/navbar.yml +++ b/_data/centos/navbar.yml @@ -17,8 +17,6 @@ link: "https://wiki.centos.org/FAQ.html" - name: "Special Interest Groups (SIGs)" link: "/sigs" - - name: "CentOS Variants" - link: "/variants" - name: "Governance" link: "/about/governance" - name: "Code of Conduct" diff --git a/variants.md b/variants.md deleted file mode 100644 index e1eb85e..0000000 --- a/variants.md +++ /dev/null @@ -1,51 +0,0 @@ ---- -title: "The CentOS Variants" -title_lead: | - A CentOS variant is a special edition of CentOS Linux that starts with the - core distribution, then replaces or supplements a specific subset of - packages. This may include replacing everything down to the kernel, - networking, and other subsystems. ---- - -Some open source projects need different software components to run properly, such as updated development languages or kernel functionality. By being able to get these components directly in CentOS, a variant maintainer solves many of the steps for users. - -The end goal is to make it easier for users to run different open source software directly on and in CentOS itself. - -[Special interest groups](http://wiki.centos.org/SpecialInterestGroup) (SIGs) are teams of people interested in one or more related technologies, and enabling that technology in CentOS. - -These SIGs want to get this technology in the hands of the users in the easiest way possible. SIG members usually include people who work directly on the related technology and open source projects. - -(Some SIGs don't focus on producing a variant but instead work on Infrastructure, Design, Documentation, and so forth.) - -## Using variants - -It's as easy as using CentOS core. There are two main ways: - -* Download a pre-built image [here](/download). -* Run the minimal installer from [here](/download) and choose your variant during installation. - -You may want to look for additional tips, notes, and documentation in the [SIG that produces the variant](http://wiki.centos.org/SpecialInterestGroup). - - - -Some potential early SIG's are listed on the [Special Interest Groups ](http://wiki.centos.org/SpecialInterestGroup). - -## Making variants - -An official variant edition of CentOS can only be created with code from git.centos.org, must be converted entirely from source to binary within the CentOS buildsystems and delivered using the official CentOS content delivery network. - -The gateway to code getting in to git.centos.org is via the SIGs. For example, the SIG that maintains a variant or the core SIG that builds the main CentOS distribution. - -You may want to join an existing SIG or start a new one if you have an idea for a completely new variant. [Read more about starting a SIG](http://wiki.centos.org/SpecialInterestGroup). - -Of course, you are always permitted to remix and redistribute the CentOS code, but you need to read the [trademark guidelines](/legal/trademarks/) to know if you can call it "CentOS".