Bootstrap Alpine systems with the power of GNU make
Find a file
2024-10-26 05:09:43 -05:00
mk Makefile: Add partitioning targets, open-rc services 2024-10-26 05:09:43 -05: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: Add partitioning targets, open-rc services 2024-10-26 05:09:43 -05:00
LICENSE LICENSE: AGPLv3 2024-10-25 10:59:17 -05:00
README.md [NEW] README: Added initial README 2024-10-25 10:58:36 -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

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