README: update repo links and default DE to GNOME
This commit is contained in:
@@ -15,4 +15,9 @@ git config user.email "ash8820@proton.me"
|
|||||||
- A KDE Plasma live environment, bearing the sacred Cnchi installer
|
- A KDE Plasma live environment, bearing the sacred Cnchi installer
|
||||||
- To smite the ISO into existence: `./prepare.sh && sudo ./mkarchiso -v "."`
|
- To smite the ISO into existence: `./prepare.sh && sudo ./mkarchiso -v "."`
|
||||||
|
|
||||||
|
## Antergos NeXT Repos
|
||||||
|
- **antergos-iso**: `https://github.com/Antergos-NeXT/antergos-iso` (branch: master)
|
||||||
|
- **cnchi-next**: `https://github.com/Antergos-NeXT/cnchi-next` (branch: cnchi-dev)
|
||||||
|
- **antergos-packages**: `https://github.com/Antergos-NeXT/antergos-packages` (branch: master)
|
||||||
|
|
||||||
**DEUS VULT**
|
**DEUS VULT**
|
||||||
|
|||||||
@@ -1,22 +1,22 @@
|
|||||||
# Antergos NeXT ISO
|
# Antergos NeXT ISO
|
||||||
|
|
||||||
[](https://github.com/Antergos-NeXT/Antergos-NeXT-ISO/actions/workflows/build.yml)
|
[](https://github.com/Antergos-NeXT/antergos-iso/actions/workflows/build.yml)
|
||||||
[](LICENSE)
|
[](LICENSE)
|
||||||
[]()
|
[]()
|
||||||
[](https://archlinux.org)
|
[](https://archlinux.org)
|
||||||
[]()
|
[]()
|
||||||
[]()
|
[]()
|
||||||
|
|
||||||
Modern revival of the Antergos live installer ISO, based on the maintained EndeavourOS-ISO.
|
Modern revival of the Antergos live installer ISO, based on the maintained EndeavourOS-ISO.
|
||||||
|
|
||||||
Provides a live KDE Plasma environment to install Arch Linux using **Cnchi**, the original Antergos installer — now patched for modern Python, with multi-DE support and the original installer experience.
|
Provides a live GNOME environment to install Arch Linux using **Cnchi**, the original Antergos installer — now patched for modern Python, with multi-DE support and the original installer experience.
|
||||||
|
|
||||||
## Desktop Editions
|
## Desktop Editions
|
||||||
|
|
||||||
| Desktop | Edition | Status |
|
| Desktop | Edition | Status |
|
||||||
|---------|---------|--------|
|
|---------|---------|--------|
|
||||||
| KDE Plasma | antergos-kde | default |
|
| GNOME | antergos-gnome | default |
|
||||||
| GNOME | antergos-gnome | available |
|
| KDE Plasma | antergos-kde | available |
|
||||||
| XFCE | antergos-xfce | available |
|
| XFCE | antergos-xfce | available |
|
||||||
| Cinnamon | antergos-cinnamon | available |
|
| Cinnamon | antergos-cinnamon | available |
|
||||||
| Budgie | antergos-budgie | available |
|
| Budgie | antergos-budgie | available |
|
||||||
@@ -35,7 +35,7 @@ Join us on Matrix: [#antergos-next:matrix.org](https://matrix.to/#/%23antergos-n
|
|||||||
ISO images exceed GitHub's 2 GB release limit. They are uploaded to **SourceForge**
|
ISO images exceed GitHub's 2 GB release limit. They are uploaded to **SourceForge**
|
||||||
[](https://sourceforge.net/projects/antergos-next/files/latest/download)
|
[](https://sourceforge.net/projects/antergos-next/files/latest/download)
|
||||||
|
|
||||||
**⚠️ Early releases may have incomplete DE package lists.** The latest `packages.xml` is always in the [Cnchi repo](https://github.com/Antergos-NeXT/Cnchi/blob/0.16.x/data/packages.xml). Building from source after a fresh clone ensures you have the most up-to-date package selection.
|
**⚠️ Early releases may have incomplete DE package lists.** The latest `packages.xml` is always in the [cnchi-next repo](https://github.com/Antergos-NeXT/cnchi-next/blob/cnchi-dev/data/packages.xml). Building from source after a fresh clone ensures you have the most up-to-date package selection.
|
||||||
|
|
||||||
## How to build
|
## How to build
|
||||||
|
|
||||||
@@ -43,7 +43,7 @@ You need an Arch-based system with `archiso` available.
|
|||||||
|
|
||||||
```bash
|
```bash
|
||||||
sudo pacman -S archiso git squashfs-tools --needed
|
sudo pacman -S archiso git squashfs-tools --needed
|
||||||
git clone https://github.com/Antergos-NeXT/Antergos-NeXT-ISO.git
|
git clone https://github.com/Antergos-NeXT/antergos-iso.git
|
||||||
cd Antergos-NeXT-ISO
|
cd Antergos-NeXT-ISO
|
||||||
./prepare.sh
|
./prepare.sh
|
||||||
sudo ./mkarchiso -v "."
|
sudo ./mkarchiso -v "."
|
||||||
@@ -53,21 +53,21 @@ The `.iso` appears in the `out/` directory.
|
|||||||
|
|
||||||
## Custom packages
|
## Custom packages
|
||||||
|
|
||||||
The ISO uses the `antergos-pkgs` repo for custom packages (Cnchi, keyring, mirrorlist, desktop settings, wallpapers). Add it to your system:
|
The ISO uses the `antergos-packages` repo for custom packages (Cnchi, keyring, mirrorlist, desktop settings, wallpapers). Add it to your system:
|
||||||
|
|
||||||
```ini
|
```ini
|
||||||
[antergos-pkgs]
|
[antergos-pkgs]
|
||||||
SigLevel = Optional TrustAll
|
SigLevel = Optional TrustAll
|
||||||
Server = https://Antergos-NeXT.github.io/antergos-pkgs/$repo/os/$arch
|
Server = https://Antergos-NeXT.github.io/antergos-packages/$repo/os/$arch
|
||||||
Server = https://Antergos-NeXT.github.io/antergos-pkgs
|
Server = https://Antergos-NeXT.github.io/antergos-packages
|
||||||
```
|
```
|
||||||
|
|
||||||
## Sources
|
## Sources
|
||||||
|
|
||||||
- [EndeavourOS-ISO](https://github.com/endeavouros-team/EndeavourOS-ISO) — base ISO build system
|
- [EndeavourOS-ISO](https://github.com/endeavouros-team/EndeavourOS-ISO) — base ISO build system
|
||||||
- [Arch-ISO](https://gitlab.archlinux.org/archlinux/archiso) — archiso tools
|
- [Arch-ISO](https://gitlab.archlinux.org/archlinux/archiso) — archiso tools
|
||||||
- [Cnchi](https://github.com/Antergos-NeXT/Cnchi) — our patched Cnchi fork
|
- [cnchi-next](https://github.com/Antergos-NeXT/cnchi-next) — our patched Cnchi fork
|
||||||
- [antergos-pkgs](https://github.com/Antergos-NeXT/antergos-pkgs) — custom package repo
|
- [antergos-packages](https://github.com/Antergos-NeXT/antergos-packages) — custom package repo
|
||||||
- [Antergos wallpapers](https://github.com/Antergos/wallpapers) — original wallpapers
|
- [Antergos wallpapers](https://github.com/Antergos/wallpapers) — original wallpapers
|
||||||
|
|
||||||
## License
|
## License
|
||||||
@@ -76,4 +76,4 @@ Server = https://Antergos-NeXT.github.io/antergos-pkgs
|
|||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
*Antergos launched in 2012 as **Cinnarch** (Cinnamon + Arch), renamed in 2013, and ran until 2019. NeXT revives it KDE first, with the original installer experience and all the desktop choices you remember.*
|
*Antergos launched in 2012 as **Cinnarch** (Cinnamon + Arch), renamed in 2013, and ran until 2019. NeXT revives it GNOME first, with the original installer experience and all the desktop choices you remember.*
|
||||||
|
|||||||
Reference in New Issue
Block a user