Spark rootfs
Go to file
Jack L. Frost 0d1c6e4dd5 Merge branch 'master' of ssh://code.fleshless.org:2290/Spark/spark-rootfs 2024-01-29 16:53:05 +00:00
root/etc Update mirrors 2024-01-29 16:52:59 +00:00
Containerfile some changes 2023-10-26 00:50:08 +00:00
README.md Add README.md 2023-10-31 02:04:34 +00:00
build some changes 2023-10-26 00:50:08 +00:00
build-rootfs Update build-rootfs 2023-10-31 02:03:07 +00:00
builder.pgp.pub init 2021-03-05 09:01:31 +03:00

README.md

Spark rootfs

If you're here for the tarball, it's here

If you wanna build this, you'll have to make a fullbase arch image first:

# As root!
mkdir arch
pacstrap arch base
tar -C arch -c . > /tmp/arch.tar

# As your podman/docker rootless user, if you have one
podman import - archlinux:fullbase < /tmp/arch.tar

Now you can run build to make the image, then DESTDIR=. build-rootfs to dump it into a tarball.