Spark rootfs
Go to file
Jack L. Frost 694c544267 Update root/etc/pacman.d/mirrorlist-spark 2024-02-01 03:26:53 +00:00
root/etc Update root/etc/pacman.d/mirrorlist-spark 2024-02-01 03:26:53 +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.