Bootstrap Alpine systems with the power of GNU make
Find a file
2024-11-03 12:14:43 -06:00
mk Makefile: PLATFORM_PKGS, rootfs install target, genfstab 2024-11-03 12:14:43 -06:00
modules Makefile: Add partitioning targets, open-rc services 2024-10-26 05:09:43 -05:00
.gitignore [NEW] ignore: Don't track repo or destroot dirs 2024-10-24 23:48:01 -05:00
.gitmodules Makefile: Add partitioning targets, open-rc services 2024-10-26 05:09:43 -05:00
GNUmakefile Makefile: PLATFORM_PKGS, rootfs install target, genfstab 2024-11-03 12:14:43 -06:00
LICENSE LICENSE: AGPLv3 2024-10-25 10:59:17 -05:00
README.md README: qemu-user-static needed for cross-strapping 2024-10-26 10:53:57 -05:00

Alpstrap

These are my scripts for brining up an Alpine system!

DEPENDENCIES

  • A sane shell like GNU Bash
  • BusyBox (for ash)
  • GNU make
  • GNU install (from coreutils)
  • M4
  • GNU Autoconf
  • qemu-user-static and its binfmt rules (for cross-chrooting)

You may need to install some Lua dependencies for building apk. If you feel you've already installed them and it's still failing, double-check the Lua version that apk's build requires!

SEE ALSO