Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-04-10 | Move towards custom packages. | PÁLI Gábor János | |
Change the build image process in a way that custom-built packages can be utilized. This means a simpler `Makefile` since every modification is implemented on the level of packages. Include the sources for every customized package. | |||
2022-03-27 | Make creation of `initramfs` optional. | PÁLI Gábor János | |
2022-03-27 | Allow custom (untrusted) packages. | PÁLI Gábor János | |
2022-03-21 | Add support for deployment of extra firmware files. | PÁLI Gábor János | |
2022-03-20 | Implement optional trimming of firmware files. | PÁLI Gábor János | |
2022-03-19 | Add support for excluding files from the generated image. | PÁLI Gábor János | |
2022-03-19 | Fix creation of `/var/lock`. | PÁLI Gábor János | |
2022-03-15 | Rework build process to work for non-root users. | PÁLI Gábor János | |
Find alternative ways to create the same effect for each step of the setup without being able to use a Linux-based `chroot(8)` environment. This includes working around calling the `mkinitfs` script for building the initramfs, and replacing it with a specific list of files to be added. | |||
2022-03-13 | Switch to Squashfs. | PÁLI Gábor János | |
2022-03-01 | Add support for WPA Supplicant pass-through. | PÁLI Gábor János | |
2022-02-19 | Add support for guest identification. | PÁLI Gábor János | |
2022-02-19 | Handle the guest's /var directory properly. | PÁLI Gábor János | |
2022-02-18 | Import configuration file samples. | PÁLI Gábor János | |
2022-02-18 | Rearrange repository layout for namespacing. | PÁLI Gábor János | |
2022-02-18 | Add manual page. | PÁLI Gábor János | |
2022-02-18 | Implement the installation process. | PÁLI Gábor János | |