rebrand!: Antergos NeXT -> Euri Linux
This commit is contained in:
+4
-4
@@ -1,4 +1,4 @@
|
||||
# Contributing to Antergos NeXT
|
||||
# Contributing to Euri Linux
|
||||
|
||||
## Who's behind this
|
||||
|
||||
@@ -38,7 +38,7 @@ original idea.
|
||||
export WORKSPACE_DIR="$PWD"
|
||||
mkdir -p ~/.config/artools/pacman.conf.d
|
||||
cp pacman.conf.d/iso-x86_64.conf ~/.config/artools/pacman.conf.d/
|
||||
sudo -E ./buildiso -p antergos
|
||||
sudo -E ./buildiso -p euri
|
||||
```
|
||||
|
||||
Use `./buildiso`, not the system `/usr/bin/buildiso` — the system one lacks `--overwrite='*'` and will fail with file conflicts.
|
||||
@@ -46,8 +46,8 @@ Use `./buildiso`, not the system `/usr/bin/buildiso` — the system one lacks `-
|
||||
## Key gotchas
|
||||
|
||||
- **`componentName` in `branding.desc` must match its directory name.** Calamares will bail if they don't match.
|
||||
- **Package order in `profile.yaml` matters.** `calamares` must be before `calamares-branding-antergos-next` so branding overwrites defaults.
|
||||
- **`[antergos-pkgs]` must be first in `iso-x86_64.conf`.** Custom packages take priority over Artix's.
|
||||
- **Package order in `profile.yaml` matters.** `calamares` must be before `calamares-branding-euri` so branding overwrites defaults.
|
||||
- **`[euri-pkgs]` must be first in `iso-x86_64.conf`.** Custom packages take priority over Artix's.
|
||||
- **Copy pacman.conf before building.** `buildiso` uses `~/.config/artools/pacman.conf.d/iso-x86_64.conf`. Without it, it falls back to the system one which lacks the custom repo.
|
||||
- **`CMAKE_DISTRIBUTION_NAME` is a no-op.** Calamares ignores it. The "for <distro>" text comes from `versionedName` in the active branding.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user