- Updated the Alpine aports submodule to the latest commit. - Modified the build script to clone the Alpine aports repository using the stable branch for better reliability. - Refined the Archipelago profile by adding a title and description, and streamlined the list of additional packages. - Adjusted the build date in hardware configuration files for HP ProDesk and merged overlays to reflect the latest build time.
Archipelago Alpine Profile
Custom Alpine Linux mkimage profile for Archipelago Bitcoin Node OS.
Profile Structure
mkimg.archipelago.sh- Main profile definitionoverlay/- Files to overlay into the imageetc/- System configuration filesetc/systemd/system/- Systemd service filesetc/init.d/- OpenRC init scriptsetc/local.d/- Local startup scripts
Customization
To modify the profile:
- Add packages: Edit
mkimg.archipelago.shand add toapksvariable - Add files: Place files in
overlay/directory with desired path structure - Modify kernel: Change
kernel_flavorsorinitfs_features - Change bootloader: Modify
boot_addons
Profile Variables
apks- List of Alpine packages to installkernel_flavors- Kernel version (lts, edge, etc.)boot_addons- Bootloader componentsinitfs_features- Initramfs featuresinitfs_modules- Kernel modules to include
Build Integration
This profile is automatically copied to Alpine's aports repository during build and used by mkimage.sh.