summaryrefslogtreecommitdiff
path: root/guest
AgeCommit message (Collapse)Author
2022-04-07Disable Duplicate Address Detection for faster network setup.PÁLI Gábor János
2022-03-21Restore wireless driver dependencies.PÁLI Gábor János
2022-03-20Shave 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-19Add support for excluding files from the generated image.PÁLI Gábor János
2022-03-15Rework 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-14Remove 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-13Switch to Squashfs.PÁLI Gábor János
2022-03-07Fix name resolution in the guest.PÁLI Gábor János
2022-03-06Add missing boot-time service for publishing kernel log messages.PÁLI Gábor János
2022-03-01Add support for WPA Supplicant pass-through.PÁLI Gábor János
2022-02-19Reduce the number of loaded kernel modules.PÁLI Gábor János
2022-02-19Remove 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-18Rearrange repository layout for namespacing.PÁLI Gábor János