Commit Graph

4 Commits (6c588d59a2d8dcaeb2cac9fe0ff69c2987635f09)

Author SHA1 Message Date
Dustin 6c588d59a2 podman-build: Mount /mnt/gentoo as a volume
Using a bind-mount instead of an overlay should marginally increase
performance.
2023-02-13 22:59:51 -06:00
Dustin 8a2bb1666d Add top-level Makefile
Building the OS is now as simple as running `make` on a Gentoo system.

Interestingly, when `make` is executed as a (grand)child process of
another `make` process, it always prints an `Entering directory ...`
message.  This breaks the `make kernelversion` command, by adding
extraneous text to the output.
2023-02-13 22:59:51 -06:00
Dustin 6be78932df uboot: Apply patches outside container
When running inside a rootless Podman container on a SELinux-enabled
host, the `patch` command fails because it cannot copy SELinux labels
from the original file to the patched file.  This only happens patching
files that are located in a bind mount.
2023-02-13 22:59:51 -06:00
Dustin d6da5ca777 Initial commit 2023-02-13 22:59:51 -06:00