Commit Graph
105 Commits
Author SHA1 Message Date
c-ludenberg a2e0c9cd5e CI: check existing swap before creating 2026-06-27 19:02:19 +02:00
c-ludenberg abf36b955d CI: use dd instead of fallocate for swap 2026-06-27 19:00:23 +02:00
c-ludenberg 9648c6454a CI: add 12G swap & 12G tmpfs, fix pip PEP 668 2026-06-27 18:58:18 +02:00
c-ludenberg d09686e9ab NOTICES: drop archiso/Cnchi, add Calamares (Codeberg) 2026-06-27 18:55:56 +02:00
c-ludenberg 1985f317f0 NOTICES: drop archiso/Cnchi refs, add Calamares 2026-06-27 18:47:39 +02:00
c-ludenberg 7dcef1ab23 Revert "NOTICES: drop archiso ref, we use artools only"
This reverts commit fda2ed74ae.
2026-06-27 18:46:57 +02:00
c-ludenberg fda2ed74ae NOTICES: drop archiso ref, we use artools only 2026-06-27 18:46:22 +02:00
c-ludenberg 70ae52b4f3 NOTICES: we use artools, not EndeavourOS-ISO 2026-06-27 18:45:44 +02:00
c-ludenberg e5464914e7 CI: bump tmpfs to 8G, fix artifact paths
rootfs.img ran out of space on default-size tmpfs (3.5G).
The KDE rootfs + squashfs output needs ~5-6G.

Also fix artifact upload and IA upload paths — ISO_POOL defaults
to $WORKSPACE_DIR/iso, not /var/lib/artools/buildiso/iso/.
2026-06-27 18:44:33 +02:00
c-ludenberg 2b4d23fdfb CI: add exec,suid,dev to --tmpfs mount
Docker's --tmpfs defaults to noexec, which prevents all chroot'd
pacman post-transaction hooks from executing (mkinitcpio, sysusers,
etc.). The missing vmlinuz was a symptom — noexec meant the linux
package install hooks couldn't generate the initramfs.
2026-06-27 18:34:18 +02:00
c-ludenberg 0f8eb250e8 CI: add --tmpfs for build directory to fix nested overlayfs in Docker
Docker's default overlayfs driver doesn't support nested overlayfs
upperdirs. A tmpfs at the build location sidesteps the issue.
2026-06-27 18:29:06 +02:00
c-ludenberg 38aea4c370 CI: use our buildiso with --overwrite='*' to resolve calamares branding file conflict
- Stock buildiso from artools passes --overwrite='*' through basestrap
  to pacman (basestrap stuffs all remaining args into pacman_args).
  Our copy already has this flag; CI was ignoring it.
- Add jack2, noto-fonts-emoji to common.yaml to pre-resolve provider
  prompts before they block the build.
2026-06-27 18:26:16 +02:00
c-ludenberg e6a456aba6 ci: copy pacman.conf to both user and system dirs; fix vi provider ambiguity 2026-06-27 18:15:49 +02:00
c-ludenberg 89fca2b385 ci: fix pacman.conf path — use relative path from workspace root 2026-06-27 18:14:17 +02:00
c-ludenberg 79bde2c74f docs: fix build instructions with all prerequisites + pacman.conf override 2026-06-27 18:09:48 +02:00
c-ludenberg 280fea74ca docs: remove dead Matrix badge and GitHub Releases, point to IA 2026-06-27 18:08:54 +02:00
c-ludenberg 0d9b3af062 feat: migrate from archiso to artools — are you threatening me in SKECHERS?!
Strip out archiso (airootfs, efiboot, syslinux, mkarchiso, prepare.sh,
Dockerfile, mirrorlist, profiledef.sh, packages.x86_64, reset.sh,
run_before_squashfs.sh) and adopt artools buildiso with full antergos
iso-profiles. Bitch, you NEED therapy.

Are you threatening me?
- 154 files changed, 2804 insertions, 7352 deletions
- buildiso wrapper + iso-profiles/antergos/ (profile.yaml, root-overlay,
  live-overlay) + iso-profiles/common/common.yaml
- pacman.conf.d/iso-x86_64.conf with antergos-pkgs repo first

...Are you THREATENING me in SKECHERS?!
- Calamares offline + online module dirs, antergos-next branding
- componentName must match dir or Branding.cpp goes full T-square
- calamares before calamares-branding-antergos-next so --overwrite='*'
  wins correctly. YOU'RE ON YOUR FOURTH WIFE RIGHT NOW-
- calamares-next.desktop in live-overlay (/usr/share + /etc/skel/Desktop)
- netinstall.yaml bundled. No remote deps. Kill that bitch (Cnchi).

What fuckin' college would care if you drew some bullshit picture
about your feelings?
- CI: artixlinux/artixlinux:base container, install artools, buildiso -p
  antergos, IA upload with collection=open_source_software. Class is in
  session. Maybe I should grow 40 feet! Then you'd REALLY like me!
- IA: mediatype=software keeps us out of Community Texts jail. The
  question is; what's this stick gonna do?

It's honestly super humbling, when the trashiest repo you know;
probably coked out of its mind... says the most thoughtful thing
you've done in years.
- README.md rewritten with Artix/OpenRC/KDE badges, build instructions,
  migration notes. Nice SpongeBob impression. ...Nice SpongeBob impression.
- AGENTS.md updated (identity ritual, gotchas, commands, repo layout)
- Restore LICENSE, NOTICES, APOLOGY.txt, CHANGELOG.md from git history.
  Some files you just don't let die. No matter what, you NEVER use that
  N-word! (...should've said nothing.)
- .gitignore: work/ iso/ out/. Go work at Starbucks with your little apron.

So laugh all you want. Forget about me all you want. But at least
I'll be gorgeous forever. Mother, I'm in the SquashFS now.

Signed-off-by: Celestia Ludenberg <ash8820@proton.me>
2026-06-27 18:03:54 +02:00
c-ludenberg f682adc72e docs: add pointer to before-systemd-change branch for migration explanation 2026-06-24 23:48:49 +02:00
c-ludenberg c08990acb3 Revert "docs: add systemd migration warning to README"
This reverts commit e7f34f4ca1.
2026-06-24 23:40:34 +02:00
c-ludenberg e7f34f4ca1 docs: add systemd migration warning to README 2026-06-24 23:40:27 +02:00
c-ludenberg d4bef13241 fix: zstd compression for squasfs, fix motd URL 2026-06-24 23:39:28 +02:00
c-ludenberg 371fb071af docs: add codeberg remote info to AGENTS.md 2026-06-24 18:57:49 +02:00
c-ludenberg f6a79c9b45 fix: replace zenity with yad for calamares-next launcher 2026-06-23 17:18:46 +02:00
c-ludenberg 62f6a5256c Add zenity to ISO packages for calamares-next launcher
The calamares-next launcher uses zenity (or kdialog, or terminal)
to present the offline/online choice. zenity was missing from the
ISO, causing the launcher to hang silently when launched from the
welcome app (no terminal attached).
2026-06-23 16:35:49 +02:00
c-ludenberg ef3eb6112b Revise download info and branding note
Update download section to reflect project status and clarify branding message.
2026-06-23 13:43:21 +02:00
c-ludenberg 266ec69576 R.I.P. Cnchi (2012-2026) — Calamares is the big boy installer now
Full removal of Cnchi from the ISO. It was the original Antergos
installer and we tried to keep it alive with a GTK4 port, but the
Python GTK4 bindings were unstable, the maintenance burden was
unsustainable for a solo dev, and Calamares simply does everything
better.

What changed:
  - README: complete rewrite of installer section with eulogy and
    'Why Calamares and not Cnchi' explanation
  - packages.x86_64: cnchi removed (calamares stays)
  - run_before_squashfs.sh: removed cnchi memes dir creation, cnchi
    desktop file fix, cnchi version comment; changed GTK theme from
    Adwaita to Adwaita-dark (fixes white-on-white welcome app)
  - airootfs/.../cnchi.desktop: deleted
  - user-commands-before.bash: updated cnchi references → generic
  - user_commands.bash: updated cnchi reference → generic
  - .gitignore: removed Cnchi/ entry
  - AGENTS.md: cnchi → calamares
  - .github/workflows/build.yml: cnchi → calamares in README gen
  - NOTICES: kept historical Cnchi credit (unchanged)

🕯️ Requiescat in pace, Cnchi. You did your job.
2026-06-23 13:35:40 +02:00
c-ludenberg 3099b79251 fix: add /etc/lsb-release generation, fix calamares desktop to use calamares-next 2026-06-23 13:07:12 +02:00
c-ludenberg 59b3224aaa fix pacman.conf URLs to antergos-next.github.io/antergos-packages 2026-06-23 11:49:56 +02:00
c-ludenberg 2861933902 chore: add hal to ISO packages 2026-06-23 01:29:45 +02:00
c-ludenberg a2f7e3a152 chore: add antergos-pkgs repo to pacman.conf and squashfs-tools for Calamares unpackfs
- airootfs/etc/pacman.conf: enable antergos-pkgs repo for installing
  branded packages from GitHub Pages
- packages.x86_64: add squashfs-tools needed by Calamares unpackfs
  module
2026-06-23 01:19:11 +02:00
c-ludenberg 186de7a265 feat: add antergos-welcome to ISO package list 2026-06-22 22:10:12 +02:00
c-ludenberg 85d2a5cacd fix: remove calamares.desktop from airootfs overlay — conflicts with calamares package, already patched in run_before_squashfs.sh 2026-06-22 21:51:33 +02:00
c-ludenberg ba963be669 Revise README for community links and download info
Updated community contact information and clarified download source details. Added note about project affiliation and modernized description of Antergos NeXT.
2026-06-20 20:00:08 +02:00
c-ludenberg 7bea28da5f readme: branding police note 2026-06-18 18:46:10 +02:00
c-ludenberg 32504f77d2 readme: calamares Q&A, clarify revival+modernization 2026-06-18 18:41:38 +02:00
c-ludenberg e2d686c577 add calamares to ISO + desktop file + branding setup 2026-06-18 18:38:57 +02:00
c-ludenberg eead185e0b note: apology and context for the silence 2026-06-18 18:13:45 +02:00
c-ludenberg 76ddffc71d add antergos-next-memes to ISO packages 2026-06-18 18:00:37 +02:00
c-ludenberg d91bb96b10 i̷ f̸e̷e̷l̵ f̸a̷n̷t̷a̸s̷t̷i̷c̷
i feel fantastic
hey hey hey
you feel fantastic
hey hey hey
you are fantastic

type 666 anywhere in cnchi to find out what lies beneath.
the counter never resets. backspace wont save you.

channel ___
2026-06-18 17:42:15 +02:00
c-ludenberg d8f133f07e cnchi: fix launch as sudo, drop libnacl hard dep, handle missing deps gracefully
Fixes:
- cnchi.desktop: Exec=sudo -E (not pkexec or bare cnchi)
- run_before_squashfs.sh: sed now matches any Exec=*cnchi*
- packages.x86_64: remove unused python-pynacl
- Cnchi/lembrame: optional import, no more hard crash on missing libnacl
- Cnchi/cnchi.py: wrap disable_suspend in broad except

im still in the vent... a body needs to heal before crawling out. ultimate ??? trapped in 15-day isolation arc. at least the monitor glow keeps the nightmares away. dont mind the blood on the keyboard.
2026-06-18 16:26:05 +02:00
c-ludenberg 4c8f195a74 fix: python-libnacl -> python-pynacl (wrong pkg name) 2026-06-16 20:47:12 +02:00
c-ludenberg 5ee1695fc0 fix: add python-libnacl dep, use sudo -E instead of pkexec 2026-06-16 20:36:30 +02:00
c-ludenberg c1692355fc fix: remove sed hack for regain_privileges (cnchi 0.17.1 already has it) 2026-06-16 20:23:41 +02:00
c-ludenberg fa34adb8ab fix: convert syslinux splash to 640x480 8-bit indexed 2026-06-16 20:17:54 +02:00
c-ludenberg 82fb9f2913 gitignore skel build artifacts 2026-06-16 19:13:25 +02:00
c-ludenberg 2e6da9acf8 fix: switch live session from startx to GDM for GNOME 2026-06-16 19:10:54 +02:00
c-ludenberg 950cded742 fix: correct Dustin's role - one of the original developers, not sole founder 2026-06-15 21:26:00 +02:00
c-ludenberg f29905860e skel: purge KDE/Breeze leftovers, add proper GNOME light blue Antergos theme
- Removed KDE/Breeze gtkrc, gtkrc-2.0, .gtkrc-2.0, colors.css,
  window_decorations.css, SVG assets, antergos-log-tool.desktop
- Fixed .bashrc: dropped exo-open fallback (XFCE)
- Fixed firefox.desktop: removed dead antergos.com URL
- Fixed user-commands: calamares -> cnchi
- Fixed PKGBUILD maintainer email
- Fixed wallpaper gschema override path
- Added proper light blue (#1d90cd) GTK3/GTK4 user CSS
- Added Antergos-NeXT GNOME Shell theme with dark panel
- Wired shell theme via gsettings + dbus-launch in chroot
- Added out/ and work/ to .gitignore
2026-06-15 20:28:41 +02:00
c-ludenberg 622ae6768c pacman.conf: fix repo URL antergos-pkgs -> antergos-packages 2026-06-15 20:12:52 +02:00
c-ludenberg de3f815195 SF workflow: upload to pulsar-linux /Antergos-NeXT ISO's/, add validation and release logic 2026-06-15 20:08:39 +02:00