Hacker News new | ask | show | jobs
by faddat 3503 days ago
Not certain I could implement.

Certain I'd like to talk with you about your strategy and see if we can get any closer than you did the past three times.

1 comments

This is my current best effort: https://gogs.sr.ht/SirCmpwn/sconix

I was trying to build a clean static system I could use as a bootstrap to build clean packages from. Ran into trouble with things like coreutils, util-linux, and fakeroot. Making things harder is that I'm building everything against musl libc because glibc doesn't handle static linking well (and also because I don't like glibc).

I'm thinking a better strategy might be to use some other host system with pacman to build a base system of clean static packages, then use pacstrap to get this system up and running.