Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-04-07 | Disable Duplicate Address Detection for faster network setup. | PÁLI Gábor János | |
2022-03-21 | Restore wireless driver dependencies. | PÁLI Gábor János | |
2022-03-20 | Shave off a couple more unnecessary files. | PÁLI Gábor János | |
- Most of the Alpine-specific tools, i.e. APK, release information, init scripts and their configuration, setup scripts, mkinitfs, as they cannot be used with Squashfs. Trimming of files already creates inconsistency with the APK database. - BusyBox aliases and WPA Supplicant utilities there are not possibly in use. - Empty directories. | |||
2022-03-19 | Add support for excluding files from the generated image. | 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-14 | Remove unnecessary components. | PÁLI Gábor János | |
- Shutdown services are not needed because their results are not waited for the faster shutdown. - Time synchronization implemented by `chrony` is not needed, the guest can rely on the host's clock. | |||
2022-03-13 | Switch to Squashfs. | PÁLI Gábor János | |
2022-03-07 | Fix name resolution in the guest. | PÁLI Gábor János | |
2022-03-06 | Add missing boot-time service for publishing kernel log messages. | 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 | Reduce the number of loaded kernel modules. | PÁLI Gábor János | |
2022-02-19 | Remove the redundant fstab entry for /var/run/chrony. | PÁLI Gábor János | |
The `/var/run` directory already points to `/run`, which is mounted as `tmpfs`. | |||
2022-02-18 | Rearrange repository layout for namespacing. | PÁLI Gábor János | |