2023-10-26 00:50:08 +00:00
2023-10-31 02:03:07 +00:00
2021-03-05 09:01:31 +03:00
2023-10-26 00:50:08 +00:00
2023-10-31 02:04:34 +00:00

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.

Description
Spark rootfs
Readme 32 KiB
Languages
Dockerfile 57.8%
Shell 42.2%