Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-06-11 | Move to Linux 5.15.46. | PÁLI Gábor János | |
2022-05-31 | Incorporate `hostapd`. | PÁLI Gábor János | |
The inclusion of `hostapd` [1] brings a lot of related changes because the build process have to extended to take the challenge. - Convert `wpa_passthru` to a more a generic services, called `uds_passthru` to deal with the control socket forwarding. It can also log the `socat` errors properly. - Make the `Makefile` more parametric therefore the virtual disk image can be customized better. - Default configurations are now moved fully to the guest's side. - Tweak the packages to be more flexible. - Document everything. [1] https://w1.fi/hostapd/ | |||
2022-05-25 | Document the requirement on Linuxulator. | PÁLI Gábor János | |
2022-05-17 | Expose networking configuration of `wlan0`. | PÁLI Gábor János | |
2022-05-14 | Expose IP Tables configuration. | PÁLI Gábor János | |
2022-05-14 | Fix a typo. | PÁLI Gábor János | |
2022-04-30 | Mention Realtek 8852AE as supported hardware. | PÁLI Gábor János | |
2022-04-30 | Add optional package for the backported `rtw89` driver. | PÁLI Gábor János | |
2022-04-29 | Try unmounting `linprocfs` to avoid build problems. | PÁLI Gábor János | |
2022-04-28 | `initramfs` is no longer in use. | PÁLI Gábor János | |
2022-04-28 | Ignore `/proc` (linprocfs) contents on building the file system. | PÁLI Gábor János | |
2022-04-27 | Forcefully rebuild the module dependency database. | PÁLI Gábor János | |
This makes it possible to add further kernel modules on top of the ones that are shipped with the LTS kernel. | |||
2022-04-27 | Add optional package for the Broadcom STA (`wl`) driver. | PÁLI Gábor János | |
Ported from: Arch Linux | |||
2022-04-27 | linux-lts: Update to 5.15.36, add -dev subpackage. | PÁLI Gábor János | |
2022-04-24 | Adjust naming. | PÁLI Gábor János | |
2022-04-24 | Refine supported hardware list. | PÁLI Gábor János | |
2022-04-24 | linux-lts: Remove unused drivers. | PÁLI Gábor János | |
2022-04-24 | busybox: Add the `sync` command. | PÁLI Gábor János | |
2022-04-24 | Revamp the list of supposedly supported hardware. | PÁLI Gábor János | |
2022-04-24 | Update the manual page according to the recent changes. | PÁLI Gábor János | |
2022-04-23 | wpa_passthru: Rework how the script is stopped. | PÁLI Gábor János | |
2022-04-23 | linux-lts: Needs `xz` in build time due to the compressed modules. | PÁLI Gábor János | |
2022-04-23 | Describe better the purpose of the configuration files. | PÁLI Gábor János | |
2022-04-23 | linux-lts: Remove unnecessary files. | PÁLI Gábor János | |
2022-04-23 | Remove the WCN3660, WIL6210, Orinoco drivers. | PÁLI Gábor János | |
2022-04-20 | Move to Linux 5.15.35, add RTW88, remove ATH6KL. | PÁLI Gábor János | |
2022-04-18 | Move to Linux 5.15.34, add some more wireless drivers. | PÁLI Gábor János | |
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-04-10 | Mark TSC unstable. | PÁLI Gábor János | |
2022-04-10 | Make HPET the default clock source. | PÁLI Gábor János | |
2022-04-07 | Disable Duplicate Address Detection for faster network setup. | PÁLI Gábor János | |
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-21 | Restore wireless driver dependencies. | PÁLI Gábor János | |
2022-03-20 | Implement optional trimming of firmware files. | 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-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-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 | The net/wifibox-alpine port is considered experimental for now. | PÁLI Gábor János | |
2022-02-19 | Add support for guest identification. | 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-19 | Handle the guest's /var directory properly. | PÁLI Gábor János | |