Bootstrap Alpine systems with the power of GNU make
Find a file
2024-10-25 10:58:36 -05:00
modules modules: Add abuild tools and Alpine ports tree 2024-10-24 14:38:36 -05:00
.gitignore [NEW] ignore: Don't track repo or destroot dirs 2024-10-24 23:48:01 -05:00
.gitmodules modules: Add abuild tools and Alpine ports tree 2024-10-24 14:38:36 -05:00
GNUmakefile Makefile: Add initial bootstrapping! 2024-10-24 23:44:12 -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